合并新版MK代码

This commit is contained in:
2026-08-15 20:52:17 +08:00
parent 98cd7ba4cf
commit 6c74983707
7 changed files with 19 additions and 9 deletions
+4
View File
@@ -26,6 +26,10 @@
<groupId>org.springblade</groupId>
<artifactId>blade-starter-swagger</artifactId>
</dependency>
<dependency>
<groupId>org.springblade</groupId>
<artifactId>blade-starter-threadpool</artifactId>
</dependency>
<dependency>
<groupId>org.springblade</groupId>
<artifactId>blade-open-api</artifactId>
@@ -17,10 +17,10 @@ spring:
password: ${NACOS_PASSWORD:nacos}
server-addr: ${NACOS_HOST:127.0.0.1:8848}
discovery:
namespace: ${NACOS_NAMESPACE:${spring.profiles.active}}
namespace: "${NACOS_NAMESPACE:}"
config:
file-extension: yaml
namespace: ${NACOS_NAMESPACE:${spring.profiles.active}}
namespace: "${NACOS_NAMESPACE:}"
datasource:
url: ${blade.datasource.${spring.profiles.active}.url}
username: ${blade.datasource.${spring.profiles.active}.username}