1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/mxywxwk-MSoft

Клонировать/Скачать
pom.xml 4.6 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
mxy Отправлено 23.10.2021 16:39 c5c2a40
<?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">
<modelVersion>4.0.0</modelVersion>
<groupId>cn.mxywxwk.msoft</groupId>
<artifactId>MSoft</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>msoft-admin</module>
<module>msoft-core</module>
<module>msoft-blog</module>
<module>msoft-auth</module>
<module>msoft-oss</module>
<module>msoft-msg</module>
<module>msoft-gateway</module>
<module>msoft-es</module>
<module>msoft-member</module>
</modules>
<developers>
<developer>
<name>mxywxwk</name>
<email>mxywxwk@163.com</email>
</developer>
</developers>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.3.2.RELEASE</version>
</parent>
<properties>
<springCloud.version>Hoxton.SR8</springCloud.version>
<springAlibaba.version>2.2.3.RELEASE</springAlibaba.version>
<msoftCore.version>1.0-SNAPSHOT</msoftCore.version>
<mybatisPlus.version>3.4.1</mybatisPlus.version>
<freemarker.version>2.3.31</freemarker.version>
<shiro.version>1.7.0</shiro.version>
<redisson.version>3.15.2</redisson.version>
<springfox.version>3.0.0</springfox.version>
<junit.version>4.13</junit.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>${springCloud.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
<version>${springAlibaba.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>cn.mxywxwk.msoft</groupId>
<artifactId>msoft-core</artifactId>
<version>${msoftCore.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
<version>${commons-pool2.version}</version>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
<version>${mybatisPlus.version}</version>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-generator</artifactId>
<version>${mybatisPlus.version}</version>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>${freemarker.version}</version>
</dependency>
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-spring</artifactId>
<version>${shiro.version}</version>
</dependency>
<dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>knife4j-spring-boot-starter</artifactId>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-boot-starter</artifactId>
<version>${springfox.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson</artifactId>
<version>${redisson.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<pluginManagement>
<plugins>
</plugins>
</pluginManagement>
</build>
</project>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/mxywxwk-MSoft.git
git@api.gitlife.ru:oschina-mirror/mxywxwk-MSoft.git
oschina-mirror
mxywxwk-MSoft
mxywxwk-MSoft
master