Skip to content

Repository testing DAO, Factory and Singleton design pattern.

Notifications You must be signed in to change notification settings

rmshimomura/DAO-JDBC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DAO-JDBC

Repository testing DAO, Factory and Singleton design pattern.

Important to notice:

  • To use this code, MySQL service needs to be running
  • It's necessary to have a db.properties file with the data of the SQL server, for exemple:
user=<username>
password=<password>
dburl=<url_to_server>
useSSL=false

About

Repository testing DAO, Factory and Singleton design pattern.

Topics

Resources

Stars

Watchers

Forks

Languages