komarichyn / time-management

study project which show us how to implement todo list
0 stars 2 forks source link

Database/dao #15

Closed RayWayy closed 3 years ago

RayWayy commented 3 years ago
  1. Fixed bag with lambok in pom.xml file.
  2. In main class I create switch to work with data.
  3. I create JDBC connection to my local database.
  4. Create interface TaskDao and TaskDaoImpl class. It implement TaskDao.

P.S. I don't sure that I have done everything good. If I have more time today I want to do another methods.