renamed project name

This commit is contained in:
amit.pandey
2020-04-18 23:28:45 +05:30
parent 6b21f217ed
commit 80f5196ecc
6 changed files with 6 additions and 3 deletions
@@ -0,0 +1,6 @@
module com.baeldung.mainapp {
requires com.baeldung.entity;
requires com.baeldung.userdao;
requires com.baeldung.dao;
uses com.baeldung.dao.Dao;
}