作者 朱兆平

测试 服务调用

正在显示 1 个修改的文件 包含 13 行增加0 行删除
@@ -26,5 +26,18 @@ @@ -26,5 +26,18 @@
26 </dependency> 26 </dependency>
27 </dependencies> 27 </dependencies>
28 28
  29 + <build>
  30 + <plugins>
  31 + <plugin>
  32 + <groupId>org.apache.maven.plugins</groupId>
  33 + <artifactId>maven-compiler-plugin</artifactId>
  34 + <version>3.8.0</version>
  35 + <configuration>
  36 + <source>1.8</source>
  37 + <target>1.8</target>
  38 + </configuration>
  39 + </plugin>
  40 + </plugins>
  41 + </build>
29 42
30 </project> 43 </project>