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.
- Java 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
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> |
||
| docs | ||
| src | ||
| .claudeignore | ||
| .gitignore | ||
| CLAUDE.md | ||
| lombok.config | ||
| pom.xml | ||
| README.md | ||
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.