Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 277 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 277 Bytes

demo-jdbc

Shows how to use JDBC with Spring Boot. Code example from this official Spring Boot Guide: https://spring.io/guides/gs/relational-data-access/

Technologies:

  • Sring Boot 2.4.0
  • JdbcTemplate
  • Flyway (for creating the database schema)
  • H2 (as in-memory database)