Tools for the Spring and Java ecosystem

9 small utilities that each do one job properly. Everything runs in your browser — no sign-up, no uploads, and safe to use on a config that still holds credentials.

Configuration

Reading and rewriting what Spring Boot loads at startup.

Runtime

Behaviour that only shows itself once the application is running.

Security

The settings that decide who gets in.

Persistence

What the database ends up being called.

Build

Moving between build tools.

Boards

Collected every morning rather than driven by what you paste in.

Why another tools site

There is no shortage of pages offering a JSON formatter and a Base64 encoder side by side. Almost none of them know anything about Spring, so they flatten a properties file on the first= they find and call it done. These tools are built around how Spring Boot actually reads configuration, which is where the awkward cases live — the six-field cron that Unix tools get wrong, the dash that disappears in an environment variable, the* that should have been **.