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.

52 lines
1.4 KiB

2 years ago
<?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>
2 years ago
<groupId>com.jianwei</groupId>
<artifactId>jwtech</artifactId>
2 years ago
<version>0.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jwtech-system</artifactId>
<description>
system系统模块
</description>
2 years ago
<properties>
<hutool.version>4.5.16</hutool.version>
</properties>
2 years ago
<dependencies>
2 years ago
<dependency>
2 years ago
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
2 years ago
<version>2.6.6</version>
2 years ago
</dependency>
2 years ago
<!-- Mysql驱动包 -->
2 years ago
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.10</version>
</dependency>
<dependency>
<groupId>com.jianwei</groupId>
<artifactId>jwtech-generator</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>