Commit 16d98b07 authored by suhuiguang's avatar suhuiguang

1.增加多数据源-统计服务,增加了气瓶的数据源

parent 28fce548
...@@ -21,6 +21,10 @@ ...@@ -21,6 +21,10 @@
<artifactId>visual-feign-morphic</artifactId> <artifactId>visual-feign-morphic</artifactId>
<version>1.9.0-SNAPSHOT</version> <version>1.9.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>dynamic-datasource-spring-boot-starter</artifactId>
</dependency>
</dependencies> </dependencies>
<build> <build>
......
...@@ -278,6 +278,11 @@ ...@@ -278,6 +278,11 @@
<artifactId>hutool-core</artifactId> <artifactId>hutool-core</artifactId>
<version>5.8.16</version> <version>5.8.16</version>
</dependency> </dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>dynamic-datasource-spring-boot-starter</artifactId>
<version>3.1.0</version>
</dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>
<repositories> <repositories>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment