Skip to content

Instantly share code, notes, and snippets.

@welsayedaly
Created February 26, 2018 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save welsayedaly/82352b1bb77fb6ce8e22ad9dafefe1fe to your computer and use it in GitHub Desktop.
Save welsayedaly/82352b1bb77fb6ce8e22ad9dafefe1fe to your computer and use it in GitHub Desktop.
jdbcTemplate
private JdbcTemplate jdbcTemplate;
public void setDataSource(DataSource dataSource) {
this.jdbcTemplate = new JdbcTemplate(dataSource);
} }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment