백엔드개발/자바스프링

자주 사용하는 스프링 annotation

HULIA(휴리아) 2017. 1. 20. 22:58

@autowired

 

 

@controller
@transactional
@requestmapping

 

@responsebody
@requestparam
@requestbody


@service

 

@repository
Dao sql 호출

 

@path
@post
@producemime

 

 

@component
@value

 

 

@xmlaccessortype
@xmltype
@xmlelement
@xmlrootelement