Code in Life
[springboot] PreparedStatementCallback; bad SQL grammer [DELETE FROM SPRING_SESSION WHERE EXPIRY_TIME < ?] 본문
에러 및 이슈
[springboot] PreparedStatementCallback; bad SQL grammer [DELETE FROM SPRING_SESSION WHERE EXPIRY_TIME < ?]
퓨끼 2020. 12. 25. 14:14
환경 : Windows10 Pro
에러 : org.springframework.jdbc.BadSqlGrammerException : PreparedStatementCallback; bad SQL grammer [DELETE FROM SPRING_SESSION WHERE EXPIRY_TIME < ?]
<dependency>
<groupId>org.springframework.session</groupId>
<artifactId>spring-session-jdbc</artifactId>
</dependency>
build.gradle에 spring-session-jdbc 의존성을 제거하니 해결되었다. (위는 pom.xml 형식으로 써놨음)
'에러 및 이슈' 카테고리의 다른 글
[springboot] Command line is long. Shorten command line for xxxApplication or also for Spring Boot default configuration. (0) | 2020.12.25 |
---|---|
[springboot] The dependencies of some of the beans in the application context from a cycle: (0) | 2020.12.25 |
[spring security] REST json HTTP 403 (0) | 2020.12.25 |
[swagger2] Whitelabel Error Page (0) | 2020.12.25 |
[Git] git pull명령시 Already up to date (0) | 2020.12.09 |
Comments