blob: dc1a54b64c78634cacd67018e99f7f9a84c4881c [file] [log] [blame]
Xing Jinwen2b2dc8c2025-06-04 23:15:13 +08001spring:
2 datasource:
3 url: jdbc:mysql://127.0.0.1:3306/ppt?useSSL=false&serverTimezone=UTC
4 username: root
5 password: 204825
6 driver‑class‑name: com.mysql.cj.jdbc.Driver
7 jpa:
8 hibernate:
9 ddl-auto: update
10 database-platform: org.hibernate.dialect.MySQL8Dialect
11 show-sql: true
12 properties:
13 hibernate.format_sql: true