queryForObject(
String, SqlParameterSource, Class<T>) is expecting a single row and
a single column, but you are retreiving several columns. Look in the API for other query methods which would suit your needs.
(I would not encourage you to use "Select *" in any query as it can be a source of bugs)