问题描述
我使用的是MSSQL2000+myeclipse连接数据库在哪里配置文件啊?为什么总是提示我InvalidURL初学者别见笑啊~
解决方案
解决方案二:
如果用的是Hibernate就在hebernate.cfg.xml中配置,这里是连接mysql的:<session-factory><propertyname="connection.username">root</property><propertyname="connection.url">jdbc:mysql:///数据库名</property><propertyname="dialect">org.hibernate.dialect.MySQLDialect</property><propertyname="myeclipse.connection.profile">mysql</property><propertyname="connection.password">8912737</property><propertyname="connection.driver_class">com.mysql.jdbc.Driver</property><mappingresource="pojo/Mobile.hbm.xml"/></session-factory>
解决方案三:
就在hebernate.cfg.xml中配置就行了吗?在web.xml也要进行配置吗?
解决方案四:
用myeclipse自动生成啊一点问题都没有
时间: 2024-11-10 00:51:43