you can now make runnable distributions via './gradlew distZip'

This commit is contained in:
2017-02-05 08:29:47 +01:00
parent ba2076cbb5
commit 9c86f8136b
2 changed files with 6 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ package org.lucares.pdbui;
import org.springframework.boot.SpringApplication;
public class MyWebapp {
public class PdbWebapp {
public static void main(final String[] args) throws Exception {
SpringApplication.run(MySpringConfiguration.class, args);