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

wildflyを使用してPostgresのjson列を挿入する

    org.postgresを追加する 戦争マニフェストへの依存 私のために問題を解決しました。

    これがmavenです スニペット:

    <build>
        <plugins>
            <plugin>
                <artifactId>maven-war-plugin</artifactId>
                <configuration>
                    <archive>
                        <manifestEntries>
                            <Dependencies>org.postgres</Dependencies>
                        </manifestEntries>
                    </archive>
                </configuration>
            </plugin>
        </plugins>
    </build>
    

    そして、これが生成されたMANIFEST.MFです。 (最後の行を参照):

    Manifest-Version: 1.0
    Archiver-Version: Plexus Archiver
    Built-By: dedek
    Created-By: Apache Maven 3.3.3
    Build-Jdk: 1.8.0_51
    Dependencies: org.postgres
    


    1. mySQLレプリケーションには即時のデータ整合性がありますか?

    2. SqlServerSpatial.dllを読み込めません

    3. 最初の列の値が同じ場合は、2番目の列の値を連結します

    4. ログインの場合GETまたはPOST?