gpt4 book ai didi

mysql - 未连接互联网时无法加载 AnnotationConfiguration hibernate

转载 作者:行者123 更新时间:2023-11-29 05:19:55 28 4
gpt4 key购买 nike

我在 eclipse luna(v4.4.1) 中使用 hibernate 4.0 和 mysql 5.6,我在我的项目中使用 hibernate 注解。当我更改任何数据库表时,我总是通过 eclipse hibernate 配置自动生成 hibernate 注释。我的问题是:当我不连接互联网并想生成 hibernate 注释时,我收到此错误:[类路径]:无法加载 AnnotationConfiguration(还附有屏幕截图),当我连接到互联网时,我不会遇到此错误。这是错误还是功能??如果这是功能,那么我如何离线生成 hibernate 注释?谢谢! enter image description here

hibernate .cfg.xml

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-configuration PUBLIC
"-//Hibernate/Hibernate Configuration DTD 3.0//EN"
"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
<hibernate-configuration>
<session-factory>
<property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
<property name="hibernate.connection.password">myroot</property>
<property name="hibernate.connection.url">jdbc:mysql://192.168.72.128:3306/hesco</property>
<property name="hibernate.connection.username">myroot</property>
</session-factory>
</hibernate-configuration>

最佳答案

您可以尝试将所有需要的 dtds 放在本地。

http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd

事实上,您在 hibernate confil 文件中的 url 应该是原因:

192.168.72.128

如果这是您的 IP 地址,请尝试 localhost。

关于mysql - 未连接互联网时无法加载 AnnotationConfiguration hibernate ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27320471/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com