Skip to content

spring-boot-demos/demo-jdbc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages