blob: dc1a54b64c78634cacd67018e99f7f9a84c4881c [file] [log] [blame]
spring:
datasource:
url: jdbc:mysql://127.0.0.1:3306/ppt?useSSL=false&serverTimezone=UTC
username: root
password: 204825
driver‑class‑name: com.mysql.cj.jdbc.Driver
jpa:
hibernate:
ddl-auto: update
database-platform: org.hibernate.dialect.MySQL8Dialect
show-sql: true
properties:
hibernate.format_sql: true