728x90

스프링 45

[eGov] 커스텀에서 만난 오류 1 (No bean named 'sampleService' is defined)

📍 src/main/resources ? - src/main/resources 안에 있는 egovframework 를 뺐는데 계속 오류 발생. - No bean named 'sampleService' is defined - 이 에러가 계속 났음. ❗ 해결 👌 :: /프로젝트명/src/main/webapp/WEB-INF/web.xml 이하 로그 전체 더보기 3월 09, 2023 3:34:00 오후 org.apache.catalina.startup.VersionLoggerListener log 정보: 서버 버전 이름: Apache Tomcat/8.5.73 3월 09, 2023 3:34:00 오후 org.apache.catalina.startup.VersionLoggerListener log 정보: Serve..

스프링/eGov 2023.03.09

[eGov]maven-clean-plugin-2.4.1.pom. Error code 501, HTTPS Required -> [Help 1]

[ERROR] Plugin org.apache.maven.plugins:maven-clean-plugin:2.4.1 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-clean-plugin:jar:2.4.1: Could not transfer artifact org.apache.maven.plugins:maven-clean-plugin:pom:2.4.1 from/to central (http://repo.maven.apache.org/maven2): Failed to transfer http://repo.maven.apache.org/mave..

스프링/eGov 2023.02.06

[Spring] ApplicationEventMulticaster not initialized - call 'refresh' before multicasting events via the context: Root WebApplicationContext: startup date [Fri Nov 18 20:17:15 KST 2022]; root of context hierarchy

다른 프로젝트 export 해서 import 하는 데... 역시나 한 번에 되지는 않지~ 그렇지 그렇지.. 근데.. 간단한건데도 찾는데 너무 오래걸렸다.. ㅠㅠㅠ.. 에러가 시작된 부분 : INFO : org.springframework.web.context.support.XmlWebApplicationContext - Closing Root WebApplicationContext: startup date [Fri Nov 18 20:17:15 KST 2022]; root of context hierarchy WARN : org.springframework.web.context.support.XmlWebApplicationContext - Exception thrown from ApplicationList..

스프링 2022.11.18

[Spring tips] VO에 필드에 Integer 쓰는 이유

파라미터가 null 인 경우에 오류가 발생함. https://jul-liet.tistory.com/182 [Mybatis] 파라미터가 null일 경우에 NullPointerException? 개발하면서 vo의 필드를 int(primitive type)가 아닌 Integer(Reference type)로 만드는걸 보고 왜지...? 라고 생각하고 아무생각 없었다 이번에 mybatis로 where절에서 null일경우 처리를 할때 알았다 int로 vo.. jul-liet.tistory.com

스프링 2022.01.20

[eGov] pagination css 변경하는 법 + 커스터마이징

https://web-obj.tistory.com/460 전자정부표준프레임워크 paging 추가하기 전자정부표준프레임워크에서 페이징을 추가하려고 한다. 이를테면 관리자와 일반 사용자간의 페이징 디자인이 다른 경우가 해당한다. (로직추가가 아니고 여러개의 페이징 디자인을 사용하는 web-obj.tistory.com https://ezrealdev.tistory.com/15 [Egov] 커스텀 페이지 렌더링 클래스 추가하기 (PaginationRenderer) 전자정부프레임워크의 페이징 디자인을 변경하기 위해서는 AbstractPaginationRenderer 추상클래스를 구현하면 합니다. 기본 디자인은 요렇게 밋밋합니다. public class CustomPaginationRenderer extends A..

스프링/eGov 2022.01.12

[전자정부프레임워크 책] 공통컴포넌트 부분

p. 595 ~ 끝까지 부분 시키는 데로 따라하면 이런 오류 나옴. 11월 18, 2021 11:05:13 오전 org.apache.catalina.core.ApplicationContext log 심각: 서블릿 [action]을(를) 위한 Servlet.init() 호출이 예외를 발생시켰습니다. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'egovComUtlController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionExc..

스프링/eGov 2021.11.18
728x90