Skip to content

Commit ef5d051

Browse files
committed
[ADD] submodule yml 최신화
1 parent 5550734 commit ef5d051

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

Server-v2.0-Config

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
spring:
2+
config:
3+
activate:
4+
on-profile: dev
5+
import: optional:file:Server-v2.0-Config/yml/application.yml
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
spring:
2+
config:
3+
activate:
4+
on-profile: prod
5+
import: optional:file:/home/ubuntu/Server-v2.0-Config/yml/application.yml

src/main/resources/application.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
spring:
2+
profiles:
3+
active: dev

0 commit comments

Comments
 (0)