you can now make runnable distributions via './gradlew distZip'
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user