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 33f6d94 + fb6510c commit 3d7fab0Copy full SHA for 3d7fab0
pom.xml
@@ -75,6 +75,7 @@
75
<configuration>
76
<source>1.7</source>
77
<target>1.7</target>
78
+ <fork>true</fork>
79
</configuration>
80
</plugin>
81
</plugins>
src/main/resources/application.properties
@@ -1,4 +1,3 @@
1
-debug=true
2
spring.output.ansi.enabled=DETECT
3
server.port = 8000
4
0 commit comments