Skip to content

Commit

Permalink
fix some errors from sonarlint
Browse files Browse the repository at this point in the history
  • Loading branch information
superpollo2 committed Apr 3, 2024
1 parent 81addba commit 26da325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/main/java/com/consola/lis/jwt/JwtService.java
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
package com.consola.lis.jwt;


import com.consola.lis.exception.JwtExpiredException;
import com.consola.lis.model.entity.User;
import io.jsonwebtoken.Claims;
import io.jsonwebtoken.ExpiredJwtException;
import io.jsonwebtoken.Jwts;
import io.jsonwebtoken.io.Decoders;
import io.jsonwebtoken.security.Keys;
import lombok.RequiredArgsConstructor;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.http.HttpStatus;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.stereotype.Service;

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ spring.ldap.urls=rls=https://sistemas.udea.edu.co/api/ldap/login/{username}
#config data base
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.username=root
spring.datasource.password=Tascon1234W%
spring.datasource.url=jdbc:mysql://localhost:3306/console_lis?allowPublicKeyRetrieval=true&useSSL=false
spring.datasource.password=c0ns0l3l1s
spring.datasource.url=jdbc:mysql://localhost:33060/console_lis?allowPublicKeyRetrieval=true&useSSL=false
springdoc.default-produces-media-type=application/json
spring.jpa.show-sql=true

Expand Down

0 comments on commit 26da325

Please sign in to comment.