Skip to content

Commit 8667adb

Browse files
authored
🐛fix: spring-profile 설정 주석처리 (#103)
1 parent a300d3f commit 8667adb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ server:
22
port: 8080
33

44
spring:
5-
profiles:
6-
active: local
5+
# profiles:
6+
# active: local
77

88
servlet:
99
multipart:

0 commit comments

Comments
 (0)