当前位置:Gxlcms > PHP教程 > Repository与services的区别

Repository与services的区别

时间:2021-07-01 10:21:17 帮助过:33人阅读

感觉很多人把这两个名称混用

回复内容:

感觉很多人把这两个名称混用

效果一样的
数据访问层用@Repositry
业务逻辑层用@Service

效果是一样的,前期都是直接使用@Component,只是后来Spring开始做了区分,当前还是可以使用@Component

人气教程排行