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?
Asked
Active
Viewed 101 times
0
-
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