修复说明

This commit is contained in:
yizhaorong 2019-06-30 17:47:47 +08:00
parent e31aff5ffb
commit b586a31a2d
2 changed files with 33 additions and 1 deletions

32
.gitignore vendored Normal file
View File

@ -0,0 +1,32 @@
HELP.md
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**
!**/src/test/**
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
out/
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
### VS Code ###
.vscode/

View File

@ -1,7 +1,7 @@
# 安装指南
#### 介绍
本项目使用 Spring Boot 开发的,用于企业内网 APP 分发,解决下载限制,实名认证等繁琐过程。
本项目使用 Spring Boot 开发的类似蒲公英和fir的企业内网 APP 分发平台,解决下载限制,实名认证等繁琐过程。
#### 效果