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.
1 parent 33f6d94 commit fb6510cCopy full SHA for fb6510c
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