diff --git a/mallchat-custom-server/src/main/java/com/abin/mallchat/custom/MallchatCustomApplication.java b/mallchat-custom-server/src/main/java/com/abin/mallchat/custom/MallchatCustomApplication.java index 90634e2..40f94ee 100644 --- a/mallchat-custom-server/src/main/java/com/abin/mallchat/custom/MallchatCustomApplication.java +++ b/mallchat-custom-server/src/main/java/com/abin/mallchat/custom/MallchatCustomApplication.java @@ -15,7 +15,7 @@ import org.springframework.boot.web.servlet.ServletComponentScan; public class MallchatCustomApplication { public static void main(String[] args) { - SpringApplication.run(MallchatCustomApplication.class); + SpringApplication.run(MallchatCustomApplication.class,args); } } \ No newline at end of file