Skip to content

Instantly share code, notes, and snippets.

@beyondxscratch
Last active July 19, 2019 19:07
Show Gist options
  • Save beyondxscratch/dce50217938036fe32ff9503f0f60a10 to your computer and use it in GitHub Desktop.
Save beyondxscratch/dce50217938036fe32ff9503f0f60a10 to your computer and use it in GitHub Desktop.
jdbcTemplate
.queryForObject(
"Select * from users where username='" + name + "' and password='" + password + "'",
BeanPropertyRowMapper.newInstance(DBUser.class));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment