sql >> データベース >  >> RDS >> Mysql

hibernate5.0.1およびMySQLの構成中にエラーが発生しました

    これが解決策です。

    交換

    <hibernate-configuration
            xmlns="http://www.hibernate.org/xsd/hibernate-configuration"
            xsi:schemaLocation="http://www.hibernate.org/xsd/hibernate-configuration hibernate-configuration-4.0.xsd"
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    

    <hibernate-configuration>
    

    ファイルの先頭に以下のコードを追加します。

    <!DOCTYPE hibernate-configuration PUBLIC 
            "-//Hibernate/Hibernate Configuration DTD 3.0//EN" 
            "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd"> 
    

    また、設定ファイルで<mapping resource=...>を置き換えます <mapping class=...>



    1. UNION内でのORDERBYの使用方法

    2. フラスコログイン:それがどのように機能するか理解できません

    3. 警告:mysqli_connect():(HY000 / 2002):そのようなファイルまたはディレクトリはありません

    4. MySQLでランダムな行を選択する