25. 01. 20 기록Connection is read-only [문제 상황]게시글을 작성하려 하는데 아래와 같은 오류가 발생한다. 오류 전문은 다음과 같다.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 (?,?,?,?,?..