Skip to content
/ java-db Public

Java apps using different databases and their approaches

License

Notifications You must be signed in to change notification settings

Jan943/java-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java apps using different databases and its approach:

JDBC

SpringBoot application which uses JDBC to save and read data about the car. Using the Vaadin library, a form was created that have fields such as model, brand, color. What is more, separate subpage was created to display list of cars depending on the brand. At the start of the application, four vehicles from two different brands was added to the database.

Liquibase

Spring Data

SpringBoot application which performs CRUD actions on cars. The app use Spring Data module powered by Hibernate.

About

Java apps using different databases and their approaches

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages