Spring Boot와 JPA를 활용한 일정 관리 API 프로젝트입니다.
- Controller : 요청/응답 처리
- Service : 비즈니스 로직 처리
- Repository : DB 접근 처리
{
"title": "회의",
"content": "프로젝트 회의",
"author": "지혜",
"password": "1234"
} {
"id": 1,
"title": "회의",
"content": "프로젝트 회의",
"author": "지혜",
"createdAt": "2026-02-15T10:00:00",
"modifiedAt": "2026-02-15T10:00:00"
}[
{
"id": 1,
"title": "회의",
"content": "프로젝트 회의",
"author": "지혜",
"createdAt": "2026-02-15T10:00:00",
"modifiedAt": "2026-02-15T10:00:00"
},
{
"id": 2,
"title": "점검",
"content": "서버 점검",
"author": "지혜",
"createdAt": "2026-02-15T12:00:00",
"modifiedAt": "2026-02-15T12:00:00"
}
]{
"id": 1,
"title": "회의",
"content": "프로젝트 회의",
"author": "지혜",
"createdAt": "2026-02-15T10:00:00",
"modifiedAt": "2026-02-15T10:00:00"
}{
"title": "수정된 회의",
"author": "이지혜",
"password": "1234"
}{
"id": 1,
"title": "수정된 회의",
"content": "프로젝트 회의",
"author": "이지혜",
"createdAt": "2026-02-15T10:00:00",
"modifiedAt": "2026-02-15T10:00:00"
}{
"password": "1234"
}