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 6a2afe8 commit b9b5c09Copy full SHA for b9b5c09
Procfile
@@ -1 +1 @@
1
-web: java -Dserver.port=$PORT -jar target/*.jar
+web: java -Dserver.port=$PORT -jar target/todo-management-spring-boot-0.0.1-SNAPSHOT.jar
pom.xml
@@ -7,7 +7,7 @@
7
<groupId>abdullah.springboot</groupId>
8
<artifactId>todo-management-spring-boot</artifactId>
9
<version>0.0.1-SNAPSHOT</version>
10
- <packaging>war</packaging>
+ <packaging>jar</packaging>
11
12
<name>todo-management-spring-boot</name>
13
<description>Demo project for Spring Boot</description>
0 commit comments