5 месяцев назад История
    README.md

    example-java-postgres

    Setup

    Get JDK 1.8+ and Maven installed.

    Get PostgreSQL server connection credentials, or run temporary server in a container:

    $ docker run --name some-postgres -e POSTGRES_PASSWORD=mysecretpassword -d postgres
    

    Check postgres image documentation for more details.

    Fill in the connection properties into an app.properties file in a src/main/resources/ directory. Check the PostgreSQL JDBC Driver documentation for more details.

    Compile the app and run it with Maven:

    $ mvn compile exec:java
    
    Описание

    Подключение к PostgreSQL из кода на Java

    Конвейеры
    0 успешных
    0 с ошибкой