[done] migrates to maven
This commit is contained in:
parent
d834d54c40
commit
e4908942f8
30 changed files with 340 additions and 166 deletions
|
|
@ -1,15 +0,0 @@
|
|||
package de.pzzz.vertx;
|
||||
|
||||
import io.vertx.core.json.JsonObject;
|
||||
|
||||
public class Startup {
|
||||
private final JsonObject config;
|
||||
|
||||
public Startup(JsonObject config) {
|
||||
this.config = config;
|
||||
}
|
||||
|
||||
public JsonObject getConfig() {
|
||||
return config;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue