반응형

JDBC

· Spring/error
Error @Override public List findMenus(String id) { Map params = new HashMap(); params.put("id", appId); return jdbcTemplate.queryForList(sqlSelectMenus, params, Menu.class); } org.springframework.jdbc.IncorrectResultSetColumnCountException: Incorrect column count: expected 1, actual 8 at org.springframework.jdbc.core.SingleColumnRowMapper.mapRow(SingleColumnRowMapper.java:87) at org.springframew..
· Spring/db
Spring boot 실행시 아래와 같은 에러가 나왔다. 2020-12-08 23:12:31.312 ERROR 256300 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter : *************************** APPLICATION FAILED TO START *************************** Description: Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. Reason: Failed to determine a suitable driver class Action: Cons..
반응형
MOMOBOB
'JDBC' 태그의 글 목록