This is my personal software stack, smaller than but similar to Spring Boot, to create true 'micro' microservices: http-server, object mapper, yaml reader, json writer, dependency injection and more.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Nicolas de Jong b890e50b86 Stop tracking .idea/
These were committed before .gitignore covered them. workspace.xml
carries local /Users paths and a shelved patch — machine state, not
source, and noise in every diff.

The files stay on disk; only the index changes.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-02 17:55:10 +02:00
docs Claude init and small changes & docs 2026-05-11 20:46:48 +02:00
src Initial Auth implementation 2026-09-02 17:51:10 +02:00
.claudeignore Claude init and small changes & docs 2026-05-11 20:46:48 +02:00
.gitignore FromClientConnectionTest 2026-05-30 19:22:27 +02:00
CLAUDE.md Initial Auth implementation 2026-09-02 17:51:10 +02:00
lombok.config Initial commit 2026-05-10 22:02:54 +02:00
pom.xml Added Lombok to annotationProcessorPaths of maven-compiler-plugin 2026-06-28 21:20:01 +02:00
README.md Initial commit 2026-05-10 22:02:54 +02:00

Silver

There is no such thing as a silver bullet

Every cloud has a silver lining

WIP!

Very much work in progress. I'm actively developing this.

What is this?

This is my personal software stack, smaller than but similar to Spring Boot, to create true 'micro' microservices.

It contains:

  • Dependency injection
  • Simple logger
  • Yaml reader, json writer
  • ObjectMapper
  • WebServer (HTTP1.1 only)
  • WebClient (HTTP1.1 only)
  • General utility functionality

No external dependencies.

More later

When the code has matured, more detailed documentation will be added, including examples and possibly benchmarks.