application.yml2 Spring Boot(Kotlin) — ep.10 application.yml Profile Separation (local/dev/prod) In this article, we will configure profiles in a Spring Boot multi-module project and separate environment-specific configurations (local/dev/prod) using application-{profile}.yml.Profile separation is essential in real-world backend applications because it prevents development and production settings from mixing and helps maintain security and manageability. 📌 Spring Boot(Kotlin) Basic Setup —.. 2025. 11. 27. Spring Boot(Kotlin) — 10편. application.yml 프로필 분리 (local/dev/prod) 이번 글에서는 Spring Boot 멀티 모듈 기반 프로젝트에서 프로필(Profile)을 활용해 환경별 설정(local/dev/prod)을 분리하는 방법을 정리합니다.프로필 분리는 실무 백엔드 프로젝트에서 거의 필수이며, 운영 환경과 개발 환경의 설정이 섞이지 않도록 하는 매우 중요한 개념입니다. 📌 Spring Boot(Kotlin) 기본 셋팅 — 전체 시리즈왜 멀티 모듈 구조인가? (아키텍처 철학 & 전체 설계 편)API Response 포맷 설계글로벌 예외 처리(GlobalExceptionHandler)Swagger(OpenAPI) 설정Security(JWT) 기본 골격JWT TokenProviderRedis 설정Validation 설정Logging + MDC(traceId) 설정applicati.. 2025. 11. 27. 이전 1 다음