Skip to content

Commit

Permalink
[del] #40 불필요 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuKwanKon committed Sep 17, 2023
1 parent 04081b1 commit 80a6859
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
@SpringBootApplication
@EnableMongoAuditing
public class HDmediServerApplication {
// aws sdk 연동
static {
System.setProperty("com.amazonaws.sdk.disableEc2Metadata", "true");
}

public static void main(String[] args) {
SpringApplication.run(HDmediServerApplication.class, args);
}
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 80a6859

Please sign in to comment.