mirror of https://gitee.com/stylefeng/roses
【7.6.0】【框架改造】【db】调整依赖顺序
parent
e8598323e4
commit
81223aada6
|
@ -17,6 +17,14 @@
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
||||||
|
<!--config模块的api-->
|
||||||
|
<!--数据源配置Expander要放到容器里-->
|
||||||
|
<dependency>
|
||||||
|
<groupId>cn.stylefeng.roses</groupId>
|
||||||
|
<artifactId>config-api</artifactId>
|
||||||
|
<version>${roses.version}</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!-- mybatis-plus dao框架 -->
|
<!-- mybatis-plus dao框架 -->
|
||||||
<!-- 基础实体,分页参数和结果的创建,需要用到mp的注解和类 -->
|
<!-- 基础实体,分页参数和结果的创建,需要用到mp的注解和类 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -38,14 +46,6 @@
|
||||||
<artifactId>druid</artifactId>
|
<artifactId>druid</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!--config模块的api-->
|
|
||||||
<!--数据源配置要放到容器里-->
|
|
||||||
<dependency>
|
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
|
||||||
<artifactId>config-api</artifactId>
|
|
||||||
<version>${roses.version}</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue