질문&답변
rest 관련 에러
앗 답변 빨리 주신 줄 몰랐어요 제가 다른 코드랑 섞어써서 에러 났더라고요; 감사합니다.
- 좋아요수
- 0
- 댓글수
- 2
- 조회수
- 434
질문&답변
앗 답변 빨리 주신 줄 몰랐어요 제가 다른 코드랑 섞어써서 에러 났더라고요; 감사합니다.
질문&답변
선생님, 해결했습니다. !!! 제가 jsp 파일에 ${mvo.member.memName}님으로 수정을 안했더라구요. 강의 감사합니다 ~
질문&답변
SecurityConfig 파일에 아래 코드를 추가했더니 이번엔 아래의 에러가 뜹니다. ;;; > Type Exception Report Message javax.el.PropertyNotFoundException: Property [memName] not found on type [ com.example.site .domain.MemberUser] Description The server encountered an unexpected condition that prevented it from fulfilling the request. Exception org.apache.jasper.JasperException: javax.el.PropertyNotFoundException: Property [memName] not found on type [com.example.site.domain.MemberUser] > @Override public void configure(WebSecurity web) throws Exception { web.ignoring().requestMatchers(PathRequest.toStaticResources().atCommonLocations()) .antMatchers("/resources/**", "/error"); }
질문&답변
선생님, 문제 해결했습니다 . 제 실수로 로 설정했더라구요. 정말 감사합니다.
질문&답변
구글링해서 src/main/resourses 폴더 아래에 Config 클래스를 추가해 줬습니다. 이렇게 하면 되는 거 맞나요?
질문&답변
강사님, 저 mybatis-config.xml을 아래와 같이 추가해 줬습니다. alias는 mem_tbl 로 해주는게 맞나요? 확인 부탁드립니다 ; mybatis.org//DTD Config 3.0//EN" " http://mybatis.org/dtd/mybatis-3-config.dtd "> alias="mem_tbl" type="com.example.myweb.domain.Member"/> MemberMapper.xml은 선생님께서 설명해 주신 강의 내용과 같습니다.
질문&답변
그리고 혹시 Spring Legacy Project가 없는 경우에도 강의처럼 spring으로 진행할 수 있는 방법이 있을까요? 이클립스로 스프링부트 처음 사용해서 뭔가 어렵습니다.
질문&답변
프로젝트 구성은 아래 이미지처럼 해보았습니다.
질문&답변
선생님 덕분에 쉽게 해결됐습니다. 클래스 이름만 바꾸면 되는 거였네요 ;; 감사합니다 !
질문&답변
이메일 감사합니다~