Skip to content

Commit

Permalink
✨ Feat: S3Config.java property source path 명시
Browse files Browse the repository at this point in the history
  • Loading branch information
luke0408 committed Nov 27, 2023
1 parent 2f0bf62 commit 9feb4b6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;

@Configuration
@PropertySource("classpath:application-s3.yml")
public class S3Config {

@Value("${cloud.aws.credentials.accesskey}")
Expand Down

0 comments on commit 9feb4b6

Please sign in to comment.