blob: 4472028b1e3c410fa094788496212557d2f9044a [file] [log] [blame]
ZBDc7746b42025-05-10 01:42:30 +08001# ========== 数据源 ==========
2spring.datasource.url=jdbc:mysql://mysql:3306/mydatabase?serverTimezone=Asia/Shanghai
3spring.datasource.username=myuser
4spring.datasource.password=secret
5spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
ZBDf60356c2025-04-03 20:09:51 +08006
ZBDc7746b42025-05-10 01:42:30 +08007# ========== JWT 配置 ==========
8jwt.secret=YourJWTSecretKeyHere1234567890
9jwt.expirationMs=3600000
10
11# ========== 日志输出(可选) ==========
12logging.level.org.springframework.security=DEBUG