We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f07b11 commit dcf2910Copy full SHA for dcf2910
settings.gradle
@@ -1,4 +1,7 @@
1
-rootProject.name = 'SpringBoot3BatchStarter'
+plugins {
2
+ id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0'
3
+}
4
5
+rootProject.name = 'SpringBoot3BatchStarter'
6
include 'skeletonBatch'
7
include 'dbAndCsvBatch'
0 commit comments