Browse Source

新增加包的支持

chenweida 7 years ago
parent
commit
c0cfd519f1
1 changed files with 4 additions and 1 deletions
  1. 4 1
      web-gateway/pom.xml

+ 4 - 1
web-gateway/pom.xml

@ -18,7 +18,10 @@
            <groupId>com.yihu.jw</groupId>
            <artifactId>common-swagger</artifactId>
        </dependency>
        <dependency>
            <groupId>com.yihu.jw</groupId>
            <artifactId>common-rest-model</artifactId>
        </dependency>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-web</artifactId>