앱)springframework annotation 예제
@transactional(rollbackFor={Exception.class})
@component
@service
@repository("DAO")
@Resource(name="sqlSessionTemplte")
@Autowired
@component
@service
@repository("DAO")
@Resource(name="sqlSessionTemplte")
@Autowired
'백엔드개발 > 자바스프링' 카테고리의 다른 글
앱)Springframework version 버젼별 간단 특징 요약 역사 (0) | 2018.02.06 |
---|---|
앱)Slf4j API print format 정리 예제 (0) | 2018.01.31 |
앱)메이븐 maven pom.xml 예제 (0) | 2018.01.25 |
앱)custom Exception class 클래스 예제 (0) | 2018.01.25 |
앱)springframework로 batch 예제(main+applicationcontext+properties+logback) (0) | 2018.01.23 |