Skip to content

Commit

Permalink
4차 세미나 보강 #10
Browse files Browse the repository at this point in the history
  • Loading branch information
PgmJun committed May 12, 2023
1 parent 9abf038 commit a1cb8c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fourthSeminar/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ spring:
# set1
---
spring:
profiles: set1
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/sopt_32?useSSL=true&useUnicode=true&serverTimezone=Asia/Seoul
Expand Down Expand Up @@ -34,6 +35,7 @@ server:
---
spring:
datasource:
profiles: set2
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/sopt_32?useSSL=true&useUnicode=true&serverTimezone=Asia/Seoul
username: root
Expand Down

0 comments on commit a1cb8c4

Please sign in to comment.