Class Ca3SApp

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean

    @SpringBootApplication
    @EnableConfigurationProperties({org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.class,ApplicationProperties.class})
    public class Ca3SApp
    extends Object
    implements org.springframework.beans.factory.InitializingBean
    • Constructor Detail

      • Ca3SApp

        public Ca3SApp​(org.springframework.core.env.Environment env)
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception
        Initializes ca3s_jh.

        Spring profiles can be configured with a program argument --spring.profiles.active=your-active-profile

        You can find more information on how profiles work with JHipster on https://www.jhipster.tech/profiles/.

        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        Exception
      • main

        public static void main​(String[] args)
        Main method, used to run the application.
        Parameters:
        args - the command line arguments.
      • placeholderConfigurer

        @Bean
        public static org.springframework.context.support.PropertySourcesPlaceholderConfigurer placeholderConfigurer()
      • embeddedServletContainerFactory

        @Bean
        public org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory embeddedServletContainerFactory()