|
@ -1,445 +0,0 @@
|
|
|
<?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>common-lib</artifactId>
|
|
|
<groupId>com.yihu</groupId>
|
|
|
<version>1.0.0</version>
|
|
|
<relativePath>../../common-lib/pom.xml</relativePath>
|
|
|
</parent>
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
<artifactId>patient-co-pc</artifactId>
|
|
|
|
|
|
<name>patient-co-pc</name>
|
|
|
<version>1.0.0</version>
|
|
|
<packaging>war</packaging>
|
|
|
|
|
|
|
|
|
<!-- 设定插件仓库, 如有Nexus私服, 取消注释并指向正确的服务器地址. -->
|
|
|
<pluginRepositories>
|
|
|
<pluginRepository>
|
|
|
<id>nexus</id>
|
|
|
<name>Team Nexus Repository</name>
|
|
|
<url>http://172.19.103.47:8081/nexus/content/groups/public</url>
|
|
|
<snapshots>
|
|
|
<enabled>false</enabled>
|
|
|
</snapshots>
|
|
|
</pluginRepository>
|
|
|
</pluginRepositories>
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
<!--Spring boot family-->
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-autoconfigure</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-actuator-docs</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-security</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-mail</artifactId>
|
|
|
</dependency>
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>org.springframework.boot</groupId>-->
|
|
|
<!--<artifactId>spring-boot-devtools</artifactId>-->
|
|
|
<!--</dependency>-->
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-actuator</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-aop</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-data-jpa</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-jdbc</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-thymeleaf</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-mail</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-tomcat</artifactId>
|
|
|
</dependency>
|
|
|
<!-- end -->
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- spring start -->
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
<artifactId>spring-beans</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
<artifactId>spring-core</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.data</groupId>
|
|
|
<artifactId>spring-data-commons</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.data</groupId>
|
|
|
<artifactId>spring-data-keyvalue</artifactId>
|
|
|
</dependency>
|
|
|
<!-- spring end -->
|
|
|
|
|
|
<!--Swagger start -->
|
|
|
<dependency>
|
|
|
<groupId>io.springfox</groupId>
|
|
|
<artifactId>springfox-swagger2</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>io.springfox</groupId>
|
|
|
<artifactId>springfox-swagger-ui</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<!--Swagger end -->
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.yihu</groupId>
|
|
|
<artifactId>jave-ffmpegjave</artifactId>
|
|
|
</dependency>
|
|
|
<!-- poi start-->
|
|
|
<dependency>
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
<artifactId>poi</artifactId>
|
|
|
</dependency>
|
|
|
<!-- poi end-->
|
|
|
<dependency>
|
|
|
<groupId>org.apache.axis</groupId>
|
|
|
<artifactId>axis</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>axis</groupId>
|
|
|
<artifactId>axis-jaxrpc</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
<artifactId>httpclient</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>sehrCrypto</groupId>
|
|
|
<artifactId>sehrCrypto</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.jdom</groupId>
|
|
|
<artifactId>jdom</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.bouncycastle</groupId>
|
|
|
<artifactId>bcprov-jdk16</artifactId>
|
|
|
</dependency>
|
|
|
<!-- Apache Commons fileupload -->
|
|
|
<dependency>
|
|
|
<groupId>commons-fileupload</groupId>
|
|
|
<artifactId>commons-fileupload</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
</dependency>
|
|
|
<!-- SPRINGSIDE -->
|
|
|
<dependency>
|
|
|
<groupId>org.springside</groupId>
|
|
|
<artifactId>springside-core</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- PERSISTENCE begin -->
|
|
|
<!-- hibernate -->
|
|
|
<dependency>
|
|
|
<groupId>org.hibernate</groupId>
|
|
|
<artifactId>hibernate-entitymanager</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.google.code.kaptcha</groupId>
|
|
|
<artifactId>kaptcha</artifactId>
|
|
|
</dependency>
|
|
|
<!-- spring data access -->
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.data</groupId>
|
|
|
<artifactId>spring-data-jpa</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- aspectjrt start -->
|
|
|
<dependency>
|
|
|
<groupId>org.aspectj</groupId>
|
|
|
<artifactId>aspectjrt</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.aspectj</groupId>
|
|
|
<artifactId>aspectjweaver</artifactId>
|
|
|
</dependency>
|
|
|
<!-- aspectjrt end -->
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>net.sf.json-lib</groupId>
|
|
|
<artifactId>json-lib</artifactId>
|
|
|
<version>2.4</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- jdbc driver -->
|
|
|
<dependency>
|
|
|
<groupId>mysql</groupId>
|
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
|
</dependency>
|
|
|
<!-- PERSISTENCE end -->
|
|
|
|
|
|
<!-- WEB begin -->
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>opensymphony</groupId>
|
|
|
<artifactId>sitemesh</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
<artifactId>jstl</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
|
<version>3.0.1</version>
|
|
|
</dependency>
|
|
|
<!-- WEB end -->
|
|
|
|
|
|
<!-- JSR303 BeanValidator -->
|
|
|
<dependency>
|
|
|
<groupId>org.hibernate</groupId>
|
|
|
<artifactId>hibernate-validator</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- JSON begin -->
|
|
|
<dependency>
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.fasterxml.jackson.dataformat</groupId>
|
|
|
<artifactId>jackson-dataformat-xml</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.fasterxml.jackson.module</groupId>
|
|
|
<artifactId>jackson-module-jaxb-annotations</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.json</groupId>
|
|
|
<artifactId>json</artifactId>
|
|
|
</dependency>
|
|
|
<!-- JSON end -->
|
|
|
<dependency>
|
|
|
<groupId>org.htmlparser</groupId>
|
|
|
<artifactId>htmlparser</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>xom</groupId>
|
|
|
<artifactId>xom</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.thoughtworks.xstream</groupId>
|
|
|
<artifactId>xstream</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
<!-- LOGGING begin -->
|
|
|
<dependency>
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>ch.qos.logback</groupId>
|
|
|
<artifactId>logback-classic</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>ch.qos.logback</groupId>
|
|
|
<artifactId>logback-core</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 代码直接调用log4j会被桥接到slf4j -->
|
|
|
<dependency>
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
<artifactId>log4j-over-slf4j</artifactId>
|
|
|
</dependency>
|
|
|
<!-- 代码直接调用common-logging会被桥接到slf4j -->
|
|
|
<dependency>
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
<artifactId>jcl-over-slf4j</artifactId>
|
|
|
</dependency>
|
|
|
<!-- 代码直接调用java.util.logging会被桥接到slf4j -->
|
|
|
<dependency>
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
<artifactId>jul-to-slf4j</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- LOGGING end -->
|
|
|
|
|
|
<!-- GENERAL UTILS begin -->
|
|
|
<dependency>
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
<artifactId>guava</artifactId>
|
|
|
</dependency>
|
|
|
<!-- GENERAL UTILS end -->
|
|
|
|
|
|
<!-- selenium 2.0 -->
|
|
|
<dependency>
|
|
|
<groupId>org.seleniumhq.selenium</groupId>
|
|
|
<artifactId>selenium-java</artifactId>
|
|
|
<scope>test</scope>
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
|
<groupId>org.seleniumhq.selenium</groupId>
|
|
|
<artifactId>selenium-htmlunit-driver</artifactId>
|
|
|
</exclusion>
|
|
|
<exclusion>
|
|
|
<groupId>org.seleniumhq.selenium</groupId>
|
|
|
<artifactId>selenium-android-driver</artifactId>
|
|
|
</exclusion>
|
|
|
<exclusion>
|
|
|
<groupId>org.seleniumhq.selenium</groupId>
|
|
|
<artifactId>selenium-iphone-driver</artifactId>
|
|
|
</exclusion>
|
|
|
<exclusion>
|
|
|
<groupId>org.seleniumhq.selenium</groupId>
|
|
|
<artifactId>selenium-safari-driver</artifactId>
|
|
|
</exclusion>
|
|
|
<exclusion>
|
|
|
<groupId>commons-logging</groupId>
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.seleniumhq.selenium</groupId>
|
|
|
<artifactId>selenium-remote-driver</artifactId>
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
|
<groupId>cglib</groupId>
|
|
|
<artifactId>cglib-nodep</artifactId>
|
|
|
</exclusion>
|
|
|
<exclusion>
|
|
|
<groupId>commons-logging</groupId>
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
<!--二维码生成 start-->
|
|
|
<dependency>
|
|
|
<groupId>com.google.zxing</groupId>
|
|
|
<artifactId>core</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.google.zxing</groupId>
|
|
|
<artifactId>javase</artifactId>
|
|
|
</dependency>
|
|
|
<!--二维码生成 end-->
|
|
|
<!-- quartz start -->
|
|
|
<dependency>
|
|
|
<groupId>org.quartz-scheduler</groupId>
|
|
|
<artifactId>quartz</artifactId>
|
|
|
</dependency>
|
|
|
<!-- quartz end -->
|
|
|
<!-- redis start -->
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.data</groupId>
|
|
|
<artifactId>spring-data-redis</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>redis.clients</groupId>
|
|
|
<artifactId>jedis</artifactId>
|
|
|
</dependency>
|
|
|
<!-- redis end -->
|
|
|
<!--fastdfs start-->
|
|
|
<dependency>
|
|
|
<groupId>org.csource</groupId>
|
|
|
<artifactId>fastdfs_lib</artifactId>
|
|
|
</dependency>
|
|
|
<!--fastdfs end-->
|
|
|
<dependency>
|
|
|
<groupId>joda-time</groupId>
|
|
|
<artifactId>joda-time</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
<artifactId>fastjson</artifactId>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|
|
|
<finalName>wlyy</finalName>
|
|
|
|
|
|
<plugins>
|
|
|
<!--打成war包需要的配置-->
|
|
|
<plugin>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
</plugin>
|
|
|
<plugin>
|
|
|
<artifactId>maven-war-plugin</artifactId>
|
|
|
<configuration>
|
|
|
<failOnMissingWebXml>false</failOnMissingWebXml>
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
<configuration>
|
|
|
<source>1.8</source>
|
|
|
<target>1.8</target>
|
|
|
<compilerArguments>
|
|
|
<verbose/>
|
|
|
<bootclasspath>${java.home}/lib/rt.jar;${java.home}/lib/jce.jar</bootclasspath>
|
|
|
</compilerArguments>
|
|
|
</configuration>
|
|
|
<version>3.1</version>
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
</build>
|
|
|
</project>
|