Deployment note / 002
Built for the handoff between code and a quiet server.
This application is intentionally independent: no database, no external API, and no container prerequisite. It packages as one executable JAR.
What comes next
In production, Nginx can terminate HTTPS and proxy traffic to this service on 127.0.0.1:8081. Spring’s forwarded-header support is enabled, so generated links and redirects can respect the original secure request.
Process supervision, certificates, DNS, and any future SQL Server connection belong in the environment’s operational configuration—not in this example application.
Back to the site