File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,6 @@ function main() {
6565 # boot_run
6666}
6767
68- # JAVA_OPTS=-XX:+UseContainerSupport -Xmx300m -Xss512k -XX:CICompilerCount=2 -Dfile.encoding=UTF-8
68+ # JAVA_OPTS=' -XX:+UseContainerSupport -Xmx300m -Xss512k -XX:CICompilerCount=2 -Dfile.encoding=UTF-8'
6969
7070main
Original file line number Diff line number Diff line change 44
55 <groupId >org.woehlke</groupId >
66 <artifactId >simpleworklist</artifactId >
7- <version >2.3.62</version >
7+ <version >2.3.62-SNAPSHOT </version >
88 <packaging >jar</packaging >
99
1010 <parent >
1717 <connection >scm:git:git@github.com:Spring-Framework-Java-Apps/simpleworklist.git</connection >
1818 <developerConnection >scm:git:git@github.com:Spring-Framework-Java-Apps/simpleworklist.git</developerConnection >
1919 <url >https://github.com/Spring-Framework-Java-Apps/simpleworklist/tree/${project.scm.tag} </url >
20- <tag >v2.3.62 </tag >
20+ <tag >HEAD </tag >
2121 </scm >
2222
2323 <name >simpleworklist</name >
18641864
18651865 <profiles >
18661866
1867- <profile >
1867+ <profile >
18681868 <id >jar</id >
18691869 <properties >
18701870 <skip .unit.tests>false</skip .unit.tests>
Original file line number Diff line number Diff line change 11server :
2- port : ${SIMPLEWORKLIST_PORT}
2+ # port: ${SIMPLEWORKLIST_PORT}
33 error :
44 path : /fehler
55 compression :
@@ -197,7 +197,7 @@ spring:
197197 hibernate :
198198 ddl-auto : update
199199server :
200- port : 9010
200+ # port: 9010
201201 compression :
202202 enabled : true
203203logging :
You can’t perform that action at this time.
0 commit comments