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 dea7e45 commit b00578dCopy full SHA for b00578d
SpringBootBatch/build.gradle
@@ -15,7 +15,7 @@ apply plugin: 'eclipse'
15
apply plugin: 'org.springframework.boot'
16
apply plugin: 'io.spring.dependency-management'
17
18
-group = 'com.heowc'
+group = 'com.example'
19
version = '0.0.1-SNAPSHOT'
20
sourceCompatibility = 1.8
21
build.gradle
@@ -1,7 +1,7 @@
1
apply plugin: 'java'
2
apply plugin: 'eclipse'
3
4
5
version = '0.0.1'
6
7
0 commit comments