|
@@ -47,10 +47,11 @@
|
|
|
<build>
|
|
<build>
|
|
|
<plugins>
|
|
<plugins>
|
|
|
<plugin>
|
|
<plugin>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
|
- <artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
+ <artifactId>maven-compiler-plugin</artifactId>
|
|
|
<configuration>
|
|
<configuration>
|
|
|
- <mainClass>com.jzg.organization.OrganizationApplication</mainClass>
|
|
|
|
|
|
|
+ <source>14</source>
|
|
|
|
|
+ <target>14</target>
|
|
|
</configuration>
|
|
</configuration>
|
|
|
</plugin>
|
|
</plugin>
|
|
|
</plugins>
|
|
</plugins>
|