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