Skip to content

Commit e852195

Browse files
authored
Procfile: Use the uber jar explicitly. (#710)
Latest spring boot generates two jars in the same directory. e.g. - sample-spring-boot-echo/build/libs/sample-spring-boot-echo-4.7.0-SNAPSHOT-plain.jar - sample-spring-boot-echo/build/libs/sample-spring-boot-echo-4.7.0-SNAPSHOT.jar
1 parent 20744a2 commit e852195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: java $JAVA_OPTS -jar sample-spring-boot-echo/build/libs/sample-spring-boot-echo-*.jar --server.port=$PORT
1+
web: java $JAVA_OPTS -jar sample-spring-boot-echo/build/libs/sample-spring-boot-echo-*-SNAPSHOT.jar --server.port=$PORT

0 commit comments

Comments
 (0)