inflearn logo
Course

Course

Instructor

yubincho96389's Posts

yubincho96389 yubincho96389

@yubincho96389

Reviews Written
8
Average Rating
5.0

Posts 17

Q&A

rest 관련 에러

앗 답변 빨리 주신 줄 몰랐어요 제가 다른 코드랑 섞어써서 에러 났더라고요; 감사합니다.

Likes
0
Comments
2
Viewcount
442

Q&A

시큐리티 로그인 에러 질문입니다.

선생님, 해결했습니다. !!! 제가 jsp 파일에 ${mvo.member.memName}님으로 수정을 안했더라구요. 강의 감사합니다 ~

Likes
0
Comments
2
Viewcount
536

Q&A

시큐리티 로그인 에러 질문입니다.

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"); }

Likes
0
Comments
2
Viewcount
536

Q&A

Spring Legacy Project 서비스 종료로 인한 질문입니다.

강사님, 저 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은 선생님께서 설명해 주신 강의 내용과 같습니다.

Likes
0
Comments
6
Viewcount
2960

Q&A

Spring Legacy Project 서비스 종료로 인한 질문입니다.

그리고 혹시 Spring Legacy Project가 없는 경우에도 강의처럼 spring으로 진행할 수 있는 방법이 있을까요? 이클립스로 스프링부트 처음 사용해서 뭔가 어렵습니다.

Likes
0
Comments
6
Viewcount
2960