Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 331 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 331 Bytes

재난 생존기 Spring Server

LLM 사용을 위한 Lambda 함수들을 연결하는 API Gateway

Stack

- Spring Boot 3.3.2
- Java corretto17
- gradle

Project Structure

src
├── config
├── controller
├── domain
│   └── response
└── repository