懂spring注解的大神来帮帮忙
spring吧
全部回复
仅看楼主
level 2
拽彼亨0q 楼主
@Controller
@Service
@Repository
@Component这些有啥不同
2014年04月02日 07点04分 1
level 3
写在不同层的,目前功能是一样的,以后可能会有所区分
2014年04月02日 15点04分 2
能具体点吗?
2014年04月03日 07点04分
level 3
@controller:对控制层
@service:对service层
@repository对dao层
当一个类划分模糊的话可以使用@component 也就是说@component可以在任意地方使用
2014年04月16日 12点04分 3
加了注解是不是不用get. Set了 还有什么好处
2014年05月09日 00点05分
可以这么说
2014年06月26日 04点06分
level 3
支持3楼的
2014年04月25日 23点04分 4
level 11
加了注解是不是不用get. Set了
还有什么好处
2014年05月09日 00点05分 5
level 11
支持三楼的@Controller一般都用在Action和Controller中←_←
2014年07月31日 14点07分 7
1