// the find
jojoldu/springboot-webservice
스프링부트로 웹서비스 구축하기 시리즈
A Korean-language tutorial series walking through building and deploying a Spring Boot web service end-to-end — from project setup through zero-downtime deployment with Nginx. It's a learning resource, not a library or framework; the audience is Korean-speaking Java developers who want to see a real deployment path rather than a localhost demo.
The scope is unusually complete for a tutorial: it goes all the way from 'create a Gradle project' to 'set up Travis CI, CodeDeploy, and Nginx blue-green deploys on AWS', which is exactly the gap most beginner resources leave. The branch-per-chapter structure means you can check out any step and have runnable code, not just prose. It covers production concerns that most tutorials skip entirely — SSL, timezone config, zero-downtime deploys.
Spring Boot 1.5.9 and Java 8 are the target stack, both end-of-life for years; anyone following this today would need to mentally translate a lot of it to Spring Boot 3.x and Java 21, and some of it (like the Travis CI integration) is just broken since Travis went paid. The content lives primarily on an external blog with the repo as a companion — if that blog goes down, a chunk of context disappears. No updates since 2021 means AWS console screenshots are stale, CodeDeploy workflows have changed, and the whole thing predates Spring Boot's native GraalVM support, containerization patterns, and GitHub Actions.