Skip to content

pradeepcheers/bootique

 
 

Repository files navigation

Build Status Maven Central

Bootique is a minimally opinionated technology for building container-less runnable Java applications. With Bootique you can create REST services, webapps, jobs, DB migration tasks, etc. and run them as if they were simple commands. No JavaEE container required! Among other things Bootique is an ideal platform for Java microservices, as it allows you to create a fully functional app with minimal setup.

Quick Links:

Standard Modules

Below is a growing list of "standard" Bootique modules. With standard modules you can write apps of different kinds: REST services, job containers, DB migrations, etc. If you don't see a module that you need, keep in mind that writing your own modules is easy. By writing custom modules you can extend Bootique dependency injection and configuration facilities to either some favorite technology of yours or to your own code.

And a BOM that declares them all with compatible versions:

Support

You have two options:

  • Open an issue on GitHub with a label of "help wanted" or "question" (or "bug" if you think you found a bug).
  • Post your question on the Bootique forum.

About

Bootique is a minimally opinionated platform for modern runnable Java apps.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 85.6%
  • XSLT 12.1%
  • CSS 2.3%