https://github.com/ymc-github/dev-web-with-gradle
make java web with gradle
https://github.com/ymc-github/dev-web-with-gradle
gradle java web
Last synced: about 2 months ago
JSON representation
make java web with gradle
- Host: GitHub
- URL: https://github.com/ymc-github/dev-web-with-gradle
- Owner: YMC-GitHub
- License: mit
- Created: 2020-02-21T06:38:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-24T07:06:09.000Z (over 6 years ago)
- Last Synced: 2025-01-07T23:46:11.525Z (over 1 year ago)
- Topics: gradle, java, web
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# dev-web-with-gradle
## desc
make java web with gradle
## some deps
- log4j use to log
- junit use to log
## some cmds
```sh
# 删除
gradle clean
# 构建
gradle assemble
#gradle build -x test
#ls build/distributions
# 测试
#2 单元测试
#gradle test
# deploy
# copy build/libs/*.war to webapp path in tomcat serve
```
## author
yemiancheng
## license
MIT