File tree Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1- web : java -jar target/simpleworklist.war -Dserver. port= $PORT --spring.profiles.active=prod
1+ web : java $JAVA_OPTS -jar target/dependency/webapp-runner.jar -- port $PORT target/ * .war --spring.profiles.active=prod
Original file line number Diff line number Diff line change 852852 <groupId >org.apache.maven.plugins</groupId >
853853 <artifactId >maven-dependency-plugin</artifactId >
854854 <executions >
855+ <execution >
856+ <phase >package</phase >
857+ <goals ><goal >copy</goal ></goals >
858+ <configuration >
859+ <artifactItems >
860+ <artifactItem >
861+ <groupId >com.github.jsimone</groupId >
862+ <artifactId >webapp-runner</artifactId >
863+ <version >9.0.19.0</version >
864+ <destFileName >webapp-runner.jar</destFileName >
865+ </artifactItem >
866+ </artifactItems >
867+ </configuration >
868+ </execution >
855869 <execution >
856870 <id >unpack-dependencies</id >
857871 <phase >package</phase >
Original file line number Diff line number Diff line change 1+ endpoints :
2+ health :
3+ sensitive : false
4+ endpoints :
5+ shutdown :
6+ enabled : false
17server :
8+ port : ${PORT}
29 error :
310 path : /fehler
411 compression :
You can’t perform that action at this time.
0 commit comments