Commit 6a83c4ef90ffbb91464025675d5260277e490c31

Authored by 陈浩
1 parent 4c7d608f

撤回刚才操作

Showing 1 changed file with 2 additions and 13 deletions
@@ -141,20 +141,9 @@ @@ -141,20 +141,9 @@
141 141
142 <build> 142 <build>
143 <plugins> 143 <plugins>
144 - <!--<plugin>-->  
145 - <!--<groupId>org.springframework.boot</groupId>-->  
146 - <!--<artifactId>spring-boot-maven-plugin</artifactId>-->  
147 - <!--</plugin>-->  
148 - <!--新依赖-->  
149 <plugin> 144 <plugin>
150 - <groupId>org.apache.maven.plugins</groupId>  
151 - <artifactId>maven-compiler-plugin</artifactId>  
152 - <version>3.1</version>  
153 - <configuration>  
154 - <verbose>true</verbose>  
155 - <fork>true</fork>  
156 - <executable>${JAVA_HOME}/bin/javac</executable>  
157 - </configuration> 145 + <groupId>org.springframework.boot</groupId>
  146 + <artifactId>spring-boot-maven-plugin</artifactId>
158 </plugin> 147 </plugin>
159 <!-- mybatis generator 自动生成代码插件 --> 148 <!-- mybatis generator 自动生成代码插件 -->
160 <plugin> 149 <plugin>