JDBCTemplate和MYSQL我的mysql表作为列area_json作为json类型。我从rest服务中的pojo调用中获得了一个pojo对象,并尝试使用jdbctemplate插入它,如下所示
jdbcTemplate.update("insert into site(area_id,area_json) val
我正在使用JDBC驱动程序和ResultSet读写mysqlJSON类型。如何将ResultSet中的JSON类型提取为字符串JSON,以便用于java程序?mysql> set names UTF8MB4; // so that json values can be inserted using jdbc driver otherwise it was complainingString myjsonSt