idea maven项目运行时候刷新JDK版本会变
摘要:在pom.xml文件中添加这个配置 <profiles><profile> <id>jdk-1.8</id> <activation> <activeByDefault>true</activeByDefault> <jdk>1.8</jdk> </activation> <properties>
阅读全文
posted @ 2020-02-27 15:11
posted @ 2020-02-27 15:11
posted @ 2020-02-12 21:39
posted @ 2020-02-11 18:45
好,解决我的问题