A simple RESTful API built with Spring Boot application that performs Create, Read, Update, and Delete (CRUD) operation on a "Product" table in MySQL database using JDBC Driver.
代码报错:You can't specify target table 'Person' for update in FROM clause. chatgpt给的解释: 是的,MySQL不允许在同一个查询中直接更新 ...