Commit 76e155dd0b58f05066ce1f8be96856d1ff63fb94
1 parent
2e74479d
Exists in
master
build.gradle
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
build.gradle
@@ -15,7 +15,7 @@ apply plugin: 'org.springframework.boot' | @@ -15,7 +15,7 @@ apply plugin: 'org.springframework.boot' | ||
15 | apply plugin: 'io.spring.dependency-management' | 15 | apply plugin: 'io.spring.dependency-management' |
16 | 16 | ||
17 | group = 'com.taover.bazhuayun.analysis' | 17 | group = 'com.taover.bazhuayun.analysis' |
18 | -mainClassName = 'com.taover.bazhuayun.analysis.StartUp' | 18 | +mainClassName = 'com.taover.bazhuayun.analysis.web.StartUp' |
19 | sourceCompatibility = 1.8 | 19 | sourceCompatibility = 1.8 |
20 | 20 | ||
21 | repositories { | 21 | repositories { |