cordapp-template-java
cordapp-template-java copied to clipboard
Change the mainClassName value in build.gradle of clients folder
In build.gradle of clients folder, the value of mainClassName "com.template.webserver.Server". But the "Server.class" does not exist in clients. Instead it should be "com.template.webserver.Starter".