spring-in-action-5-samples icon indicating copy to clipboard operation
spring-in-action-5-samples copied to clipboard

@Autowired missing in JdbcTacoRepository?

Open aCodeRancher opened this issue 6 years ago • 1 comments

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

aCodeRancher avatar Jan 24 '19 20:01 aCodeRancher

yes

Sammygracezhu avatar Aug 11 '19 21:08 Sammygracezhu