spring-boot-data-jdbc的RowMapper配置(windows10+jdk8+idea+spring-boot2.1.5) 项目url:https://github.com/zhzhair/jdbcrowmapper-spring-boot.git 一、启动项目初始化RowMapper配置,配置内容由代码生成(data-jdbc-spring-boot): 1.基于mysql的jdbcTemplate的crud:用户反馈,运营回复、忽略,多条件动态查询反馈信息等; 2.添加记录时返回自增主键,批量删除,启动项目实例化所有RowMapper等; 3.实体类,RowMapperConfiguration类以及常用sql语句的代码由测试类生成。