Skip to content

Commit

Permalink
fix: 설정파일 위치 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondanythings committed Jul 5, 2024
1 parent 0331721 commit 1093b86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions layer-api/src/main/java/org/layer/config/AuthValueConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
import lombok.Getter;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;

import java.nio.charset.StandardCharsets;
import java.util.Base64;

@Getter
@PropertySource("classpath:application-auth.properties")
@Configuration
public class AuthValueConfig {
@Value("${jwt.secret}")
Expand Down

0 comments on commit 1093b86

Please sign in to comment.