refactor(harmonic): 优化数据源配置并移除冗余依赖
- 为 RStatLimitRateDetailDServiceImpl 和 RStatLimitRateDServiceImpl 添加 @DS 注解以支持多数据源切换 - 在 harmonic-common 模块中引入 dynamic-datasource-spring-boot-starter 依赖 - 移除 harmonic-boot 模块中对 harmonic-common 的冗余依赖声明 - 调整 AlarmClientFallbackFactory 组件名称以避免命名冲突
This commit is contained in:
@@ -131,12 +131,6 @@
|
||||
<version>1.0.0</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.njcn</groupId>
|
||||
<artifactId>harmonic-common</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
Reference in New Issue
Block a user