1 Star 0 Fork 7

原野/Springboot集成样例

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 1.75 KB
一键复制 编辑 原始数据 按行查看 历史
<?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>
<groupId>com.lm.example</groupId>
<artifactId>springboot-example</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>springboot-example</name>
<description>springboot-example</description>
<packaging>pom</packaging>
<modules>
<module>lm-caffeine</module>
<module>lm-dynamic-datasource</module>
<module>lm-ehcache</module>
<module>lm-csv</module>
<module>lm-curator</module>
<module>lm-jasypt</module>
<module>lm-jsoup</module>
<module>lm-jsch</module>
<module>lm-mail</module>
<module>lm-druid</module>
<module>lm-geodesy</module>
<module>lm-kaptcha</module>
<module>lm-fastdfs</module>
<module>lm-desensitization</module>
<module>lm-negotiation</module>
<module>lm-drools</module>
<module>lm-chronicle</module>
<module>lm-httpclient</module>
<module>lm-logback</module>
<module>lm-lombok</module>
<module>lm-minio</module>
<module>lm-jsqlparser</module>
<module>lm-mapstruct</module>
<module>lm-ofdrw</module>
<module>lm-fastjson</module>
<module>lm-tika</module>
<module>lm-jsonpath</module>
<module>lm-thumbnailator</module>
<module>lm-socket</module>
<module>lm-orika</module>
<module>lm-bytebuddy</module>
<module>lm-statemachine</module>
</modules>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/michaelyuanye/springboot-example.git
git@gitee.com:michaelyuanye/springboot-example.git
michaelyuanye
springboot-example
Springboot集成样例
master

搜索帮助