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
  • Constructor Details

    • AuthApp

      public AuthApp(systems.dennis.shared.config.MessageResourceSource resourceSource)
  • Method Details

    • main

      public static void main(String[] args)
    • messageSource

      @Bean @Primary public org.springframework.context.MessageSource messageSource()
    • restTemplate

      @Bean public org.springframework.web.client.RestTemplate restTemplate()