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() {
65
65
# boot_run
66
66
}
67
67
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'
69
69
70
70
main
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >org.woehlke</groupId >
6
6
<artifactId >simpleworklist</artifactId >
7
- <version >2.3.62</version >
7
+ <version >2.3.62-SNAPSHOT </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<parent >
17
17
<connection >scm:git:git@github.com:Spring-Framework-Java-Apps/simpleworklist.git</connection >
18
18
<developerConnection >scm:git:git@github.com:Spring-Framework-Java-Apps/simpleworklist.git</developerConnection >
19
19
<url >https://github.com/Spring-Framework-Java-Apps/simpleworklist/tree/${project.scm.tag} </url >
20
- <tag >v2.3.62 </tag >
20
+ <tag >HEAD </tag >
21
21
</scm >
22
22
23
23
<name >simpleworklist</name >
1864
1864
1865
1865
<profiles >
1866
1866
1867
- <profile >
1867
+ <profile >
1868
1868
<id >jar</id >
1869
1869
<properties >
1870
1870
<skip .unit.tests>false</skip .unit.tests>
Original file line number Diff line number Diff line change 1
1
server :
2
- port : ${SIMPLEWORKLIST_PORT}
2
+ # port: ${SIMPLEWORKLIST_PORT}
3
3
error :
4
4
path : /fehler
5
5
compression :
@@ -197,7 +197,7 @@ spring:
197
197
hibernate :
198
198
ddl-auto : update
199
199
server :
200
- port : 9010
200
+ # port: 9010
201
201
compression :
202
202
enabled : true
203
203
logging :
You can’t perform that action at this time.
0 commit comments