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

OSCHINA-MIRROR/XuanYin-data-auth-mybatis

Клонировать/Скачать
pom.xml 1.4 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
ZhuRuiHuan Отправлено 04.11.2021 10:00 df5310f
<?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.3.4.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.xuanyue</groupId>
<artifactId>data-auth-spring-boot-starter</artifactId>
<version>1.0</version>
<name>dataAuth</name>
<description>Mybatis-plug-dataAuth</description>
<properties>
<java.version>1.8</java.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>ognl</groupId>
<artifactId>ognl</artifactId>
<version>3.2.1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>

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

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

1
https://api.gitlife.ru/oschina-mirror/XuanYin-data-auth-mybatis.git
git@api.gitlife.ru:oschina-mirror/XuanYin-data-auth-mybatis.git
oschina-mirror
XuanYin-data-auth-mybatis
XuanYin-data-auth-mybatis
master