Package systems.dennis.auth
Class AuthApp
java.lang.Object
systems.dennis.auth.AuthApp
@SpringBootApplication(scanBasePackages={"systems.dennis.shared*","systems.dennis.auth"})
@EntityScan("systems.dennis.*")
@EnableJpaRepositories(value="systems.dennis.*",
repositoryBaseClass=systems.dennis.shared.postgres.repository.PaginationRepositoryImpl.class)
@CrossOrigin
public class AuthApp
extends Object
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidorg.springframework.context.MessageSourceorg.springframework.web.client.RestTemplate
-
Constructor Details
-
Method Details
-
main
-
messageSource
@Bean @Primary public org.springframework.context.MessageSource messageSource() -
restTemplate
@Bean public org.springframework.web.client.RestTemplate restTemplate()
-