Demo + Docs + Mentoring Accelerator

Reference Architecture

A clean Spring Boot 4 + Thymeleaf UI page living beside REST APIs, ready for AKS operations.

Tip: Use this portal as a living runbook for deployments, troubleshooting, and standards.

What this page demonstrates

This app serves server-rendered UI + JSON APIs from the same Spring Boot runtime. It’s a practical baseline for AKS: health endpoints, simple routing, and stable templates.

Next improvements (fast)

  • Add /actuator/info build metadata
  • Add a “Status” UI that summarizes actuator health for non-ops users
  • Convert fragment syntax in existing pages to ~{...} to remove warnings
Thymeleaf UI
Template fragments from layout.html
REST APIs
Spring MVC JSON endpoints
AKS friendly
Actuator health for probes