Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException 위 에러는 sql 문법이 틀렸다는 오류, sql.xml 문법 확인 필요
Warning: [antd: Modal] visible will be removed in next major version, please use open instead. 다음 버전에 Modal 기능이 사라질 것이라고 알려주는 오류
Warning: Received false for a non-boolean attribute `className.... 리액트에서 이렇게 나타나는 오류는 className에 &&로 참일경우 어떤 클래스를 주려할 때 발생, 이런 경우 위처럼 작성시 콘솔오류 사라짐