docs: updated javadoc

This commit is contained in:
zihluwang
2025-01-26 21:07:49 +08:00
parent cd5fee9db6
commit 0b04bf23ed
4 changed files with 10 additions and 8 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ It is quite simple to install this module by `Maven`. The only thing you need to
<version>${simple-jwt-${any-implementation}.version}</version>
</dependency>
<dependency>
<groupId>cn.org.codecrafters</groupId>
<groupId>com.onixbyte</groupId>
<artifactId>simple-jwt-spring-boot-starter</artifactId>
<version>${simple-jwt-spring-boot-starter.version}</version>
</dependency>
@@ -50,7 +50,7 @@ Find `build.gradle` in the needed project, and add the following code to the `de
```groovy
implementation '${implementation-builder-group-id}:simple-jwt-${any-implementation}:${simple-jwt-${any-implementation}.version}'
implementation 'cn.org.codecrafters:simple-jwt-spring-boot-starter:${simple-jwt-spring-boot-starter.version}'
implementation 'com.onixbyte:simple-jwt-spring-boot-starter:${simple-jwt-spring-boot-starter.version}'
```
### If you are not using `Maven` or `Gradle`