sss
发布时间:2020-12-16 08:18:34 所属栏目:百科 来源:网络整理
导读:ss hibernate-configuration session-factory property name="hibernate.dialect"org.hibernate.dialect.MySQLDialect/property property name="hibernate.connection.driver_class"com.mysql.jdbc.Driver/property property name="hibernate.connection.url
ss <hibernate-configuration> <session-factory> <property name="hibernate.dialect">org.hibernate.dialect.MySQLDialect</property> <property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property> <property name="hibernate.connection.url">jdbc:mysql://127.0.0.1:3306/mydb01</property> <property name="hibernate.connection.username">root</property> <property name="hibernate.connection.password">admin</property> <property name="hibernate.show_sql">true</property> <mapping resource="lgs/hibernate/session/User.hbm.xml"/> <mapping resource="lgs/hibernate/session/User2.hbm.xml"/> <mapping resource="lgs/hibernate/session/User3.hbm.xml"/> </session-factory> </hibernate-configuration> aaa (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |