设置maven编译器级别
摘要:一、全局设置 首先我们要在settings.xml文件中找到<profiles>标签,然后在此标签内部粘贴如下配置: <profile> <id>jdk-1.8</id> <activation> <jdk>1.8</jdk> </activation> <properties> <maven.co
阅读全文
posted @ 2017-03-01 09:41
posted @ 2017-03-01 09:41
posted @ 2017-02-12 20:11
posted @ 2017-02-12 19:57