blob: 4472028b1e3c410fa094788496212557d2f9044a [file] [log] [blame]
# ========== 数据源 ==========
spring.datasource.url=jdbc:mysql://mysql:3306/mydatabase?serverTimezone=Asia/Shanghai
spring.datasource.username=myuser
spring.datasource.password=secret
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
# ========== JWT 配置 ==========
jwt.secret=YourJWTSecretKeyHere1234567890
jwt.expirationMs=3600000
# ========== 日志输出(可选) ==========
logging.level.org.springframework.security=DEBUG