/xuan

:seedling: Simple springboot framework :ribbon:

Primary LanguageJava

author JDK Spring Boot LICENSE

stars forks watchers

项目介绍

Simple springboot framework

build

mvn clean package -Dmaven.test.skip

package

./build.sh 

deploy

# 启动
./run.sh start
# 停止
./run.sh stop

findbugs 和 CheckStyle

mvn findbugs:findbugs
mvn checkstyle:checkstyle
mvn site