i have some code
@Bean("jdbc") public JdbcTemplate jdbc(@Qualifier("dataSource") DataSource ds) { return new JdbcTemplate(ds); } @Bea