摘要: 在pom.xml文件中添加 <properties> <java.version>11</java.version> <maven.compiler.source>11</maven.compiler.source> <maven.compiler.target>11</maven.compiler 阅读全文
posted @ 2020-09-09 15:33 viewts 阅读(1643) 评论(0) 推荐(1)
摘要: 一、创建空项目 mvn archetype:generate 发现少了src/main/resources目录,于是新建一个,然后打开项目下的隐藏文件.classpath,添加 <classpathentry excluding="**" kind="src" output="target/clas 阅读全文
posted @ 2020-09-09 15:25 viewts 阅读(645) 评论(0) 推荐(0)