|
@ -19,6 +19,18 @@
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.jw</groupId>
|
|
|
<artifactId>common-entity</artifactId>
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
|
<groupId>com.yihu.base</groupId>
|
|
|
<artifactId>common-data-es</artifactId>
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.yihu</groupId>
|
|
|
<artifactId>common-data-es-starter</artifactId>
|
|
|
<version>1.1.0</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.jw</groupId>
|
|
@ -48,33 +60,37 @@
|
|
|
<groupId>com.yihu.base</groupId>
|
|
|
<artifactId>common-data-mysql</artifactId>
|
|
|
</dependency>
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>com.yihu.base</groupId>-->
|
|
|
<!--<artifactId>common-security</artifactId>-->
|
|
|
<!--</dependency>-->
|
|
|
|
|
|
<!--公共的 end-->
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-tomcat</artifactId>
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
<!--<exclusions>-->
|
|
|
<!--<exclusion>-->
|
|
|
<!--<groupId>org.springframework.boot</groupId>-->
|
|
|
<!--<artifactId>spring-boot-starter-tomcat</artifactId>-->
|
|
|
<!--</exclusion>-->
|
|
|
<!--</exclusions>-->
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
|
<version>3.1.0</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<!--<dependency>
|
|
|
<groupId>org.apache.tomcat</groupId>
|
|
|
<artifactId>tomcat-servlet-api</artifactId>
|
|
|
<version>8.5.28</version>
|
|
|
<!--tomcat 启动时 打开注释 end-->
|
|
|
</dependency>
|
|
|
<!--<dependency>
|
|
|
<!–tomcat 启动时 打开注释 end–>
|
|
|
</dependency>-->
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-tomcat</artifactId>
|
|
|
</dependency>-->
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-data-jpa</artifactId>
|
|
@ -97,7 +113,7 @@
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
<artifactId>spring-cloud-starter-eureka</artifactId>
|
|
|
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
@ -150,6 +166,11 @@
|
|
|
<artifactId>jsr311-api</artifactId>
|
|
|
<version>1.1.1</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.jw</groupId>
|
|
|
<artifactId>common-fegin</artifactId>
|
|
|
<version>1.0.0</version>
|
|
|
</dependency>
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>org.springframework.boot</groupId>-->
|
|
|
<!--<artifactId>spring-boot-starter-data-redis</artifactId>-->
|