这是一个创建于 4474 天前的主题,其中的信息可能已经有所发展或是发生改变。
src/main/java
--xx.java
src/main/resources
--log4j.properties
pom.xml
<resources>
<resource>
<directory>src/main/resources</directory>
<includes>
<include>**/*.properties</include>
</includes>
</resource>
</resources>
已经配置了包含.properties文件,并且打的包里面也有了,但执行java -jar xx.jar时貌似没用到这个配置文件。