Skip to content

Commit 8a2620a

Browse files
committed
🛠️fix : 스프링 profile active 제거
이전 버전과 달리 최신에는 필요없는 구문
1 parent 2402b0b commit 8a2620a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
spring:
2-
profiles:
3-
active: alpha
2+
43
redis:
54
host: localhost
65
port:
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
spring:
2-
profiles:
3-
active: local
2+
43
redis:
54
host: localhost
65
port: 6379

0 commit comments

Comments
 (0)