You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

100 lines
3.5 KiB

1 year ago
11 months ago
1 year ago
1 year ago
10 months ago
10 months ago
10 months ago
1 year ago
11 months ago
10 months ago
11 months ago
10 months ago
9 months ago
1 year ago
  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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>org.springframework.boot</groupId>
  7. <artifactId>spring-boot-starter-parent</artifactId>
  8. <version>3.2.6</version>
  9. <relativePath/> <!-- lookup parent from repository -->
  10. </parent>
  11. <groupId>com.iflytop</groupId>
  12. <artifactId>a8000</artifactId>
  13. <version>0.0.29</version>
  14. <name>boditech-a8000</name>
  15. <description>boditech-a8000</description>
  16. <properties>
  17. <java.version>17</java.version>
  18. </properties>
  19. <dependencies>
  20. <dependency>
  21. <groupId>org.springframework.boot</groupId>
  22. <artifactId>spring-boot-starter-web</artifactId>
  23. </dependency>
  24. <dependency>
  25. <groupId>org.springframework.boot</groupId>
  26. <artifactId>spring-boot-starter-aop</artifactId>
  27. </dependency>
  28. <dependency>
  29. <groupId>org.springframework</groupId>
  30. <artifactId>spring-aop</artifactId>
  31. </dependency>
  32. <dependency>
  33. <groupId>org.aspectj</groupId>
  34. <artifactId>aspectjweaver</artifactId>
  35. </dependency>
  36. <dependency>
  37. <groupId>org.xerial</groupId>
  38. <artifactId>sqlite-jdbc</artifactId>
  39. <version>3.45.2.0</version>
  40. </dependency>
  41. <dependency>
  42. <groupId>org.mybatis.spring.boot</groupId>
  43. <artifactId>mybatis-spring-boot-starter</artifactId>
  44. <version>3.0.3</version>
  45. </dependency>
  46. <dependency>
  47. <groupId>org.java-websocket</groupId>
  48. <artifactId>Java-WebSocket</artifactId>
  49. <version>1.5.4</version>
  50. </dependency>
  51. <dependency>
  52. <groupId>org.freemarker</groupId>
  53. <artifactId>freemarker</artifactId>
  54. <version>2.3.31</version>
  55. </dependency>
  56. <dependency>
  57. <groupId>org.jetbrains</groupId>
  58. <artifactId>annotations</artifactId>
  59. <version>RELEASE</version>
  60. <scope>compile</scope>
  61. </dependency>
  62. <dependency>
  63. <groupId>net.sourceforge.javacsv</groupId>
  64. <artifactId>javacsv</artifactId>
  65. <version>2.0</version>
  66. </dependency>
  67. <dependency>
  68. <groupId>org.projectlombok</groupId>
  69. <artifactId>lombok</artifactId>
  70. <scope>annotationProcessor</scope>
  71. </dependency>
  72. <!-- <dependency>-->
  73. <!-- <groupId>io.springfox</groupId>-->
  74. <!-- <artifactId>springfox-boot-starter</artifactId>-->
  75. <!-- <version>3.0.0</version>-->
  76. <!-- </dependency>-->
  77. <dependency>
  78. <groupId>org.springdoc</groupId>
  79. <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
  80. <version>2.3.0</version>
  81. </dependency>
  82. <dependency>
  83. <groupId>org.springframework.boot</groupId>
  84. <artifactId>spring-boot-starter-validation</artifactId>
  85. </dependency>
  86. </dependencies>
  87. <build>
  88. <plugins>
  89. <plugin>
  90. <groupId>org.springframework.boot</groupId>
  91. <artifactId>spring-boot-maven-plugin</artifactId>
  92. </plugin>
  93. </plugins>
  94. </build>
  95. </project>