Merge pull request #7980 from SmartyAnsh/master

BAEL-1871 - Spring Data Geode
This commit is contained in:
Eric Martin
2019-10-24 21:16:35 -05:00
committed by GitHub
parent db85c8f275
commit 7c2d7a58c3
20515 changed files with 1643791 additions and 0 deletions
@@ -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;
}