게시글
질문&답변
2023.01.22
rest 관련 에러
앗 답변 빨리 주신 줄 몰랐어요제가 다른 코드랑 섞어써서 에러 났더라고요; 감사합니다.
- 0
- 2
- 330
질문&답변
2022.10.28
시큐리티 로그인 에러 질문입니다.
선생님, 해결했습니다. !!!제가 jsp 파일에 ${mvo.member.memName}님으로 수정을 안했더라구요.강의 감사합니다 ~
- 0
- 2
- 394
질문&답변
2022.10.28
시큐리티 로그인 에러 질문입니다.
SecurityConfig 파일에 아래 코드를 추가했더니 이번엔아래의 에러가 뜹니다. ;;; > Type Exception ReportMessage 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.Exceptionorg.apache.jasper.JasperException: javax.el.PropertyNotFoundException: Property [memName] not found on type [com.example.site.domain.MemberUser] >@Overridepublic void configure(WebSecurity web) throws Exception { web.ignoring().requestMatchers(PathRequest.toStaticResources().atCommonLocations()) .antMatchers("/resources/**", "/error");}
- 0
- 2
- 394
질문&답변
2022.09.28
Spring Legacy Project 서비스 종료로 인한 질문입니다.
선생님, 문제 해결했습니다 . 제 실수로 로 설정했더라구요. 정말 감사합니다.
- 0
- 6
- 2.7K
질문&답변
2022.09.28
Spring Legacy Project 서비스 종료로 인한 질문입니다.
(사진)구글링해서 src/main/resourses 폴더 아래에 Config 클래스를 추가해 줬습니다. 이렇게 하면 되는 거 맞나요?
- 0
- 6
- 2.7K
질문&답변
2022.09.28
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은 선생님께서 설명해 주신 강의 내용과 같습니다.
- 0
- 6
- 2.7K
질문&답변
2022.09.28
Spring Legacy Project 서비스 종료로 인한 질문입니다.
그리고 혹시 Spring Legacy Project가 없는 경우에도 강의처럼 spring으로 진행할 수 있는 방법이 있을까요? 이클립스로 스프링부트 처음 사용해서 뭔가 어렵습니다.
- 0
- 6
- 2.7K
질문&답변
2022.09.28
Spring Legacy Project 서비스 종료로 인한 질문입니다.
프로젝트 구성은 아래 이미지처럼 해보았습니다. (사진)
- 0
- 6
- 2.7K
질문&답변
2022.08.03
MySql 과 hikariConfig 동시 설정하면 에러납니다.
선생님 덕분에 쉽게 해결됐습니다. 클래스 이름만 바꾸면 되는 거였네요 ;; 감사합니다 !
- 1
- 2
- 5.1K
질문&답변
2020.06.16
가상 모바일 화면 접속하면 , 어플이 "Realm_test has stopped"라고 합니다
이메일 감사합니다~
- 0
- 4
- 274