spring-in-action-5-samples
spring-in-action-5-samples copied to clipboard
@Autowired missing in JdbcTacoRepository?
Is @Autwired need here for JdbcTacoRepository in chapter 3? public JdbcTacoRepository(JdbcTemplate jdbc) { this.jdbc = jdbc; }
yes