代码拉取完成,页面将自动刷新
<?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.sugar</groupId>
<artifactId>SugarHouse</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<description>糖果屋1.0版本</description>
<modules>
<module>sugar-common</module>
<module>sugar-service</module>
<module>sugar-system</module>
<module>sugar-domain</module>
<module>sugar-mapper</module>
</modules>
<!--这是第一个我自主研发的项目,前端使用若依的,后端全部我自己写-->
<!--首先是父项目依赖springboot-->
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>2.2.13.RELEASE</version>
</parent>
<!--版本号-->
<properties>
<capthca.version>1.6.2</capthca.version>
<hutool.version>5.6.5</hutool.version>
<shiro.version>1.7.1</shiro.version>
</properties>
<!--依赖管理-->
<!--验证码,hutool,spring,shiro,redis,mysql,jpa-->
<dependencyManagement>
<dependencies>
<!-- https://mvnrepository.com/artifact/com.github.whvcse/easy-captcha -->
<dependency>
<groupId>com.github.whvcse</groupId>
<artifactId>easy-captcha</artifactId>
<version>${capthca.version}</version>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>${hutool.version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.shiro/shiro-spring-boot-web-starter -->
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-spring-boot-web-starter</artifactId>
<version>${shiro.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。