src/main/java/cat/board/ ├── CatBoardBeApplication.java # 애플리케이션 진입점 ├── config/ # 설정 클래스 │ └── WebConfig.java # CORS ...
RESTful API for CRUD (Create, Read, Update, Delete) operations on products, following Spring Boot development best practices with automatic stock status calculation.