Skip to content

Commit fc56bda

Browse files
Prepare for Render deployment
1 parent 111f596 commit fc56bda

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@
103103
</excludes>
104104
</configuration>
105105
</plugin>
106+
<plugin>
107+
<groupId>org.springframework.boot</groupId>
108+
<artifactId>spring-boot-maven-plugin</artifactId>
109+
</plugin>
110+
106111
</plugins>
107112
</build>
108113

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: java -jar target/bookstore-0.0.1-SNAPSHOT.jar

0 commit comments

Comments
 (0)