All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.redpipe.example.wiki.keycloakJooq.Main Maven / Gradle / Ivy

package net.redpipe.example.wiki.keycloakJooq;

import net.redpipe.engine.core.Server;

public class Main {
	public static void main(String[] args) {
		Server test = new WikiServer();
		// FIXME: this really needs to be done before we start serving pages
		test.start()
			.subscribe(yes -> System.err.println("INIT done"), 
				x -> {
					x.printStackTrace();
				});
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy