Skip to content

Commit 7a2b568

Browse files
doc : README.md
1 parent 27eb117 commit 7a2b568

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
<version>3.0.0</version>
1111
</dependency>
1212
```
13+
For v2, using the database tables from Spring Security 5 (only the database tables; follow the dependencies as above):
14+
```xml
15+
<dependency>
16+
<groupId>io.github.patternknife.securityhelper.oauth2.api</groupId>
17+
<artifactId>spring-security-oauth2-password-jpa-implementation</artifactId>
18+
<version>2.8.2</version>
19+
</dependency>
20+
```
1321

1422
## Overview
1523

0 commit comments

Comments
 (0)