hibernate-release-5.0.2.Final spring-framework-4.2.1.RELEASE 数据库是 mysql 数据库的连接符 jdbc:mysql://localhost:3306/test_db?useUnicode=true&characterEncoding=UTF-8 放在jdbc.properties 文件中 创建完成数据库test_db后,在eclipse中,执行 @Test public void testSaveMore() 由hibernate5 根据映射文件Person.hbm.xml自动生成person表,表结构可参考如下sq