|
|
|
@ -66,7 +66,7 @@ public class Application {
@@ -66,7 +66,7 @@ public class Application {
|
|
|
|
|
new ApiEndpoint(db).bindPath(("/api")).on(server); |
|
|
|
|
|
|
|
|
|
server.start(); |
|
|
|
|
|
|
|
|
|
LOG.log(INFO,"Started webserver on port {0,number,#} …",port); |
|
|
|
|
var jarDir = new File("/home/srichter/workspace/de.srsoftware.cal/de.srsoftware.cal.importer/build/libs"); |
|
|
|
|
var autoImport = new AutoImporter(db); |
|
|
|
|
new JarWatchdog() |
|
|
|
|