We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca1e3e2 + 34f65ae commit 2f76435Copy full SHA for 2f76435
pom.xml
@@ -21,7 +21,7 @@
21
<properties>
22
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
23
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
24
- <java.version>1.7</java.version>
+ <java.version>1.8</java.version>
25
</properties>
26
27
<dependencies>
@@ -78,8 +78,8 @@
78
<groupId>org.springframework.boot</groupId>
79
<artifactId>spring-boot-maven-plugin</artifactId>
80
<configuration>
81
- <source>1.7</source>
82
- <target>1.7</target>
+ <!--<source>1.7</source>-->
+ <!--<target>1.7</target>-->
83
<fork>true</fork>
84
</configuration>
85
</plugin>
0 commit comments