Actuator in Spring boot 2.0
What changed in Spring Boot 2.0 Actuator: new endpoints, Micrometer metrics, and breaking changes to plan for when upgrading.…
What changed in Spring Boot 2.0 Actuator: new endpoints, Micrometer metrics, and breaking changes to plan for when upgrading.…
Build thin Docker images for Java apps with multi-stage builds: smaller images, cleaner Dockerfiles, and a working Maven example.…
Secure Kibana dashboards with Keycloak: add authentication and access control in front of Elasticsearch visualizations without X-Pack.…
A Spring Boot starter for MinIO: autoconfigure object storage clients and simplify S3-compatible uploads in your Java services.…
Convolutional neural networks explained for Java developers, with a practical image classification example using Deeplearning4j.…
Build a reactive real-time aircraft tracker with Project Reactor and Spring Boot 2: streaming data, backpressure, and live updates.…
A hands-on Reactive Streams example in Java 9: publishers, subscribers, and the Flow API demonstrated by streaming tweets.…
Restart a kvm/libvirt network without breaking guest connectivity: an elegant fix for stale IP/MAC mappings.…