Skip to content

Commit 75c8bc4

Browse files
chore : modify README.md
1 parent db9dc60 commit 75c8bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Authentication management based on a combination of username, client id, and an extra token (referred to in the source code as App-Token, which receives a unique value from the calling devices).
77
* Separated UserDetails implementation for Admin and Customer roles.
88
* Integration with spring-security-oauth2-authorization-server.
9-
* Provision of MySQL DDL, which consists of oauth\_access\_token, oauth\_refresh\_tokenand oauth\_client\_details
9+
* Provide MySQL DDL, which consists of oauth\_access\_token, oauth\_refresh\_token and oauth\_client\_details, which is tables in Security 5. As I mean to migrate current security system to Security 6, I haven't changed them to the ``oauth2_authorization`` table indicated in https://github.com/spring-projects/spring-authorization-server.
1010
* Application of Spring Rest Docs.
1111
## Dependencies
1212

0 commit comments

Comments
 (0)