可能是Read maven.properties file inside jar/war file的复本,但我没有找到解决方法。
我想在falstats.one内的falstats.jar中读取属性文件,这是我在项目中使用的主要jar。
可执行的jar结构如下:
--falstats.one-jar
|--main
|--falstats.jar
|--application.property
Pom.xml
<resources>
<resource>
<filtering>false</filtering>
<directory>src</directory>
<includes>
<include>**/*.properties</include>
</includes>
</resource>
</resources>