1 Star 0 Fork 25

ma_firsttime/spring-boot-study

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 1.44 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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.songguoliang</groupId>
<artifactId>spring-boot-study</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<modules>
<module>spring-boot-demo</module>
<module>spring-boot-properties</module>
<module>spring-boot-env</module>
<module>spring-boot-mybatis</module>
<module>spring-boot-druid</module>
<module>spring-boot-pagehelper</module>
<module>spring-boot-mapper4</module>
<module>spring-boot-jsp</module>
<module>spring-boot-fastjson</module>
<module>spring-boot-devtools</module>
<module>spring-boot-upload</module>
<module>spring-boot-ehcache</module>
<module>spring-boot-mybatis-generator</module>
<module>spring-boot-shiro</module>
<module>spring-boot-shiro-ehcache</module>
<module>spring-boot-shiro-ehcache-shiro</module>
<module>spring-boot-scheduling</module>
<module>spring-boot-quartz</module>
<module>spring-boot-quartz-db</module>
<module>spring-boot-mybatis-generator-mysql</module>
<module>spring-boot-jwt</module>
</modules>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ma_h/spring-boot-study.git
git@gitee.com:ma_h/spring-boot-study.git
ma_h
spring-boot-study
spring-boot-study
master

搜索帮助