본문 바로가기

분류 전체보기

(283)
[Hibernate] JPA, Hibernate 차이점 gmlwjd9405.github.io/2019/08/11/entity-mapping.html [JPA] 엔티티 매핑 방법 (Entity Mapping) - Heee's Development Blog Step by step goes a long way. gmlwjd9405.github.io gmlwjd9405.github.io/2018/12/25/difference-jdbc-jpa-mybatis.html
[Hibernate] detached entity passed to persist: com.kopo.hibernateExample.model.SeoResvVO 해결법 m.blog.naver.com/sim4858/220998440706 [DB] detached entity passed to persist 에러 간단 해결하기 이번 포스팅에서는 detached entity passed to persist 에러에 대해 알아보도록 하겠습니다. DB와 관련된... blog.naver.com
[Spring] mvc 패턴 파라미터 받는 법 webcoding.tistory.com/entry/Spring-MVC-%EC%8A%A4%ED%94%84%EB%A7%81-MVC-%EC%BB%A8%ED%8A%B8%EB%A1%A4%EB%9F%AC%EC%97%90%EC%84%9C-%ED%8C%8C%EB%9D%BC%EB%AF%B8%ED%84%B0-%EB%B0%9B%EA%B8%B0 [Spring] 스프링 HttpServletRequest, @RequestParam, @ModelAttribute을 이용하여 파라미터 받기 HttpServletRequest HttpServletRequest를 통해 컨트롤러로 전달된 파라미터를 받을 수 있습니다. 파라미터를 받는 메서드는 총 세 가지의 메서드가 있습니다. getParameter @Controller public clas..
[JSTL] cannot convert of type class java.util.arraylist to class java.lang.long 에러 해결법 처음에는 resvMonth가 문제인 줄 알고 변수를 막 대입했는데 알고보니 resvRoom List를 숫자 1과 비교하려고 했던게 문제였다.
[JSTL] Spring 오류 (org.apache.jasper.JasperException) okky.kr/article/223579 OKKY | 에러 좀 봐주세요 java.lang.ClassNotFoundException: org.apache.jsp.WEB_002dINF.views.member.join_jsp HTTP Status 500 - -------------------------------------------------------------------------------- type Exception report message description The server encountered an internal error () that prev okky.kr 다양한 이유가 있지만, 나는 태그 사용 오타였음
[Spring] SessionFactory NullPointerException stackoverflow.com/questions/27971114/the-hibernate-sessionfactory-is-always-null-when-using-spring-dependency-injecti The Hibernate SessionFactory is always null when using Spring dependency injection I am getting a NullpointerException on my save method in CityDaoImpl. Seems that sessionFactory is not autowired since on debugging it was revealed that sessionFactory is never injected in CityDaoI..
[Spring] java.lang.IllegalStateException: Ambiguous mapping found. Cannot map ‘***Controller’ bean method – 에러 해결방법 zzznara2.tistory.com/422 [스프링] java.lang.IllegalStateException: Ambiguous mapping found. Cannot map ‘***Controller’ bean method – 에러 해� java.lang.IllegalStateException: Ambiguous mapping found. Cannot map ‘projectController’ bean method 스프링에서 이런 에러가 난다면.. 해당 **Controller.java 파일의 RequestMapping에 문제가 발생한 겁.. zzznara2.tistory.com
[JSTL] 코어 태그 모음 sinna94.tistory.com/7 [JSP] JSTL 정리 JSTL (JSP Standard Tag Library) JSP 개발을 단순화하기위한 태그 library 장점 빠른 개발 -> JSP를 단순화하는 많은 태그를 제공 코드 재사용성 -> 다양한 페이지에서 JSTL 태그 사용 가능 스크립틀릿 태그를 � velog.io