chore : database, jpa 설정 추가

This commit is contained in:
banjjoknim
2022-03-25 03:03:40 +09:00
parent b9c7cb13cb
commit 16512c7d81

View File

@@ -1,4 +1,17 @@
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/security?serverTimezone=Asia/Seoul
username: root
password: password!
jpa:
hibernate:
ddl-auto: update
naming:
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
show-sql: true
security:
oauth2:
client: