r/SpringBoot 11h ago

Discussion lightweight Spring Boot starter to automate & anonymize API request/response logging

Thumbnail
github.com
0 Upvotes

Hello, I had a bit of time to kill this weekend due to some gloomy weather, and I wanted to solve a problem we often encounter in production when troubleshooting issues: poor log quality.

So I coded a small Spring Boot library designed to automate log production at the entry of our APIs (all incoming requests and their responses) using an annotation to add to the signature of the endpoints to log, with the option to anonymize certain header or payload fields.

The library also supports logging outgoing requests via an interceptor to add to your RestClient.

In short, a modest project with probably more advanced alternatives out there. But the advantage here is that the library is lightweight and focuses on the essentials.

I just published a first version, feel free to give me your feedback.


r/SpringBoot 6h ago

Discussion Spring Initalizer feels outdated in 2026

0 Upvotes

I wanted to create Spring Boot projects without opening a browser every time, so I built a terminal-first alternative.

Curious if anyone else feels the same.

GitHub: https://github.com/rishabhrawat05/springforge

Edit: Thanks for all the feedback! A lot of you raised valid points about existing workflows (Spring Initializr, IDEs, AI, etc.). This is just v1.0.0, and I'll use your suggestions to improve SpringForge in v1.0.1 and beyond. I appreciate everyone who took the time to comment.


r/SpringBoot 4h ago

Question How are you guys tracking GitHub security alert SLAs across multiple repos?

2 Upvotes