mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-04-13 11:53:48 +00:00
feat: 更新数据库密码...
This commit is contained in:
@@ -16,9 +16,9 @@ spring:
|
|||||||
master:
|
master:
|
||||||
type: ${spring.datasource.type}
|
type: ${spring.datasource.type}
|
||||||
driverClassName: com.mysql.cj.jdbc.Driver
|
driverClassName: com.mysql.cj.jdbc.Driver
|
||||||
url: jdbc:mysql://47.112.190.27:3306/ruoyi-ai?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
|
url: jdbc:mysql://127.0.0.1:3306/ruoyi-ai?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true
|
||||||
username: ruoyi-ai
|
username: ruoyi-ai
|
||||||
password: Hp3fMaFNWrTijiZH
|
password: ruoyi-ai
|
||||||
|
|
||||||
hikari:
|
hikari:
|
||||||
# 最大连接池数量
|
# 最大连接池数量
|
||||||
|
|||||||
@@ -133,10 +133,9 @@ security:
|
|||||||
- /chat/send
|
- /chat/send
|
||||||
# 文件上传
|
# 文件上传
|
||||||
- /chat/upload
|
- /chat/upload
|
||||||
# 数据模型分组选择接口
|
|
||||||
- /dev/schemaGroup/select
|
|
||||||
# 代码生成调用
|
# 代码生成调用
|
||||||
- /dev/schemaField/getByTableName
|
- /tool/gen/getByTableName
|
||||||
|
- /tool/gen/batchGenCode
|
||||||
# 静态资源
|
# 静态资源
|
||||||
- /*.html
|
- /*.html
|
||||||
- /**/*.html
|
- /**/*.html
|
||||||
|
|||||||
Reference in New Issue
Block a user