• Dave Syer's avatar
    Adjust @PropertySource handling so @Conditionals are accounted for · 22762f20
    Dave Syer authored
    User can now do this, for instance:
    
        @Configuration
        @PropertySource("classpath:my.properties")
        public class MainConfiguration {}
    
        @Configuration
        @PropertySource("classpath:foo.properties")
        @Profile("foo")
        public class FooConfiguration {}
    
    and the "foo" properties ar eonly loaded in the "foo" profile.
    22762f20
Name
Last commit
Last update
..
src Loading commit data...
README.md Loading commit data...
pom.xml Loading commit data...