Spring 与hibernate 整合,测试数据连接
摘要:
package com.atguigu.spring.hibernate.entities; public class Account { private Integer id; private String username; private Integer balance; public Integer getId() { return id; } public vo... 阅读全文
posted @ 2017-06-24 14:30 社会你锋哥 阅读(112) 评论(0) 推荐(0) 编辑