mirror of
https://github.com/Lemonochrme/service-architecture.git
synced 2025-06-08 13:40:50 +02:00
Edited pom.xml dependencies to fix Sprint Boot stopping error
This commit is contained in:
parent
847333a1fe
commit
1f9ec0bf9d
2 changed files with 7 additions and 0 deletions
|
@ -35,6 +35,11 @@
|
|||
<artifactId>spring-boot-starter</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-web</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-test</artifactId>
|
||||
|
@ -42,6 +47,7 @@
|
|||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
spring.application.name=helpapp
|
||||
server.port=8080
|
Loading…
Add table
Reference in a new issue