Skip to content

Framework for building Java microservices without annotation magic

License

Notifications You must be signed in to change notification settings

tombaeyens/magicless

Repository files navigation

Purpose

A framework for building Java executable jars that expose a HTTP or message based service.

Design goals

  • Plain Java instead of annotation magic. Read docs and step through code instead of Googling stackoverflow for use cases.
  • Good naming so the API becomes simple, predictable and codecompletable
  • Great support and guidance for tests
  • Good exception messages, also in tests
  • Minimal dependencies
  • Test

About

Framework for building Java microservices without annotation magic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages