Merge remote-tracking branch 'origin/feature/20260713/task-module'

# Conflicts:
#	nl-module-system/nl-module-system-server/src/main/resources/application-dev.yaml
#	pom.xml
This commit is contained in:
2026-07-16 19:26:45 +08:00
176 changed files with 23665 additions and 85 deletions

View File

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