chairbender / consenscia

A webapp for capturing, understanding, and collaboratively building scientific consensus. Motivated by the replication crisis.
MIT License
0 stars 0 forks source link

Refactor to use Spring JPA for database communication #3

Closed chairbender closed 8 years ago

chairbender commented 8 years ago

Refactor to use Spring JPA for database communication. Using jdbcTemplate and building query strings is not going to be fun. Use this as a guide: https://spring.io/guides/tutorials/bookmarks/

chairbender commented 8 years ago

done