我正在使用可执行jar运行我的应用程序。
我在/ resources文件夹中有log4j.properties
在生产中,我想重写它,并将其放在外部目录中
如何使用Spring-Boot做到这一点?
-Dlogging.config=/path/to/log4j.properties
http://docs.spring.io/spring-boot/docs/current/reference/html/howto- logging.html