Skip to content

Commit e72fdef

Browse files
author
Alexander Furer
committed
set main class name in demo app
1 parent 09a67c0 commit e72fdef

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

grpc-spring-boot-starter-demo/build.gradle

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,17 @@ task cleanProtoGen {
140140
}
141141
clean.dependsOn cleanProtoGen
142142

143+
springBoot {
144+
mainClass = "org.lognet.springboot.grpc.demo.DemoApp"
145+
}
146+
147+
bootJar{
148+
enabled false
149+
}
150+
jar{
151+
enabled false
152+
}
153+
143154

144155

145156

0 commit comments

Comments
 (0)