Hibernate配置文件详解
摘要:
一、hibernate.cfg.xml 1、JDBC 连接属性 connection.url:数据库URL connection.username:数据库用户名 connection.password:数据库用户密码 connection.driver_class:数据库JDBC驱动 di... 阅读全文
posted @ 2017-03-08 15:26 想作会飞的鱼 阅读(279) 评论(0) 推荐(1)