|
@@ -70,6 +70,8 @@
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
<version>${maven-compiler-plugin.version}</version>
|
|
<version>${maven-compiler-plugin.version}</version>
|
|
|
<configuration>
|
|
<configuration>
|
|
|
|
|
+ <source>${java.version}</source>
|
|
|
|
|
+ <target>${java.version}</target>
|
|
|
<annotationProcessorPaths>
|
|
<annotationProcessorPaths>
|
|
|
<path>
|
|
<path>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|