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.
84 lines
2.3 KiB
84 lines
2.3 KiB
<?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>jyjz-system</artifactId>
|
|
<groupId>cn.jyjz</groupId>
|
|
<version>1.0.0</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>cn.jyjz</groupId>
|
|
<artifactId>jyjz-system-admin</artifactId>
|
|
<version>1.0.0</version>
|
|
|
|
<name>jyjz-system-admin</name>
|
|
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.baomidou</groupId>
|
|
<artifactId>mybatis-plus-boot-starter</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.baomidou</groupId>
|
|
<artifactId>dynamic-datasource-spring-boot-starter</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.github.oshi</groupId>
|
|
<artifactId>oshi-core</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>jaxen</groupId>
|
|
<artifactId>jaxen</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>dom4j</groupId>
|
|
<artifactId>dom4j</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.alibaba</groupId>
|
|
<artifactId>druid</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>xml-apis</groupId>
|
|
<artifactId>xml-apis</artifactId>
|
|
<version>1.4.01</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>cn.jyjz</groupId>
|
|
<artifactId>jyjz-common-base</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>cn.jyjz</groupId>
|
|
<artifactId>jyjz-common-web</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>cn.jyjz</groupId>
|
|
<artifactId>jyjz-common-mybatisplus</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>cn.jyjz</groupId>
|
|
<artifactId>jyjz-common-redis</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>cn.jyjz</groupId>
|
|
<artifactId>jyjz-common-upload</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>cn.jyjz</groupId>
|
|
<artifactId>jyjz-framework-security</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>cn.jyjz</groupId>
|
|
<artifactId>jyjz-framework-securityweb</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>cn.jyjz</groupId>
|
|
<artifactId>jyjz-system-abase</artifactId>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|