Skip to content

Sample repository for JDBC, CRUD, MVC, DAO and JAVA capabilities

Notifications You must be signed in to change notification settings

season101/cmd_record_keeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAMPLE JDBC-CMDline APP to Demonstrate DAO, MVC, CRUD and JDBC Capabilities

| Note : This project makes use of Docker to get mysql instance configured. If you are opting out for other options, make sure to checkout database creation script in scripts folder and to configure database credentials in src/main/resources/connection.properties accordingly.

For Suggestions and Disscussions feel free to open issues and PR according to your liking.

To bring up the mysql instance:

docker compose up -d

To terminate the mysql instance:

docker compose down -v

| Note : Database will persist in your working directory inside dbdata folder.

About

Sample repository for JDBC, CRUD, MVC, DAO and JAVA capabilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages