Compare commits

...

11 Commits

Author SHA1 Message Date
weike6538 d2ae17a538 build: 添加 nacos-client 依赖
continuous-integration/drone Build is passing Details
- 在 pom.xml 文件中添加了 nacos-client 依赖
- 组ID:com.alibaba.nacos
- 软件包ID:nacos-client
- 版本:1.4.1
2025-07-10 15:12:26 +08:00
gitea 4d72d4ee0e 更新 yudao-gateway/src/main/resources/application-dev.yaml
continuous-integration/drone Build is passing Details
fix:修改nacos配置
2025-07-10 11:41:03 +08:00
gitea 41d0f0d23d 更新 yudao-module-system/yudao-module-system-biz/src/main/resources/application-dev.yaml
fix:修改nacos配置
2025-07-10 11:40:30 +08:00
gitea 72091b7609 更新 yudao-module-infra/yudao-module-infra-biz/src/main/resources/application-dev.yaml
fix:修改nacos配置
2025-07-10 11:38:59 +08:00
gitea d5a64de89f 更新 yudao-module-infra/yudao-module-infra-biz/src/main/resources/application-dev.yaml
continuous-integration/drone Build is passing Details
fix:修改infra的nacos配置
2025-07-10 11:17:37 +08:00
gitea e4f14d78f2 更新 yudao-module-system/yudao-module-system-biz/src/main/resources/application-dev.yaml
fix:修改system的nacos配置
2025-07-10 11:16:17 +08:00
gitea 9d1adbcfce 更新 yudao-gateway/src/main/resources/application-dev.yaml
fix:修改gateway的nacos配置
2025-07-10 11:14:00 +08:00
gitea 24e4e405f3 更新 yudao-gateway/src/main/resources/application-dev.yaml
continuous-integration/drone Build is passing Details
fix:修改nacos配置
2025-07-09 20:03:59 +08:00
gitea b83b5a6bc5 更新 yudao-module-infra/yudao-module-infra-biz/src/main/resources/application-dev.yaml
fix:修改数据库配置
2025-07-09 20:01:06 +08:00
gitea bb5e643ced 更新 yudao-module-system/yudao-module-system-biz/src/main/resources/application-dev.yaml
fix:修改数据库配置
2025-07-09 19:48:40 +08:00
gitea 86ce3c911c 更新 yudao-module-system/yudao-module-system-biz/src/main/resources/application-dev.yaml
fix:修改数据库配置
2025-07-09 19:45:06 +08:00
4 changed files with 21 additions and 16 deletions

View File

@ -56,6 +56,11 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.alibaba.nacos</groupId>
<artifactId>nacos-client</artifactId>
<version>1.4.1</version>
</dependency>
</dependencies>
</dependencyManagement>

View File

@ -3,9 +3,9 @@
spring:
cloud:
nacos:
server-addr: 192.168.1.101:8848 # Nacos 服务器地址
server-addr: 192.168.0.152:9060 # Nacos 服务器地址
username: nacos # Nacos 账号
password: nacos # Nacos 密码
password: T7@pL9vQ # Nacos 密码
discovery: # 【配置中心】配置项
namespace: dev # 命名空间。这里使用 dev 开发环境
group: DEFAULT_GROUP # 使用的 Nacos 配置分组,默认为 DEFAULT_GROUP

View File

@ -3,7 +3,7 @@
spring:
cloud:
nacos:
server-addr: 1.95.80.190:9080 # Nacos 服务器地址
server-addr: 192.168.0.152:9060 # Nacos 服务器地址
username: nacos # Nacos 账号
password: T7@pL9vQ # Nacos 密码
discovery: # 【配置中心】配置项
@ -56,14 +56,14 @@ spring:
primary: master
datasource:
master:
url: jdbc:mysql://192.168.0.152:9081/yd-yunxing?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true # MySQL Connector/J 8.X 连接的示例
username: xmuser
password: tpimcCf1
url: jdbc:mysql://192.168.0.173:9081/yd-yunxing?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true # MySQL Connector/J 8.X 连接的示例
username: root
password: s8K@d3M1
slave: # 模拟从库,可根据自己需要修改 # 模拟从库,可根据自己需要修改
lazy: true # 开启懒加载,保证启动速度
url: jdbc:mysql://192.168.1.101:3306/ruoyi-vue-pro?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true # MySQL Connector/J 8.X 连接的示例
username: xmuser
password: chinasoft@123
url: jdbc:mysql://192.168.0.173:9081/ruoyi-vue-pro?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true # MySQL Connector/J 8.X 连接的示例
username: root
password: s8K@d3M1
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
redis:

View File

@ -3,7 +3,7 @@
spring:
cloud:
nacos:
server-addr: 1.95.80.190:9080 # Nacos 服务器地址
server-addr: 192.168.0.152:9060 # Nacos 服务器地址
username: nacos # Nacos 账号
password: T7@pL9vQ # Nacos 密码
discovery: # 【配置中心】配置项
@ -56,14 +56,14 @@ spring:
primary: master
datasource:
master:
url: jdbc:mysql://192.168.0.152:9081/yd-yunxing?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true # MySQL Connector/J 8.X 连接的示例
username: xmuser
password: tpimcCf1
url: jdbc:mysql://192.168.0.173:9081/yd-yunxing?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true # MySQL Connector/J 8.X 连接的示例
username: root
password: s8K@d3M1
slave: # 模拟从库,可根据自己需要修改 # 模拟从库,可根据自己需要修改
lazy: true # 开启懒加载,保证启动速度
url: jdbc:mysql://192.168.1.101:3306/ruoyi-vue-pro?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true # MySQL Connector/J 8.X 连接的示例
username: xmuser
password: chinasoft@123
url: jdbc:mysql://192.168.0.173:9081/ruoyi-vue-pro?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true # MySQL Connector/J 8.X 连接的示例
username: root
password: s8K@d3M1
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
redis: