An open API service indexing awesome lists of open source software.

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

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