MyBatis
Starting the application failed. Root Exception stack trace: com.ibatis.sqlmap.c
xemaker
2022. 4. 5. 11:02
jeus.servlet.deloyment.StartingException: A web module deployment error occurred.
Error creating bean with name 'sqlMapClient' defined in class path resource [config/servlet/serviceContext-database.xml]: Invocation of init method failed; nested excpetion is org.springframework.core.NestedIOException: Failed to parse config resource:
... 뭐 이렇게 쭉 나가고 밑 부분에 보면
Root Exception stack trace:
com.ibatis.sqlmap.client.SqlMapException: Incorrect inline parameter map format (missatched name=value pairs)
결론은 ibatis 쿼리가 잘 못 되었다.
# 이런게 헷갈리니 잘 봐야 한다.