pom.xml 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <parent>
  6. <groupId>com.jay.monitor.data</groupId>
  7. <artifactId>jay-monitor-data-web</artifactId>
  8. <version>1.1-SNAPSHOT</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>jay-monitor-data-server</artifactId>
  12. <properties>
  13. <!-- <thymeleaf.version>3.0.11.RELEASE</thymeleaf.version>-->
  14. </properties>
  15. <dependencies>
  16. <dependency>
  17. <groupId>com.jay.monitor.data</groupId>
  18. <artifactId>jay-monitor-data-api</artifactId>
  19. <version>${project.version}</version>
  20. </dependency>
  21. <dependency>
  22. <groupId>com.cat.file.message</groupId>
  23. <artifactId>spring-cat-file</artifactId>
  24. <version>1.0-SNAPSHOT</version>
  25. </dependency>
  26. <dependency>
  27. <groupId>org.apache.commons</groupId>
  28. <artifactId>commons-lang3</artifactId>
  29. </dependency>
  30. <dependency>
  31. <groupId>com.jay.monitor.data</groupId>
  32. <artifactId>jay-monitor-data-core</artifactId>
  33. <version>${project.version}</version>
  34. </dependency>
  35. <dependency>
  36. <groupId>org.springframework.boot</groupId>
  37. <artifactId>spring-boot-starter-logging</artifactId>
  38. </dependency>
  39. <!-- <dependency>-->
  40. <!-- <groupId>com.elab.marketing</groupId>-->
  41. <!-- <artifactId>elab-marketing-core</artifactId>-->
  42. <!-- </dependency>-->
  43. <dependency>
  44. <groupId>cn.hutool</groupId>
  45. <artifactId>hutool-all</artifactId>
  46. </dependency>
  47. <!-- <dependency>-->
  48. <!-- <groupId>com.vladsch.flexmark</groupId>-->
  49. <!-- <artifactId>flexmark-all</artifactId>-->
  50. <!-- <version>0.62.2</version>-->
  51. <!-- </dependency>-->
  52. <!-- spring boot web -->
  53. <dependency>
  54. <groupId>org.springframework.boot</groupId>
  55. <artifactId>spring-boot-starter-web</artifactId>
  56. </dependency>
  57. <dependency>
  58. <groupId>org.springframework.boot</groupId>
  59. <artifactId>spring-boot-starter-thymeleaf</artifactId>
  60. </dependency>
  61. <dependency>
  62. <groupId>nz.net.ultraq.thymeleaf</groupId>
  63. <artifactId>thymeleaf-layout-dialect</artifactId>
  64. <version>2.3.0</version>
  65. </dependency>
  66. <dependency>
  67. <groupId>com.github.xiaoymin</groupId>
  68. <artifactId>swagger-bootstrap-ui</artifactId>
  69. </dependency>
  70. <dependency>
  71. <groupId>org.springframework</groupId>
  72. <artifactId>spring-test</artifactId>
  73. </dependency>
  74. <dependency>
  75. <groupId>org.springframework.boot</groupId>
  76. <artifactId>spring-boot-starter-test</artifactId>
  77. <scope>test</scope>
  78. </dependency>
  79. <dependency>
  80. <groupId>org.springframework.boot</groupId>
  81. <artifactId>spring-boot-configuration-processor</artifactId>
  82. <optional>true</optional>
  83. </dependency>
  84. <dependency>
  85. <groupId>com.aliyun.oss</groupId>
  86. <artifactId>aliyun-sdk-oss</artifactId>
  87. <version>3.10.2</version>
  88. </dependency>
  89. <!-- <dependency>-->
  90. <!-- <groupId>org.springframework.cloud</groupId>-->
  91. <!-- <artifactId>spring-cloud-starter-eureka</artifactId>-->
  92. <!-- <version>1.4.7.RELEASE</version>-->
  93. <!-- </dependency>-->
  94. <!-- <dependency>-->
  95. <!-- <groupId>org.springframework.cloud</groupId>-->
  96. <!-- <artifactId>spring-cloud-starter</artifactId>-->
  97. <!-- <version>2.1.3.RELEASE</version>-->
  98. <!-- </dependency>-->
  99. <!-- <dependency>-->
  100. <!-- <groupId>org.mybatis.spring.boot</groupId>-->
  101. <!-- <artifactId>mybatis-spring-boot-starter</artifactId>-->
  102. <!-- </dependency>-->
  103. <dependency>
  104. <groupId>mysql</groupId>
  105. <artifactId>mysql-connector-java</artifactId>
  106. <version>5.1.47</version>
  107. </dependency>
  108. <dependency>
  109. <groupId>com.baomidou</groupId>
  110. <artifactId>mybatis-plus-boot-starter</artifactId>
  111. </dependency>
  112. <!-- 请注意groupId和github的方式有一些区别哦 -->
  113. <dependency>
  114. <groupId>com.github.liuyueyi.quick-media</groupId>
  115. <artifactId>markdown-plugin</artifactId>
  116. <version>2.5.2</version>
  117. <!-- <exclusions>-->
  118. <!-- <exclusion>-->
  119. <!-- <artifactId>flexmark</artifactId>-->
  120. <!-- <groupId>com.vladsch.flexmark</groupId>-->
  121. <!-- </exclusion>-->
  122. <!-- <exclusion>-->
  123. <!-- <artifactId>flexmark-ext-tables</artifactId>-->
  124. <!-- <groupId>com.vladsch.flexmark</groupId>-->
  125. <!-- </exclusion>-->
  126. <!-- </exclusions>-->
  127. </dependency>
  128. <dependency>
  129. <groupId>org.springframework.boot</groupId>
  130. <artifactId>spring-boot-starter-quartz</artifactId>
  131. </dependency>
  132. <!-- <dependency>-->
  133. <!-- <groupId>org.mybatis.caches</groupId>-->
  134. <!-- <artifactId>mybatis-ehcache</artifactId>-->
  135. <!-- </dependency>-->
  136. </dependencies>
  137. <build>
  138. <finalName>jay-monitor-data-server</finalName>
  139. <plugins>
  140. <plugin>
  141. <groupId>org.springframework.boot</groupId>
  142. <artifactId>spring-boot-maven-plugin</artifactId>
  143. </plugin>
  144. </plugins>
  145. <resources>
  146. <resource>
  147. <directory>src/main/resources</directory>
  148. <filtering>true</filtering>
  149. <excludes>
  150. <exclude>**/*.woff</exclude>
  151. <exclude>**/*.woff2</exclude>
  152. <exclude>**/*.ttf</exclude>
  153. </excludes>
  154. </resource>
  155. <resource>
  156. <directory>src/main/resources</directory>
  157. <filtering>false</filtering>
  158. <includes>
  159. <include>**/*.woff</include>
  160. <include>**/*.woff2</include>
  161. <include>**/*.ttf</include>
  162. </includes>
  163. </resource>
  164. </resources>
  165. </build>
  166. <repositories>
  167. <!-- 仅仅针对 markdown-plugin 这个jar包的下载镜像文件 -->
  168. <repository>
  169. <id>jitpack.io</id>
  170. <url>http://jitpack.io</url>
  171. </repository>
  172. <repository>
  173. <id>yihui-maven-repo</id>
  174. <url>https://raw.githubusercontent.com/liuyueyi/maven-repository/master/repository</url>
  175. </repository>
  176. </repositories>
  177. </project>