본문 바로가기

전체 글

(78)
6. 데이터 파고들기 • 스프링 데이터 Spring Data : 기본적인 데이터 저장의 특수한 속성을 유지하면서 데이터에 액세스하는 친숙하고 일관된 스프링 기반 프로그래밍 모델을 제공하는 것 https://spring.io/projects/spring-data Spring Data Spring Data’s mission is to provide a familiar and consistent, Spring-based programming model for data access while still retaining the special traits of the underlying data store. It makes it easy to use data access technologies, relational and non-re..
[오류] org.springframework.dao.InvalidDataAccessApiUsageException: org.hibernate.query.SyntaxException org.springframework.dao.InvalidDataAccessApiUsageException: org.hibernate.query.SyntaxException: At 1:26 and token 'fetch', mismatched input 'fetch', expecting one of the following tokens: , ',', CROSS, FULL, GROUP, INNER, JOIN, LEFT, ORDER, OUTER, RIGHT, WHERE [select o from Order ojoin fetch o.member mjoin fetch o.delivery d] select o from Order o 뒤에 띄어쓰기 안해서 생긴 오류 ....... 띄어쓰기를 잘 하자 .....;;;;..
JPA 시작 보호되어 있는 글입니다.
Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException 보호되어 있는 글입니다.
[Spring] org.springframework.web.bind.MissingPathVariableException: Required URI template variable 'userID' for method parameter type String is not present] 보호되어 있는 글입니다.
[Mybatis] Caused by: org.xml.sax.SAXParseException: 요소 콘텐츠는 올바른 형식의 문자 데이터 또는 마크업으로 구성되어야 합니다. 보호되어 있는 글입니다.
[Vue3] img 동적바인딩 require 보호되어 있는 글입니다.
[Vue] NavigationGuard, LifeCycle https://v3.router.vuejs.org/kr/guide/advanced/navigation-guards.html 네비게이션 가드 | Vue Router 네비게이션 가드 이름에서 알 수 있듯이 vue-router가 제공하는 네비게이션 가드는 주로 리디렉션하거나 취소하여 네비게이션을 보호하는 데 사용됩니다. 라우트 탐색 프로세스에 연결하는 방법 v3.router.vuejs.org https://leteu.tistory.com/17 [Vue 3] 라우트 변경, 새로고침, 창 닫기 감지 웹 소캣 이용해서 채팅 서비스 만들다가 새로고침으로 방 나가는 방법 예외 넣다가 열불 터져서 알아보다가 해결해서 글 적어본다. #1 Watch 그냥 주소만 바꿔서 나가는 경우일 때 사용할 수 있다. leteu.tist..