Development/Spring(103)
-
Spring AOP 라이브러리 설치
Spring AOP 라이브러리 설치 Maven 리포지토리 사이트에 접속http://mvnrepository.com/ "spring aop"으로 검색spring aop 첫번째 항목 선택https://mvnrepository.com/search?q=spring+aop 버전번호 클릭https://mvnrepository.com/artifact/org.springframework/spring-aop Maven항목의 dependency 정보 복사https://mvnrepository.com/artifact/org.springframework/spring-aop/5.1.6.RELEASE pom.xml 파일의 태그안에 붙여넣기 하여 추가합니다.pom.xml
-
Maven 프로젝트 설정시 필수항목
Maven 프로젝트 설정시 필수항목Maven 프로젝트 설정시 필수적으로 지정해야 하는 항목입니다.
-
Index downloads are disabled, search results may be incomplete. 해결방법
오류 메시지
-
AOP(Aspect Oriented Programming), 기존 방식, AOP 적용 방식
AOP(Aspect Oriented Programming) · AOP는 OOP를 더욱 OOP 답게 만들어 줄 수 있습니다. 즉, OOP를 지원해주는 개념입니다. · AOP는 OOP뿐만 아니라 기존의 절차적 프로그래밍에도 적용될 수 있습니다. · AOP는 애플리케이션에서의 관심사(관점)의 분리(기능의 분리) 즉, 핵심적인 기능에서 부가적인 기능을 분리합니다. 분리한 부가기능을 애스펙트 (Aspect)라는 독특한 모듈형태로 만들어서 설계하고 개발하는 방법입니다. · OOP를 적용하여도 핵심기능에서 부가기능을 분리된 모듈로 작성하기 어려웠던 문제점을 AOP가 해결해 준다고 볼 수 있습니다. · AOP는 부가기능을 애스펙트(Aspect)로 정의하여, 핵심기능에서 부가기능을 분리함으로써 핵심기능을 설계하고 구현할..
-
전자정부 표준 프레임워크 개발 가이드 Manual
전자정부 표준 프레임워크 개발 가이드 Manualhttp://www.egovframe.go.kr/wiki/doku.php?id=start
-
Error-Exception in thread "main" org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component class: 해결방법
오류메시지Exception in thread "main" org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component class: 3.2.3.RELEASE 5.1.6.RELEASE