feat(config): 接入 Nacos 配置中心
- 新增 AppConfig、NacosAppConfigCenter 动态配置类 - 将 userRegisterProperties 的默认值改为运行时从 Nacos 读取 - 注册/创建用户时免费配额改为动态配置获取 - 增加 nacos-client 依赖并配置 dev 环境连接信息
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -55,6 +55,13 @@
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-web</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.alibaba.nacos</groupId>
|
||||
<artifactId>nacos-client</artifactId>
|
||||
<version>3.1.1</version>
|
||||
</dependency>
|
||||
|
||||
<!-- qdrant向量数据库 sdk -->
|
||||
<dependency>
|
||||
<groupId>io.qdrant</groupId>
|
||||
|
||||
Reference in New Issue
Block a user