File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 239
239
<plugin >
240
240
<groupId >org.springframework.boot</groupId >
241
241
<artifactId >spring-boot-maven-plugin</artifactId >
242
+ <version >2.6.4</version >
242
243
</plugin >
243
244
<plugin >
244
245
<groupId >org.apache.maven.plugins</groupId >
251
252
<plugin >
252
253
<groupId >org.apache.maven.plugins</groupId >
253
254
<artifactId >maven-compiler-plugin</artifactId >
255
+ <version >3.8.1</version >
254
256
<configuration >
255
257
<annotationProcessors >
256
258
<!-- Will cause IntelliJ to recognize the additional-spring-configuration-metadata.json in applications.yaml -->
380
382
<jvmArguments >
381
383
-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005
382
384
</jvmArguments >
383
- <!-- <profiles>-->
384
- <!-- <profile>h2</profile>-->
385
- <!-- </profiles>-->
386
385
</configuration >
387
386
</plugin >
388
387
</plugins >
You can’t perform that action at this time.
0 commit comments