0

I was doing hot deployment using spring loaded, with setup command line arguments it is working fine. But I want to do it using properties file, so how can I configure spring loaded using properties file?

serenesat
  • 4,611
  • 10
  • 37
  • 53
Prabjot Singh
  • 4,491
  • 8
  • 31
  • 51
  • run a file watcher daemon and reload! – pmverma Jul 28 '15 at 09:20
  • create an application.properties file in your classpath, then Spring will automatically pick up the file. (http://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-external-config.html) – Harry Cho Jul 28 '15 at 17:50

0 Answers0