https://github.com/top-bettercode/demo
https://github.com/top-bettercode/demo
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/top-bettercode/demo
- Owner: top-bettercode
- Created: 2021-07-20T02:52:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-21T05:04:29.000Z (almost 5 years ago)
- Last Synced: 2025-04-05T23:42:04.762Z (about 1 year ago)
- Language: Java
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 后端接口
### 采用技术
spring boot 2.x, spring mvc,spring security
jpa,mybatis
### 数据库
### 构建工具
gradle
### 打包部署
配置文件路径:config
PP参数为环境变量,可选值:test,release
构建命令:./gradlew clean app:distZip -PP=test
jenkins构建Tasks参数:clean app:distZip -PP=test
打包结果路径:app/build/distributions/app.zip