1 Star 2 Fork 3

小尘哥/secure-ext-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 1.43 KB
一键复制 编辑 原始数据 按行查看 历史
小尘哥 提交于 2022-08-23 19:56 +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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.mos</groupId>
<artifactId>secure-ext</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<modules>
<module>secure-ext-sensitive-demo</module>
</modules>
<name>secure-ext</name>
<!-- FIXME change it to the project's website -->
<url>http://www.example.com</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<springboot.version>2.7.3</springboot.version>
<hutool-all.version>5.8.5</hutool-all.version>
<secure-ext-spring-boot-starter.version>1.0.3-RELEASE</secure-ext-spring-boot-starter.version>
<lombok.version>1.18.24</lombok.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>${springboot.version}</version>
</dependency>
<dependency>
<groupId>io.gitee.chemors</groupId>
<artifactId>secure-ext-spring-boot-starter</artifactId>
<version>${secure-ext-spring-boot-starter.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>
</build>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/chemors/secure-ext-demo.git
git@gitee.com:chemors/secure-ext-demo.git
chemors
secure-ext-demo
secure-ext-demo
master

搜索帮助