localizer
lzq 2025-09-26 10:41:18 +08:00
parent 44e0c71ce5
commit 24ed60ae9a
2 changed files with 6 additions and 7 deletions

1
.gitignore vendored
View File

@ -5,4 +5,3 @@
/**/.DS_Store
/**/.back*
db-model/*/
接口文档

View File

@ -1,11 +1,11 @@
spring:
datasource:
# url: jdbc:mysql://47.115.226.143:3306/njzscloud?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true&allowMultiQueries=true
# username: root
# password: zsy2022
url: jdbc:mysql://localhost:33061/njzscloud?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true&allowMultiQueries=true
url: jdbc:mysql://47.115.226.143:3306/njzscloud?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true&allowMultiQueries=true
username: root
password: admin888999
password: zsy2022
# url: jdbc:mysql://localhost:33061/njzscloud?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true&allowMultiQueries=true
# username: root
# password: admin888999
security:
auth-ignores:
- /auth/obtain_code
@ -42,7 +42,7 @@ oss:
mybatis-plus:
tunnel:
enable: true
enable: false
ssh:
host: 139.224.54.144
port: 22