-
Notifications
You must be signed in to change notification settings - Fork 0
Spring boot
GunSik Choi edited this page Mar 4, 2016
·
10 revisions
- spring boot properties
- reference guide
- boot main configuration ''' @EnableAutoConfiguration @ComponentScan("com.opencredo.springboot")
@Configuration @EnableAutoConfiguration @ComponentScan
@SpringBootApplication '''
- boot property path: spring.config.location
- The default search path classpath:,classpath:/config,file:,file:config/ is always used, irrespective of the value of spring.config.location.
- profile specific path: spring.profiles.active