mvc - java 包 dao 和 dao.impl 问题
ringa_lee
ringa_lee 2017-04-17 13:01:02
0
11
1251

我看 MVC 设计中 dao 层和 service 都说要加一个 dao.impl 而我在实际应用中感觉加一个 dao.impl 非常麻烦,比如我需要修改 dao.impl 还要修改 dao 这样不增加了负担吗?他的好处是干什么用的,一直没明白。

ringa_lee
ringa_lee

ringa_lee

reply all(11)
PHPzhong

This is just using the interface. It is recommended that you first understand the benefits of using the interface

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template