Commit 4961ce50 by qiuweili123

add dubboswagger

parent 74df7267
......@@ -17,13 +17,12 @@
<module>mybatis-starter</module>
<module>mongodb-starter</module>
<module>elasticsearch-starter</module>
<module>dubbo-starter</module>
<module>web-starter</module>
<module>openfeign-starter</module>
<module>rocketmq-starter</module>
<module>monitor-starter</module>
<module>config-starter</module>
<module>logger-starter</module>
<module>protocol-starter</module>
</modules>
<parent>
......@@ -40,7 +39,6 @@
</properties>
<dependencyManagement>
<dependencies>
<dependency>
......@@ -95,12 +93,7 @@
</dependency>
<dependency>
<groupId>com.secoo.mall</groupId>
<artifactId>dubbo-starter</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.secoo.mall</groupId>
<artifactId>web-starter</artifactId>
<artifactId>protocol-starter</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
......@@ -185,7 +178,7 @@
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
<version>${dubbo.version}</version>
<version>2.7.2</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
......
......@@ -9,12 +9,18 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>dubbo-starter</artifactId>
<artifactId>protocol-starter</artifactId>
<dependencies>
<dependency>
<groupId>com.secoo.mall</groupId>
<artifactId>common-core</artifactId>
<artifactId>common-util</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<!--dubbo-->
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
......@@ -27,6 +33,6 @@
<groupId>com.deepoove</groupId>
<artifactId>swagger-dubbo</artifactId>
</dependency>
</dependencies>
</dependencies>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>matrix</artifactId>
<groupId>com.secoo.mall</groupId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>web-starter</artifactId>
<dependencies>
<dependency>
<groupId>com.secoo.mall</groupId>
<artifactId>common-util</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
</dependencies>
</project>
\ No newline at end of file
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