GitXplorerGitXplorer
g

fathom

public
24 stars
6 forks
14 issues

Commits

List of commits on branch master.
Verified
e05b5527fb2cbcb0f09b8996fe2caae5d1f6e635

Bump junit from 4.10 to 4.13.1 (#20)

ddependabot[bot] committed 4 years ago
Unverified
f2f820eb16e9fea1e36ad4eda4ed51b35f056538

Update to version to 1.2.0-SNAPSHOT

ggitblit committed 8 years ago
Unverified
28f1e562136d6d1db985039b332ffbc20543569a

Update to HikariCP 2.6.1

ggitblit committed 8 years ago
Unverified
2053c6d419746719ae9cce8796e5ba702e74e97a

Update to Pippo 1.2.0

ggitblit committed 8 years ago
Unverified
9350ceb6fd220f0574ad22e91ac014ce032a1659

Update to Undertow 1.4.11

ggitblit committed 8 years ago
Unverified
b607368dbd19d210d89a95e8923e1a71d11986b9

Update changelog

ggitblit committed 8 years ago

README

The README file for this repository.

Fathom

Fathom is an opinionated, modular, & injectable foundation for building microservices on a JVM.

    (_)        ______      __  __
   __|__      / ____/___ _/ /_/ /_  ____  ____ ___
     |       / /_  / __ `/ __/ __ \/ __ \/ __ `__ \  Microservice Foundation
 \__/ \__/  / __/ / /_/ / /_/ / / / /_/ / / / / / /  http://fathom.gitblit.com
  °-. .-°  /_/    \__,_/\__/_/ /_/\____/_/ /_/ /_/
     '

Travis CI Build Status Maven Central Maven Central

Microservice Foundation

Fathom provides a tightly integrated base to quickly bootstrap your microservice project using best-of-breed components.

Full documentation available here.

Opinionated

  • Undertow is the development & deployment engine
  • Guice is the dependency injection mechanism
  • Guava is the standard library
  • Config is the configuration file parser
  • Args4j is the command-line parsing framework
  • Logback is the logging framework
  • SLF4J is the logging interface
  • Java 8 is the baseline JVM

Modular

Fathom features a formal Module specification, Service infrastructure, and dependency injection all combined with Java ServiceLoader to give you ultimate modularity.

License

Distributed under the Apache Software License 2.0.

Similar alternatives