Skip to content

Commit

Permalink
Using spring-boot-starter-web instead of spring-boot-starter-tomcat
Browse files Browse the repository at this point in the history
Closes gh-2
  • Loading branch information
rainboyan committed Oct 18, 2024
1 parent 00b7f3a commit c046ca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ dependencies:
coords: "org.springframework.boot:spring-boot-starter-actuator"
- scope: compile
coords: "org.springframework.boot:spring-boot-starter-logging"
- scope: compile
coords: "org.springframework.boot:spring-boot-starter-tomcat"
- scope: compile
coords: "org.springframework.boot:spring-boot-starter-validation"
- scope: compile
coords: "org.springframework.boot:spring-boot-starter-web"
- scope: compile
coords: "org.graceframework:grace-boot"
- scope: compile
Expand Down

0 comments on commit c046ca0

Please sign in to comment.