Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.
/ userv Public archive

μServ = RestEasy + Undertow + Guice + Lightbend Config

License

Notifications You must be signed in to change notification settings

yegorius/userv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

μServ

μServ = RestEasy + Undertow + Guice + Typesafe Config

public final class AppServer extends μServ {
	private AppServer() {
		application(MyApplication.class);
		pakcage("com.mycompany.app");
	}

	public static void main(String[] args) {
		final AppServer server = new AppServer();
		server.start();
		Runtime.getRuntime().addShutdownHook(new Thread(server::stop));
	}
}

About

μServ = RestEasy + Undertow + Guice + Lightbend Config

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages