| | |
| | | <includeSystemScope>true</includeSystemScope><!--添加此项--> |
| | | </configuration> |
| | | </plugin> |
| | | <plugin> |
| | | <groupId>org.apache.maven.plugins</groupId> |
| | | <artifactId>maven-resources-plugin</artifactId> |
| | | <!-- <version>3.2.0</version>--> |
| | | <configuration> |
| | | <nonFilteredFileExtensions> |
| | | <!--<nonFilteredFileExtension>p12</nonFilteredFileExtension>--> |
| | | <nonFilteredFileExtension>jks</nonFilteredFileExtension> |
| | | </nonFilteredFileExtensions> |
| | | </configuration> |
| | | </plugin> |
| | | |
| | | </plugins> |
| | | <!-- 指定资源文件的位置,否则maven打包的时候不会把文件打包进去,导致thymeleaf无法解析 --> |
| | | <resources> |