조용히 하루를 넘어가는 날이 없다 문제 Spring security를 이용하여 H2 DB와 연결하는 과정중에 SQL 상태 메시지에 [*]가 있는 위치에 구문 오류가 있다고 표시된다. 테이블에 대한 식별자가 필요한데 user 가 여기의 identifier(식별자) 라는 의미가 대체 무엇일까? Syntax error in SQL statement "select user0_.user_id as col_0_0_ from [*]user user0_ where user0_.email=? limit ?"; expected "identifier"; SQL statement: select user0_.user_id as col_0_0_ from user user0_ where user0_.email=? limit ? [..