[ eGov 환경설정 ]
0. 정의
- eGov4.0 환경에 nexaN용 uiadapter 설치하기
1. nexacroN 관련 환경설정
1. uiadapterN 환경설정
. https://www.playnexacro.com/#show:learn:4732
2. NexacroException 사용하기
. https://www.playnexacro.com/#show:learn:4787
3. Excel (xeni) 환경설정
. https://www.playnexacro.com/#show:learn:4732 , https://www.playnexacro.com/#show:learn:4810
4. File upload/download 환경설정
. https://www.playnexacro.com/#show:learn:4868
2. Controller 관련 환경 설정
1. 정의 : Controller.java 파일에 [@RequestMapping(value = "/selectSampleList.do")] 이 문장을 was가 start할때 scan해서 Container에 적제하도록 하는 설정
- 설정하지 않으면 발생하는 오류1 : org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sampleController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'sampleService' available
- 발생시점1 : tomcat start시.
- 설정하지 않으면 발생하는 오류2 : WARN [org.springframework.web.servlet.PageNotFound] No mapping for GET /selectSampleList.do
- 발생시점2 : 화면단에서 request 요청할 때
- 설정파일 : context-common.xml
- 설정내용 :
3. Query 관련 환경 설정
1. 정의 : Query Mapper파일(xml) 경로 및 Mapper Class scan을 위한 패키지 경로 지정
- 설정하지 않으면 발생 오류 : org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sampleService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'sampleMapper' available
- 발생시점 : tomcat start시
- 설정파일 : context-mapper.xml
- 설정내용 :
4. transaction commit/rollback 관련 환경 설정
1. 정의 : Dataset Rollback관련 정보 수정
- 설정하지 않으면 발생 오류 :
- 발생시점 :
- 설정파일 : context-transaction.xml
- 설정내용 :
'Nexacro-Framework > eGov & nexa' 카테고리의 다른 글
3. eGov + nexa 연동 (0) | 2022.07.02 |
---|---|
3. eGov4.0 + uiadapterN (0) | 2022.07.01 |
2. uiadapter (0) | 2022.07.01 |
1. eGov4.0.0 설치 및 샘플 프로젝트 만들기 (0) | 2022.07.01 |