rename module to "spring-boot-springdoc"

This commit is contained in:
Tom Hombergs
2020-06-05 07:18:14 +10:00
parent 2e3cdcec99
commit b8c0923f23
11 changed files with 2 additions and 33 deletions

1
build-all.sh Normal file → Executable file
View File

@@ -54,6 +54,7 @@ build_maven_module() {
}
}
build_gradle_module "spring-boot/spring-boot-springdoc"
build_maven_module "spring-boot/dependency-injection"
build_maven_module "spring-boot/spring-boot-openapi"
build_maven_module "spring-boot/data-migration/liquibase"

View File

@@ -1,32 +0,0 @@
HELP.md
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**
!**/src/test/**
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
out/
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
### VS Code ###
.vscode/