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 | 15 | apply plugin: 'io.spring.dependency-management' |
| 16 | 16 | |
| 17 | 17 | group = 'com.taover.bazhuayun.analysis' |
| 18 | -mainClassName = 'com.taover.bazhuayun.analysis.StartUp' | |
| 18 | +mainClassName = 'com.taover.bazhuayun.analysis.web.StartUp' | |
| 19 | 19 | sourceCompatibility = 1.8 |
| 20 | 20 | |
| 21 | 21 | repositories { | ... | ... |