第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

無(wú)法構(gòu)建實(shí)體管理器工廠 - JPA/Hibernate

無(wú)法構(gòu)建實(shí)體管理器工廠 - JPA/Hibernate

暮色呼如 2023-07-28 16:00:29
我想將帶有 hibernate/jpa 的數(shù)據(jù)庫(kù)添加到我的 java 應(yīng)用程序中,但我收到各種錯(cuò)誤消息,表明無(wú)法構(gòu)建實(shí)體管理器工廠并且存在錯(cuò)誤的時(shí)區(qū)(我猜我可以在本地服務(wù)器上修復(fù))。我的 persistence.xml:<?xml version="1.0" encoding="UTF-8"?><persistence xmlns="http://java.sun.com/xml/ns/persistence"             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"             xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd"             version="2.0">    <persistence-unit name="org.hibernate.tutorial.jpa">        <provider>org.hibernate.jpa.HibernatePersistenceProvider</provider>        <properties>            <property name="hibernate.connection.driver_class" value="com.mysql.jdbc.Driver"/>            <property name="hibernate.connection.url" value="jdbc:mysql://localhost:3306/golist2019"/>            <property name="hibernate.connection.autocommit" value="false"/>            <property name="hibernate.connection.username" value="root"/>            <property name="hibernate.connection.password" value="root"/>            <property name="hibernate.dialect" value="org.hibernate.dialect.MySQL5Dialect"/>            <property name="hibernate.connection.CharSet" value="utf8"/>            <property name="hibernate.connection.characterEncoding" value="utf8"/>            <property name="hibernate.connection.useUnicode" value="true"/>            <property name="hibernate.show_sql" value="true"/>            <property name="hibernate.hbm2ddl.auto" value="update"/>            <!-- use encache provider-->            <!--<property name="hibernate.cache.region.factory_class"-->        </properties>    </persistence-unit></persistence>
查看完整描述

2 回答

?
GCT1015

TA貢獻(xiàn)1827條經(jīng)驗(yàn) 獲得超4個(gè)贊

修正你的時(shí)區(qū)!:

引起原因:com.mysql.cj.exceptions.InvalidConnectionAttributeException:服務(wù)器時(shí)區(qū)值“Mitteleurop?ische Sommerzeit”無(wú)法識(shí)別或代表多個(gè)時(shí)區(qū)。如果要利用時(shí)區(qū)支持,則必須配置服務(wù)器或 JDBC 驅(qū)動(dòng)程序(通過(guò) serverTimezone 配置屬性)以使用更具體的時(shí)區(qū)值。


查看完整回答
反對(duì) 回復(fù) 2023-07-28
?
繁花如伊

TA貢獻(xiàn)2012條經(jīng)驗(yàn) 獲得超12個(gè)贊

在 persistence.xml 中,將 hibernate.connection.url 更改為:

jdbc:mysql://localhost:3306/golist2019&serverTimezone=歐洲/阿姆斯特丹


查看完整回答
反對(duì) 回復(fù) 2023-07-28
  • 2 回答
  • 0 關(guān)注
  • 153 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)