• java.lang.IllegalArgumentException : 필터 매핑에서 유효하지 않은 [/*.do]
    =>encodingFilter에서 URL이 잘못되서 발생함.'/'를 빼줌.
  • Invalid been definition with name 'dataSource' defined in class path resource [config/spring/application-context.xml] : Could not resolve placeholder 'database.driverClassName'
    =>driverClassName을 못 찾는다고 에러가나서 보니, application-context.xml 의 property가 database.properties의 경로에는 'databae.'을 안 붙였는데 여기선 붙여서 value중에 'database.'을 지우고, sql-map-config.xml에서 properties와 transactionManager를 지워주니 해결 되었다.
  • '<>'operatior is not allowed for source level below 1.7
    => 자바 빌드소스가 1.5로 잡혀있으면 1.8로 바꿔주면 해결.
  • Maven Problems : Project configuration is not up-to-date~
    =>Project Explorer의 해당 소스에서 Maven-Update Projects 해줌.
profile
완전초특급초보개발자

0개의 댓글