camunda-formio-plugin icon indicating copy to clipboard operation
camunda-formio-plugin copied to clipboard

Error while running springboot: please define the main method as: public static void main(String[] args)

Open victorhugofranca opened this issue 4 years ago • 1 comments

I don't know if this is due to something specific to my environment, but I had to add "Kt" to the end of the mainClassName value to make it possible to run through "gradlew :springBoot:run".

https://github.com/StephenOTT/camunda-formio-plugin/blob/4d92358275416311bdef3636878d65b11cc2d960/springboot/build.gradle.kts#L44

victorhugofranca avatar Jul 06 '21 13:07 victorhugofranca

Thanks. Yes that's a update we can make

StephenOTT avatar Jul 07 '21 00:07 StephenOTT