Skip to content

Commit

Permalink
fix : springboot 포트번호도 수정
Browse files Browse the repository at this point in the history
( 8080 -> 8081)
  • Loading branch information
LHS-11 committed Feb 26, 2024
1 parent f9ffdb2 commit 0b7ba1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
server:
port: 8080
port: 8081

spring:
profiles:
Expand Down

0 comments on commit 0b7ba1b

Please sign in to comment.