SQL: INSERT INTO * (Describe*****) VALUES (?, ?, ?, ?, ?, ?, ?, ?)
Cause: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Describe)
예약어 있는 경우 문제가 있음
Describe
이렇게 백틱으로 감싸주면 됨