Project demonstrating the use of JDBC template.
Technical :
- Spring Boot
- JDBC
- Connection Pool
- Flyway
- JDBC Template
- MySQL
- Docker
Helpful notes to work with project :
- You will need to run MySQL.
- Reference for Java, JDBC, and MySQL Types : https://dev.mysql.com/doc/connector-j/8.0/en/connector-j-reference-type-conversions.html
- You can enable / disable Flyway if you want to in the "application.yml" file.
- If you face problems running Flyway; instead of naming the folder as 'db.migration', go on you file system and create a folder 'db' and then a folder 'migration' in it.