blob: faf9438969d4700503011736acc019f960a46a59 [file] [log] [blame]
Xing Jinwen9d585b32025-06-08 03:08:53 +08001spring:
2 datasource:
3 url: jdbc:mysql://202.205.102.121:3306/team6?allowPublicKeyRetrieval=true&useSSL=false&serverTimezone=UTC
4 username: team6
5 password: Team6666#
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:
2081595154dba94ab2025-06-09 16:12:17 +080013 hibernate.format_sql: true