# spring-boot-wiki
**Repository Path**: Calm-Chan/spring-boot-wiki
## Basic Information
- **Project Name**: spring-boot-wiki
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-06-30
- **Last Updated**: 2021-07-09
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## calm wiki
### 一、配置maven setting.xml
1. 在settings.xml文件中的mirrors下添加mirror标签
```
alimaven
central
aliyun maven
http://maven.aliyun.com/nexus/content/repositories/central/
```
2. localRepository标签下 /Users/chenzhuo/.m2/repository
```
/Users/chenzhuo/.m2/repository
```
### 二、配置文件
- 自定义配置
### 三、热部署
1. pom.xml添加依赖
```
org.springframework.boot
spring-boot-devtools
```
2. setting build project auto
3. shift+shift 查找 Actions项 Registry
