habuma / spring-in-action-5-samples

Home for example code from Spring in Action 5.
Apache License 2.0
1.21k stars 1.04k forks source link

@Autowired missing in JdbcTacoRepository? #37

Open aCodeRancher opened 5 years ago

aCodeRancher commented 5 years ago

Is @Autwired need here for JdbcTacoRepository in chapter 3? public JdbcTacoRepository(JdbcTemplate jdbc) { this.jdbc = jdbc; }

Sammygracezhu commented 5 years ago

yes