标签:方式 bsp 两种 span 插件 cti com col source
第一种方式:
<plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.8</source> <target>1.8</target> </configuration> </plugin>
第二种方式:
<properties> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> </properties>
标签:方式 bsp 两种 span 插件 cti com col source
原文地址:https://www.cnblogs.com/BaiLaowu/p/9417114.html