Xing Jinwen | 2b2dc8c | 2025-06-04 23:15:13 +0800 | [diff] [blame^] | 1 | spring: |
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 |