Your Name
2023-07-03 2b919980a8c70554a64cb3d03cc95679af4d817f
springboot/src/main/java/com/java110/boot/components/LoginComponent.java
@@ -30,6 +30,7 @@
        try {
                responseEntity = loginServiceSMOImpl.doLogin(pd);
        } catch (Exception e) {
            e.printStackTrace();
            responseEntity = new ResponseEntity<String>(e.getMessage(), HttpStatus.INTERNAL_SERVER_ERROR);
        }
        return responseEntity;