블로그
- Java spring 트랜잭션 분리 REQUIRES_NEW @Transactional은 보통 Spring Bean 객체의 프록시를 통해 호출될 때만 동작하기 때문입니다. 즉, 아래처럼 Spring이 관리하는 Bean 메서드가 외부에서 호출되어야 트랜잭션이 걸립니다.
- Java spring @Component 요약: @Component는 Spring이 해당 클래스를 자동으로 객체(Bean)로 생성·관리하도록 등록하는 어노테이션입니다. public class UserService { } 이렇게 작성하면 Spring Boot가 실행될 때: 1.
- Spring + IBatis 연동 1.ibatis 설치 2.spring applicationContext에 datasource 설정 3.spring applicationContext에 sqlMapClient factory bean 설정 4.spring applicationContext에 DAO class bean 설정 해당 프로젝트는 maven을 적용한 dynamic web project로서 스프링
- Spring BlazeDS Integration 라이브러리 의존성 Error 해결방법 시스템 환경 BlazeDS 4.0.x Spring 3.0.x SBI 1.3 or 1.5 Webapplicationcontext.xml에서 태그 사용시 발생하는 오류 예) 오류메시지 #0' defined in null: problem with class file or dependent class; nest.......