[Spring Plus] Troubleshooting - @Transactional
문제 요약/todos API 호출 시 jakarta.servlet.ServletException 발생 문제 상세에러 로그 원문jakarta.servlet.ServletException: Request processing failed: org.springframework.orm.jpa.JpaSystemException: could not execute statement [Connection is read-only. Queries leading to data modification are not allowed] [insert into todos (contents,created_at,modified_at,title,user_id,weather) values (?,?,?,?,?,?)] 문제 원인 추정 Conne..