Commit c0cd52fa by 共享中心代码生成

Merge branch 'new-strut' into 'master'

修正

See merge request mall/arch/matrix-sample!6
parents 085f39e2 bf954b3b
......@@ -25,6 +25,10 @@
<groupId>com.secoo.mall</groupId>
<artifactId>matrix-mybatis-core</artifactId>
</dependency>
<dependency>
<groupId>com.secoo.mall</groupId>
<artifactId>matrix-datasource-druid</artifactId>
</dependency>
</dependencies>
<build>
<resources>
......
......@@ -23,6 +23,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
</dependency>
<dependency>
<groupId>com.secoo.mall</groupId>
<artifactId>config-starter</artifactId>
</dependency>
<!--接入日志组件-->
<dependency>
<groupId>com.secoo.mall</groupId>
......
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