rename module to "spring-boot-springdoc"
This commit is contained in:
3
build-all.sh
Normal file → Executable file
3
build-all.sh
Normal file → Executable 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/dependency-injection"
|
||||||
build_maven_module "spring-boot/spring-boot-openapi"
|
build_maven_module "spring-boot/spring-boot-openapi"
|
||||||
build_maven_module "spring-boot/data-migration/liquibase"
|
build_maven_module "spring-boot/data-migration/liquibase"
|
||||||
@@ -100,4 +101,4 @@ build_gradle_module "tools/jacoco"
|
|||||||
echo ""
|
echo ""
|
||||||
echo "+++"
|
echo "+++"
|
||||||
echo "+++ ALL MODULES SUCCESSFUL"
|
echo "+++ ALL MODULES SUCCESSFUL"
|
||||||
echo "+++"
|
echo "+++"
|
||||||
|
|||||||
32
spring-boot/spring-boot-codefirst/.gitignore
vendored
32
spring-boot/spring-boot-codefirst/.gitignore
vendored
@@ -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/
|
|
||||||
0
spring-boot/spring-boot-codefirst/gradlew → spring-boot/spring-boot-springdoc/gradlew
vendored
Normal file → Executable file
0
spring-boot/spring-boot-codefirst/gradlew → spring-boot/spring-boot-springdoc/gradlew
vendored
Normal file → Executable file
Reference in New Issue
Block a user