2 Star 3 Fork 3

RtxTitanV/springboot-learning

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
RtxTitanV 提交于 2021-08-26 16:14 +08:00 . SpringBoot2.x 集成 AntiSamy 防御XSS攻击
<?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.rtxtitanv</groupId>
<artifactId>springboot2.x-learning</artifactId>
<packaging>pom</packaging>
<version>1.0.0</version>
<modules>
<module>springboot-data-jpa</module>
<module>springboot-data-jpa-multi</module>
<module>springboot-kotlin</module>
<module>springboot-data-jpa-kotlin</module>
<module>springboot-data-jpa-multi-kotlin</module>
<module>springboot-docker</module>
<module>springboot-rabbitmq-producer</module>
<module>springboot-rabbitmq-consumer</module>
<module>springboot-mybatis-plus</module>
<module>springboot-data-mongodb</module>
<module>springboot-swagger2</module>
<module>springboot-swagger3</module>
<module>springboot-swagger3-springdoc</module>
<module>springboot-qiniu-kodo</module>
<module>springboot-tencent-sms</module>
<module>springboot-validator</module>
<module>springboot-dozer</module>
<module>springboot-antisamy</module>
</modules>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/RtxTitanV/springboot-learning.git
git@gitee.com:RtxTitanV/springboot-learning.git
RtxTitanV
springboot-learning
springboot-learning
master

搜索帮助