/SpringJdbcTemplateCrud

Sample Crud that will be used in a post at http://uaiHebert.com

Primary LanguageJava

SpringJdbcTemplateCrud

This code is a CRUD sample detailed in this post:

English ---> http://uaihebert.com/?p=2181
Portuguese ---> http://uaihebert.com/?p=2132

To run this project you need to install the MySQL database and run the script (1.0.0.sql) found in the folder src/sql. You could edit the JAR and connection attributes to use your database.

You will need to install Maven at your PC.