Skip to content

Spring boot

GunSik Choi edited this page Mar 4, 2016 · 10 revisions

@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. This search path is

Clone this wiki locally