chatbot-used-market/
├── src/main/java/com/example/chatbot_used_market/
│ ├── controller/ # REST API 컨트롤러
│ ├── service/ # 비즈니스 로직
│ ├── entity/ # JPA 엔티티
│ ├── dto/ # 데이터 전송 객체
│ └── config/ # 설정 클래스
├── src/main/resources/
│ ├── templates/ # Thymeleaf 템플릿
│ └── static/ # 정적 리소스
└── [deploy.sh](<http://deploy.sh/>) # 배포 스크립트