Package de.codecentric.moviedatabase.hateoas

Examples of de.codecentric.moviedatabase.hateoas.ControllerLinkBuilderFactory


  @Autowired
  private ServiceConfiguration serviceConfiguration;
 
  @Bean
  public ControllerLinkBuilderFactory controllerLinkBuilderFactory(){
    return new ControllerLinkBuilderFactory();
  }
View Full Code Here

TOP

Related Classes of de.codecentric.moviedatabase.hateoas.ControllerLinkBuilderFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.