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 /**/.DS_Store
/**/.back* /**/.back*
db-model/*/ db-model/*/
接口文档

View File

@ -1,11 +1,11 @@
spring: spring:
datasource: 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 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
username: root 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: security:
auth-ignores: auth-ignores:
- /auth/obtain_code - /auth/obtain_code
@ -42,7 +42,7 @@ oss:
mybatis-plus: mybatis-plus:
tunnel: tunnel:
enable: true enable: false
ssh: ssh:
host: 139.224.54.144 host: 139.224.54.144
port: 22 port: 22