摘要: 项目在编译的时候,报错: Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! 在项目pom.xml中增加如下配置: <properties> <! 阅读全文
posted @ 2023-11-30 09:19 听着DJ读童话 阅读(11) 评论(0) 推荐(0)
摘要: <plugins> <plugin> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat8-maven-plugin</artifactId> <version>3.0-r1655215</version> <configura 阅读全文
posted @ 2023-11-30 08:59 听着DJ读童话 阅读(11) 评论(0) 推荐(0)