Skip to content

🍌 An online store powered by Angular, Spring, Hibernate, Apache, and SQL.

Notifications You must be signed in to change notification settings

Spiderpig86/Borneo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Borneo

  • A simple online shopping application.
  • Note that DTO stands for Data Transfer Object and transfers data across servers.
  • DAO stands for Data Access Objects for accessing data.
  • DAOImpl will have classes that serve as the interfaces of our DAOs.

H2 Database

  • Driver class name: org.h2.Driver
  • Database url: jdbc:h2:tcp://localhost/~/borneodb
  • Username: sa
  • Password: ``
  • Hibernate will be used as middleware to allow us to store Java objects in a relational database.

About

🍌 An online store powered by Angular, Spring, Hibernate, Apache, and SQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published