We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5eb49 commit fb420faCopy full SHA for fb420fa
README.md
@@ -36,7 +36,7 @@ For Maven:
36
<dependency>
37
<groupId>org.casbin</groupId>
38
<artifactId>jdbc-adapter</artifactId>
39
- <version>2.0.0</version>
+ <version>2.0.1</version>
40
</dependency>
41
```
42
@@ -81,6 +81,8 @@ public class Test {
81
82
// Save the policy back to DB.
83
e.savePolicy();
84
+ // Close the connection.
85
+ a.close();
86
}
87
88
pom.xml
@@ -6,7 +6,7 @@
6
7
8
9
10
11
<name>JDBC Adapter for JCasbin</name>
12
<description>Load policy from JDBC supported database or save policy to it</description>
0 commit comments