Iam Doing my Project on Spring Frame Work. Below is the piece of code in the service class. Hey Guys can i know what is the problem with this code??
List<EventCommand> employee = (List<EventCommand>) JdbcTemplate.query(sql, new EventService());
It says
Cannot make a static reference to the non-static method query(String, RowMapper) from the type JdbcTemplate