Skip to content

Commit

Permalink
refactor: move packages
Browse files Browse the repository at this point in the history
  • Loading branch information
g-otn committed Mar 29, 2024
1 parent e06a6b3 commit 1df3846
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package br.com.grupo63.techchallenge.common.config;
package br.com.grupo63.techchallenge.common.config.auth.jwt;

import io.jsonwebtoken.Claims;
import jakarta.servlet.*;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package br.com.grupo63.techchallenge.common.config;
package br.com.grupo63.techchallenge.common.config.auth.jwt;

import io.jsonwebtoken.Claims;
import io.jsonwebtoken.JwtParser;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package br.com.grupo63.techchallenge.common.config;
package br.com.grupo63.techchallenge.common.config.aws.ecs;

import org.springframework.beans.factory.annotation.Value;
import org.springframework.boot.actuate.info.Info;
Expand Down
4 changes: 0 additions & 4 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
jwt:
token:
key:
public: "${JWT_PUBLIC_KEY}"

0 comments on commit 1df3846

Please sign in to comment.