Skip to content

Commit

Permalink
#15 feat : ec2 메타데이터 비활성화, application.yml 세팅
Browse files Browse the repository at this point in the history
  • Loading branch information
Suanna01 committed Apr 15, 2023
1 parent f139395 commit 40b2e9f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
public class ZatchserverApplication {

public static void main(String[] args) {
// EC2 메타데이터 비활성화
System.setProperty("com.amazonaws.sdk.disableEc2Metadata", "true");
// 실행
SpringApplication.run(ZatchserverApplication.class, args);
}

Expand Down

0 comments on commit 40b2e9f

Please sign in to comment.