refactor:

This commit is contained in:
Hvemi_han
2025-03-26 09:28:29 +08:00
parent 0fc9b4545c
commit 6974aab6c4
16 changed files with 111 additions and 111 deletions

View File

@ -1,7 +1,7 @@
# 数据库配置
spring.datasource.url=jdbc:mysql://172.16.215.132:3306/fenshenzhike?useSSL=false&serverTimezone=UTC
spring.datasource.username=root
spring.datasource.password=123
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

View File

@ -5,9 +5,9 @@ spring:
main:
banner-mode: console
datasource:
url: jdbc:mysql://172.16.215.132:3306/fenshenzhike?useSSL=false&serverTimezone=UTC
username: root
password: 123
url: jdbc:mysql://8.137.89.177:3306/jinduguanli?useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true
username: jinduguanli
password: root041218
driver-class-name: com.mysql.cj.jdbc.Driver
jpa:
show-sql: true
@ -18,7 +18,7 @@ spring:
format_sql: true
use_sql_comments: true
redis:
host: 172.16.215.132
host: 8.137.89.177
port: 6379
database: 0
timeout: 10000
@ -37,7 +37,7 @@ spring:
jwt:
secret: 404E635266556A586E3272357538782F413F4428472B4B6250645367566B5970
expiration: 86400000 # 24小时
expiration: 2592000000 # 24小时
logging:
level: