Class PropertySourceAnnotationApp

java.lang.Object
info.ejava.examples.app.config.propertysource.annotation.PropertySourceAnnotationApp

@SpringBootApplication @PropertySource("classpath:property_source.properties") public class PropertySourceAnnotationApp extends Object
  • Constructor Details

    • PropertySourceAnnotationApp

      public PropertySourceAnnotationApp()
  • Method Details

    • main

      public static final void main(String... args)
    • hello

      @Bean public Hello hello()