23 lines
761 B
Properties
23 lines
761 B
Properties
# 数据库配置
|
|
spring.datasource.url=jdbc:mysql://8.137.89.177:3306/jinduguanli?useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true
|
|
spring.datasource.username=jinduguanli
|
|
spring.datasource.password=root041218
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
|
|
server.port=1218
|
|
|
|
# JPA配置
|
|
spring.jpa.show-sql=true
|
|
spring.jpa.hibernate.ddl-auto=update
|
|
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL8Dialect
|
|
spring.jpa.properties.hibernate.format_sql=true
|
|
|
|
# JWT配置
|
|
jwt.secret=404E635266556A586E3272357538782F413F4428472B4B6250645367566B5970
|
|
jwt.expiration=604800000
|
|
|
|
# 日志配置
|
|
logging.level.org.springframework.security=DEBUG
|
|
logging.level.com.huertian.jinduguanli=DEBUG
|
|
|
|
spring.devtools.restart.enabled=false |