Skip to content

Commit

Permalink
refactor : yml 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
huncozyboy committed Dec 30, 2024
1 parent 5e6a9b6 commit 538385b
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,19 @@ spring:
hibernate:
format_sql: true
defer-datasource-initialization: true
datasource:
url: jdbc:h2:mem:testdb
h2:
console:
enabled: true
enabled: true
security:
oauth2:
client:
registration:
google:
client-id: 6636..
client-secret: GOCS..
scope:
- email
- profile
jwt:
issuer: [email protected]
secret_key: study-springboot

0 comments on commit 538385b

Please sign in to comment.