🛠 ERD와 Class Diagram 추가 및 수정

💡 ERD 수정

Untitled

💡 Class Diagram 수정

  1. RunningPathDtotitle 속성 추가
  2. RunningPathDao , RunningPathServiceControllerSearch 메서드 추가

Untitled

  1. 검색을 위한 SearchCondition DTO 추가
  2. DB, Web, Swagger Config 클래스 추가
  3. 회원 전용 기능을 위한 SessionInterceptor 클래스 추가
  4. Jwt 적용을 위한 JwtUtil, JwtInterceptor 클래스 추가
  5. 어플리케이션 구동을 위한 SsathRunningSpringBootBoardApiApplication 클래스 추가