|
@ -60,8 +60,8 @@
|
|
|
<artifactId>spring-cloud-starter-config</artifactId>
|
|
|
</dependency>
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>org.springframework.cloud</groupId>-->
|
|
|
<!--<artifactId>spring-cloud-starter-zipkin</artifactId>-->
|
|
|
<!--<groupId>org.springframework.cloud</groupId>-->
|
|
|
<!--<artifactId>spring-cloud-starter-zipkin</artifactId>-->
|
|
|
<!--</dependency>-->
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
@ -98,8 +98,8 @@
|
|
|
<artifactId>common-web</artifactId>
|
|
|
</dependency>
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>com.yihu.jw</groupId>-->
|
|
|
<!--<artifactId>common-tracer</artifactId>-->
|
|
|
<!--<groupId>com.yihu.jw</groupId>-->
|
|
|
<!--<artifactId>common-tracer</artifactId>-->
|
|
|
<!--</dependency>-->
|
|
|
<!-- 文件服务器 -->
|
|
|
<dependency>
|
|
@ -118,6 +118,11 @@
|
|
|
<artifactId>mysql-starter</artifactId>
|
|
|
<version>2.0.0</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yihu</groupId>
|
|
|
<artifactId>elasticsearch-starter</artifactId>
|
|
|
<version>2.0.0</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>io.github.swagger2markup</groupId>
|
|
@ -131,7 +136,41 @@
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 发送邮件 -->
|
|
|
<dependency>
|
|
|
<groupId>com.sun.mail</groupId>
|
|
|
<artifactId>javax.mail</artifactId>
|
|
|
<version>1.4.7</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-mail</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- poi xml导入导出工具 start-->
|
|
|
<dependency>
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
<artifactId>poi</artifactId>
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
|
<groupId>com.yihu.ehr</groupId>
|
|
|
<artifactId>commons-util</artifactId>
|
|
|
</exclusion>
|
|
|
<exclusion>
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
<artifactId>commons-collections4</artifactId>
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
<artifactId>poi-ooxml</artifactId>
|
|
|
</dependency>
|
|
|
<!-- xlsx 依赖这个包 -->
|
|
|
<dependency>
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
<artifactId>poi-ooxml-schemas</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-core</artifactId>
|