Skip to content

Commit

Permalink
refactor: 로컬 환경 실행 시 예외 처리를 위한 주석 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
eelseungmin committed Oct 27, 2024
1 parent f40599e commit 12b4255
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/modu/menu/ModuMenuApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
public class ModuMenuApplication {

public static void main(String[] args) {
// try {
// SpringApplication.run(ModuMenuApplication.class, args);
// } catch (Exception e) {
// e.printStackTrace();
// }
SpringApplication.run(ModuMenuApplication.class, args);
}

Expand Down

0 comments on commit 12b4255

Please sign in to comment.