spring-guides / gs-relational-data-access

Accessing Relational Data using JDBC with Spring :: Learn how to access relational data with Spring.
https://spring.io/guides/gs/relational-data-access/
Apache License 2.0
80 stars 145 forks source link

Cannot find symbol class Customer #8

Closed ghost closed 9 years ago

ghost commented 9 years ago

I'm new to Java and Spring framework. I tried to build using gradle, but got this error during compilation process.

/home/user/Projects/Java/src/main/java/hello/Application.java:41: error: cannot find symbol List results = jdbcTemplate.query( ^ symbol: class Customer location: class Application

I know i'm making some basic mistakes. Please help me fix it.

ghost commented 9 years ago

typo error in class name.