简体   繁体   中英

How do I externalize log4j.xml,application properties and jar using spring boot?

I created a spring boot project and wanted to externalize log4j.xml, application property file and jar,so that I can create a bat file and run the spring boot application through this command

java -Dlog4j.configuration=file:/temp/log4j.xml -jar temp/ltstatus.jar -Dspring.config.location=temp/application.properties

Replace temp as your folder path

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM