2022-08-01 11:28:53 +08:00
|
|
|
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
|
|
<version>2.5.5</version>
|
|
|
|
<relativePath/> <!-- lookup parent from repository -->
|
|
|
|
</parent>
|
|
|
|
<groupId>cn.com.tenlion</groupId>
|
|
|
|
<artifactId>xz-szwhy</artifactId>
|
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
|
<name>xz-szwhy</name>
|
|
|
|
<description>西藏数字文化云</description>
|
|
|
|
<properties>
|
|
|
|
<java.version>1.8</java.version>
|
|
|
|
<spring-mybatis.version>2.1.4</spring-mybatis.version>
|
|
|
|
<mysql.version>8.0.27</mysql.version>
|
|
|
|
<druid.version>1.1.9</druid.version>
|
|
|
|
</properties>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-thymeleaf</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-freemarker</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>mysql</groupId>
|
|
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
|
|
<version>${mysql.version}</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.mybatis.spring.boot</groupId>
|
|
|
|
<artifactId>mybatis-spring-boot-starter</artifactId>
|
|
|
|
<version>${spring-mybatis.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
<artifactId>druid-spring-boot-starter</artifactId>
|
|
|
|
<version>${druid.version}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>ink.wgink</groupId>
|
|
|
|
<artifactId>basic-app</artifactId>
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>ink.wgink</groupId>
|
|
|
|
<artifactId>login-app</artifactId>
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>ink.wgink</groupId>
|
|
|
|
<artifactId>module-dictionary</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>ink.wgink</groupId>
|
|
|
|
<artifactId>module-dictionary</artifactId>
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
|
2022-08-15 16:23:02 +08:00
|
|
|
|
2022-08-01 11:28:53 +08:00
|
|
|
<dependency>
|
2022-08-15 16:23:02 +08:00
|
|
|
<groupId>ink.wgink</groupId>
|
|
|
|
<artifactId>service-core</artifactId>
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- <dependency>
|
2022-08-01 11:28:53 +08:00
|
|
|
<groupId>ink.wgink</groupId>
|
|
|
|
<artifactId>service-position</artifactId>
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>ink.wgink</groupId>
|
|
|
|
<artifactId>service-group</artifactId>
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
|
2022-08-03 16:21:06 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>ink.wgink</groupId>
|
|
|
|
<artifactId>service-role</artifactId>
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
2022-08-15 16:23:02 +08:00
|
|
|
</dependency>-->
|
2022-08-03 16:21:06 +08:00
|
|
|
|
2022-08-01 11:28:53 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>ink.wgink</groupId>
|
|
|
|
<artifactId>module-sms</artifactId>
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
|
2022-08-01 17:07:23 +08:00
|
|
|
|
|
|
|
<!--自定义工具包-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.belerweb</groupId>
|
|
|
|
<artifactId>pinyin4j</artifactId>
|
|
|
|
<version>2.5.1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.binarywang</groupId>
|
|
|
|
<artifactId>java-emoji-converter</artifactId>
|
|
|
|
<version>0.1.1</version>
|
|
|
|
</dependency>
|
2022-08-02 16:22:08 +08:00
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.quartz-scheduler</groupId>
|
|
|
|
<artifactId>quartz</artifactId>
|
|
|
|
<version>RELEASE</version>
|
|
|
|
</dependency>
|
2022-08-03 16:21:06 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>ink.wgink</groupId>
|
|
|
|
<artifactId>module-article</artifactId>
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
|
2022-08-01 17:07:23 +08:00
|
|
|
<!--自定义工具包-->
|
|
|
|
|
2022-08-01 11:28:53 +08:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
</project>
|