|
@ -21,10 +21,6 @@
|
|
|
</properties>
|
|
|
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
@ -42,20 +38,25 @@
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
<artifactId>spring-cloud-starter-eureka</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
|
</dependency>
|
|
|
<!-- 医疗云私有包 -->
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.ehr</groupId>
|
|
|
<artifactId>commons-ui-swagger</artifactId>
|
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.ehr</groupId>
|
|
|
<artifactId>commons-web</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.ehr</groupId>
|
|
|
<artifactId>commons-data-fastdfs</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.yihu.ehr</groupId>
|
|
|
<artifactId>commons-data-mysql</artifactId>
|
|
@ -81,15 +82,4 @@
|
|
|
</plugins>
|
|
|
</build>
|
|
|
|
|
|
<repositories>
|
|
|
<repository>
|
|
|
<id>spring-milestones</id>
|
|
|
<name>Spring Milestones</name>
|
|
|
<url>https://repo.spring.io/milestone</url>
|
|
|
<snapshots>
|
|
|
<enabled>false</enabled>
|
|
|
</snapshots>
|
|
|
</repository>
|
|
|
</repositories>
|
|
|
|
|
|
</project>
|