Add readme

This commit is contained in:
muhammadeko 2022-04-29 05:34:01 +07:00
parent 9e2e095b23
commit a91e85502b
No known key found for this signature in database
GPG Key ID: 51366716C10E98B1

6
README.md Normal file
View File

@ -0,0 +1,6 @@
Add this line to Grasscutter build.gradle and recompile.
```
implementation 'io.jsonwebtoken:jjwt-api:0.11.3'
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.11.3', 'io.jsonwebtoken:jjwt-gson:0.11.3'
implementation 'org.springframework.security:spring-security-crypto:5.6.3'
```