본문 바로가기
728x90
반응형

개발공부104

[spring] org.mybatis.spring.MyBatisSystemException: 시큐리티, 회원도메인, 회원 Mapper설계 요즘은 코드로 배우는 스프링 웹 프로젝트라는 책을 보면서 회원부분을 작업중이다. -- 에러 메세지 org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: java.lang.NullPointerException ### The error may exist in com/dohyeong/mapper/MemberMapper.xml ### The error may involve com.dohyeong.mapper.MemberMapper.read ### The error occurred while handl.. 2021. 10. 7.
Autowired cannot be resolved to a type 에러 import org.springframework.beans.factory.annotation.*; 를 추가한다. 2021. 10. 5.
[sts]org.apache.log4j.Logger cannot be resolved to a type 에러 해결법은 pom.xml에서 runtime를 주석처리 해주면 된다. https://moon1226.tistory.com/93 Spring - Log4j cannot be resolved to a type 에러 spring project 진행할 때, 어노테이션으로 Log4j를 사용할 때 다음과 같은 에러가 나타났다. Multiple markers at this line - org.apache.log4j cannot be resolved to a type - org.apache.log4j... moon1226.tistory.com 2021. 9. 29.
[회원가입] (작성중) https://melonpeach.tistory.com/40 17. 스프링 회원가입 만들기 / 회원가입 17. 스프링 회원가입 만들기 / 회원가입 안녕하세요? MelonPeach입니다. 오늘은 회원가입에 대한 포스팅을 하겠습니다. 회원가입이면 아이디, 비밀번호, 이름, 이메일, 주소 등등.. 많지만 저희는 아 melonpeach.tistory.com 2021. 9. 29.
model https://aridom.tistory.com/62 [Spring] View에 데이터 전송 (Model / ModelAndView) [해당 포스트는 개인적으로 공부를 하고 차후에 참고용으로 하고자 작성한 것입니다. 따라서 잘못된 부분이나 부족한 부분이 있을 수 있기에 참고하시기 바랍니다.] Controller는 Business Logic의 결 aridom.tistory.com 2021. 9. 28.
VO와 DTO의 차이점 https://ijbgo.tistory.com/9 VO vs DTO VO vs DTO VO(Value Object) - 데이터 그 자체로 의미 있는 것을 담고 있는 객체이다. - DTO와 동일한 개념이나 차이점은 Read–Only 속성 객체이다. - 간단한 독립체( Entit.. ijbgo.tistory.com 2021. 9. 27.
728x90
반응형