Skip to content
This repository has been archived by the owner on May 9, 2018. It is now read-only.

PSQLException: This connection has been closed #13

Open
SShnoodles opened this issue Dec 19, 2017 · 2 comments
Open

PSQLException: This connection has been closed #13

SShnoodles opened this issue Dec 19, 2017 · 2 comments
Assignees
Labels

Comments

@SShnoodles
Copy link

PSQLException: This connection has been closed

Use Base.atomic is error
No use is normal

@hellokaton hellokaton self-assigned this Dec 23, 2017
@hellokaton hellokaton added the bug label Dec 23, 2017
@hellokaton
Copy link
Member

You can try

<dependency>
    <groupId>com.bladejava</groupId>
    <artifactId>blade-jdbc-core</artifactId>
    <version>0.0.1-RELEASE</version>
</dependency>

If you use postgresql, add dependency and the postgre version used

<dependency>
    <groupId>com.bladejava</groupId>
    <artifactId>blade-jdbc-postgresql</artifactId>
    <version>0.0.1-RELEASE</version>
</dependency>
<dependency>
    <groupId>postgresql</groupId>
    <artifactId>postgresql</artifactId>
    <version>9.1-901.jdbc4</version>
</dependency>

@SShnoodles
Copy link
Author

SShnoodles commented Dec 25, 2017

maven cannot download the blade-jdbc-postgresql , is this not updated.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants