pom.xml 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>com.yihu.jw</groupId>
  7. <artifactId>wlyy-parent-pom</artifactId>
  8. <version>2.0.0</version>
  9. <relativePath>../../wlyy-parent-pom/pom.xml</relativePath>
  10. </parent>
  11. <groupId>com.yihu.jw</groupId>
  12. <artifactId>svr-healthy-house</artifactId>
  13. <version>${parent.version}</version>
  14. <packaging>jar</packaging>
  15. <name>svr-healthy-house</name>
  16. <description>healthy-house for jw2.0</description>
  17. <properties>
  18. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  19. <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  20. <java.version>1.8</java.version>
  21. <spring-cloud.version>Finchley.SR1</spring-cloud.version>
  22. </properties>
  23. <dependencies>
  24. <dependency>
  25. <groupId>org.springframework.cloud</groupId>
  26. <artifactId>spring-cloud-starter</artifactId>
  27. </dependency>
  28. <dependency>
  29. <groupId>org.springframework.boot</groupId>
  30. <artifactId>spring-boot-starter-test</artifactId>
  31. <scope>test</scope>
  32. </dependency>
  33. <dependency>
  34. <groupId>org.springframework.boot</groupId>
  35. <artifactId>spring-boot-starter-data-jpa</artifactId>
  36. </dependency>
  37. <dependency>
  38. <groupId>org.springframework.boot</groupId>
  39. <artifactId>spring-boot-starter-tomcat</artifactId>
  40. </dependency>
  41. <dependency>
  42. <groupId>org.springframework.boot</groupId>
  43. <artifactId>spring-boot-starter-jdbc</artifactId>
  44. </dependency>
  45. <dependency>
  46. <groupId>org.springframework.boot</groupId>
  47. <artifactId>spring-boot-starter-aop</artifactId>
  48. </dependency>
  49. <dependency>
  50. <groupId>org.springframework.boot</groupId>
  51. <artifactId>spring-boot-starter-logging</artifactId>
  52. </dependency>
  53. <dependency>
  54. <groupId>org.springframework.boot</groupId>
  55. <artifactId>spring-boot-starter-actuator</artifactId>
  56. </dependency>
  57. <dependency>
  58. <groupId>org.springframework.cloud</groupId>
  59. <artifactId>spring-cloud-starter-eureka</artifactId>
  60. </dependency>
  61. <dependency>
  62. <groupId>org.springframework.cloud</groupId>
  63. <artifactId>spring-cloud-starter-config</artifactId>
  64. </dependency>
  65. <dependency>
  66. <groupId>org.springframework.data</groupId>
  67. <artifactId>spring-data-jpa</artifactId>
  68. </dependency>
  69. <dependency>
  70. <groupId>com.yihu</groupId>
  71. <artifactId>swagger-starter</artifactId>
  72. <exclusions>
  73. <exclusion>
  74. <artifactId>jackson-coreutils</artifactId>
  75. <groupId>com.github.fge</groupId>
  76. </exclusion>
  77. </exclusions>
  78. </dependency>
  79. <dependency>
  80. <groupId>com.yihu</groupId>
  81. <artifactId>mysql-starter</artifactId>
  82. </dependency>
  83. <dependency>
  84. <groupId>com.yihu.jw</groupId>
  85. <artifactId>common-request-mapping</artifactId>
  86. </dependency>
  87. <dependency>
  88. <groupId>com.yihu.jw</groupId>
  89. <artifactId>common-entity</artifactId>
  90. </dependency>
  91. <dependency>
  92. <groupId>com.yihu.jw</groupId>
  93. <artifactId>common-rest-model</artifactId>
  94. </dependency>
  95. <dependency>
  96. <groupId>com.yihu.jw</groupId>
  97. <artifactId>common-util</artifactId>
  98. </dependency>
  99. <dependency>
  100. <groupId>org.springside</groupId>
  101. <artifactId>springside-core</artifactId>
  102. <version>4.2.3-GA</version>
  103. <!--<classifier>GA</classifier>-->
  104. </dependency>
  105. <!-- Redis -->
  106. <dependency>
  107. <groupId>org.springframework.boot</groupId>
  108. <artifactId>spring-boot-starter-data-redis</artifactId>
  109. </dependency>
  110. <dependency>
  111. <groupId>redis.clients</groupId>
  112. <artifactId>jedis</artifactId>
  113. </dependency>
  114. <!-- Redis -->
  115. <dependency>
  116. <groupId>org.springframework.boot</groupId>
  117. <artifactId>spring-boot-starter-security</artifactId>
  118. </dependency>
  119. <dependency>
  120. <groupId>org.springframework.security.oauth</groupId>
  121. <artifactId>spring-security-oauth2</artifactId>
  122. </dependency>
  123. <!-- poi xml导入导出工具 start-->
  124. <dependency>
  125. <groupId>org.apache.poi</groupId>
  126. <artifactId>poi</artifactId>
  127. <exclusions>
  128. <exclusion>
  129. <groupId>com.yihu.ehr</groupId>
  130. <artifactId>commons-util</artifactId>
  131. </exclusion>
  132. <exclusion>
  133. <groupId>org.apache.commons</groupId>
  134. <artifactId>commons-collections4</artifactId>
  135. </exclusion>
  136. </exclusions>
  137. </dependency>
  138. <dependency>
  139. <groupId>org.apache.poi</groupId>
  140. <artifactId>poi-ooxml</artifactId>
  141. </dependency>
  142. <!-- xlsx 依赖这个包 -->
  143. <dependency>
  144. <groupId>org.apache.poi</groupId>
  145. <artifactId>poi-ooxml-schemas</artifactId>
  146. </dependency>
  147. <!-- poi xml导入导出工具 end -->
  148. <!--jxl导出工具-->
  149. <dependency>
  150. <groupId>net.sourceforge.jexcelapi</groupId>
  151. <artifactId>jxl</artifactId>
  152. <version>2.6.10</version>
  153. </dependency>
  154. <dependency>
  155. <groupId>com.fasterxml.jackson.module</groupId>
  156. <artifactId>jackson-module-jaxb-annotations</artifactId>
  157. </dependency>
  158. <dependency>
  159. <groupId>com.fasterxml.jackson.core</groupId>
  160. <artifactId>jackson-databind</artifactId>
  161. </dependency>
  162. <dependency>
  163. <groupId>com.fasterxml.jackson.core</groupId>
  164. <artifactId>jackson-annotations</artifactId>
  165. </dependency>
  166. <dependency>
  167. <groupId>org.json</groupId>
  168. <artifactId>json</artifactId>
  169. </dependency>
  170. <dependency>
  171. <groupId>net.sf.json-lib</groupId>
  172. <artifactId>json-lib</artifactId>
  173. </dependency>
  174. <!-- 文件服务器 -->
  175. <dependency>
  176. <groupId>com.yihu</groupId>
  177. <artifactId>fastdfs-starter</artifactId>
  178. <version>2.0.0</version>
  179. </dependency>
  180. </dependencies>
  181. <build>
  182. <finalName>svr-healthy-house</finalName>
  183. <plugins>
  184. <plugin>
  185. <groupId>org.springframework.boot</groupId>
  186. <artifactId>spring-boot-maven-plugin</artifactId>
  187. <configuration>
  188. <mainClass>com.yihu.HealthyHouseApplication</mainClass>
  189. </configuration>
  190. </plugin>
  191. <plugin>
  192. <artifactId>maven-compiler-plugin</artifactId>
  193. <configuration>
  194. <source>1.8</source>
  195. <target>1.8</target>
  196. </configuration>
  197. </plugin>
  198. </plugins>
  199. </build>
  200. </project>