๐ฆ MyBatisSystemException
๐น ์๋ฌ๋ฉ์์ง
nested exception is org.apache.ibatis.reflection.ReflectionException:
There is no getter for property named 'emial'
in 'class com.koreait.facebook.user.model.UserEntity'
org.mybatis.spring.MyBatisSystemException:
nested exception is org.apache.ibatis.reflection.ReflectionException:
There is no getter for property named 'emial'
in 'class com.koreait.facebook.user.model.UserEntity'
at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:96)
at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:441)
no getter for property named 'emial' in 'class UserEntity'
๐น ์์ธ
UserMapper.xml
์์ ์คํ๋ฌ๋ค.
๐ฆ UnsatisfiedDependencyException
, BeanCreationException
๐น ์๋ฌ
- ์ด๋ฉ์ผ ์ธ์ฆ์ ํ๋๋ฐ ์ด๋ฉ์ผ์ ์ ์ธํ
pw
, nm
, tel
, authCd
๊ฐ์ ๋ฐ์์ค์ง ๋ชปํ๋ค.
UserEntity( iuser=0, email=email@naver.comauthCd=93204, pw=null, nm=null, tel=null, authCd=null, regdt=null, mainProfile=null )
๐น ์๋ฌ๋ฉ์์ง
org.springframework.beans.factory.UnsatisfiedDependencyException:
Error creating bean with name 'userController':
Unsatisfied dependency expressed through field 'service';
nested exception is org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'userService' defined in file
๐น ์์ธ && ํด๊ฒฐ
- ์ฟผ๋ฆฌ์คํธ๋ง
eamil
๊ณผ authCd
์ฌ์ด์ &
์ด๋น ์ง