Password Config

This commit is contained in:
2025-05-11 20:33:45 +05:00
parent f07097744a
commit 5bf5ac81ea
3 changed files with 76 additions and 174 deletions

14
pom.xml
View File

@ -10,7 +10,7 @@
</parent>
<groupId>org.ccalm</groupId>
<artifactId>jwt</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<name>jwt</name>
<description>jwt</description>
<properties>
@ -79,16 +79,7 @@
<artifactId>json</artifactId>
<version>20231013</version>
</dependency>
<!--dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-api</artifactId>
<version>0.11.5</version>
</dependency-->
<!--dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-api</artifactId>
<version>0.12.6</version>
</dependency-->
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-api</artifactId>
@ -180,6 +171,7 @@
</dependencies>
<build>
<finalName>org-ccalm-jwt</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>