06 2020 档案
摘要:记录下maven的标准 <build> <plugins> <!-- 设置编译版本为1.8 --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId>
阅读全文
摘要:idea.properties 文件夹加上这个配置。出现 .IntelliJIdea 证明成功 cfg = D:/devtool/IDEA2020 idea.config.path=${cfg}/.IntelliJIdea/config idea.system.path=${cfg}/.Intell
阅读全文