Initial Commit (#6614)
This commit is contained in:
committed by
KevinGilmore
parent
b67a006020
commit
5754bb3310
@@ -0,0 +1,6 @@
|
||||
module com.baeldung.dip.daoimplementations {
|
||||
requires com.baeldung.dip.entities;
|
||||
requires com.baeldung.dip.daos;
|
||||
provides com.baeldung.dip.daos.CustomerDao with com.baeldung.dip.daoimplementations.SimpleCustomerDao;
|
||||
exports com.baeldung.dip.daoimplementations;
|
||||
}
|
||||
Reference in New Issue
Block a user