search

Home  >  Q&A  >  body text

mvc - java 包 dao 和 dao.impl 问题

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

ringa_leeringa_lee2803 days ago1245

reply all(11)I'll reply

  • PHPz

    PHPz2017-04-17 13:03:02

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

    reply
    0
  • Cancelreply