Skip to content

Spring boot 、 Gradle、多模块、Knife4j、Junit5、Jacoco、Druid、Nacos

Notifications You must be signed in to change notification settings

lxxc11/spring-boot-module

Repository files navigation

spring-boot-module

spring boot 框架的学习,Step by Step !

快速启动

直接run SpringBootModuleApplication

编译并且跑测试

cd spring-boot-module & gradlew build

不带测试添加参数

-x test

打包带lib

cd spring-boot-module & gradlew bootJar