전체 글 250

gitbook configure github 연동

https://velog.io/@kyz0111/GitBook%EA%B3%BC-Github%EC%A0%80%EC%9E%A5%EC%86%8C-%EC%97%B0%EB%8F%99%ED%95%98%EA%B8%B0feat.-TIL GitBook과 Github저장소 연동하기(feat. TIL) 깃북으로 펴낸 나의 TILGitBook 공식문서GitBook이란, 공식문서에 따르면 제품에서 내부 지식 기반 및 API에 이르기까지 모든 것을 문서화 할 수 있는 최신 문서 플랫폼 이라고 한다. (구글번역에 따르 velog.io

Hibernate5Module

https://velog.io/@chang626/API-%EA%B0%9C%EB%B0%9C-%EA%B3%A0%EA%B8%89-%EC%A7%80%EC%97%B0-%EB%A1%9C%EB%94%A9%EA%B3%BC-%EC%A1%B0%ED%9A%8C-%EC%84%B1%EB%8A%A5-%EC%B5%9C%EC%A0%81%ED%99%94 API 개발 고급 - 지연 로딩과 조회 성능 최적화 인프런 수업 강의를 듣고 정리한 내용입니다. 주문 + 배송정보 + 회원을 조회하는 API를 만들자지연 로딩 때문에 발생하는 성능 문제를 단계적으로 해결해보자.💡 참고지금부터 설명하는 내용 velog.io

schema-mysql.sql

https://www.inflearn.com/questions/864961/session-spring-session-jdbc-%EC%9D%98%EC%A1%B4%EC%84%B1-%EC%B6%94%EA%B0%80-%EC%8B%9C-mysql-%EC%84%A4%EC%A0%95 session:spring-session-jdbc 의존성 추가 시 mysql 설정 - 인프런 당연히 구글링 해보셨져? 원하는 결과를 못찾으셨나요? 어떤 검색어를 입력했는지 알려주세문제가 발생한 코드(프로젝트)를 Github에 올리시고 링크를 알려주세요.만약 MySQL로 진행하시는 분들을 www.inflearn.com dependencies { implementation 'org.springframework.session:spring-se..

Spring/error log 2024.01.24

nested exception is org.springframework.orm.jpa.JpaSystemException: More than one row with the given identifier was found: 5, for class: com.solux.pyi.pyiplanyouridea.memos.domain.Memos; nested exception is org.hibernate.HibernateException: More than on..

https://velog.io/@yeoonnii/More-than-one-row-with-the-given-identifier-was-found-for-class-nested-exception-is-org.hibernate.HibernateException-More-than-one-row-with-the-given-identifier-was-found-for-class More than one row with the given identifier was found: for class: nested exception is org.hibernate.HibernateException: More t velog.io

Spring/error log 2024.01.24

Spring Point Double longitude latitiude

https://velog.io/@hwsa1004/Spring-%EC%9C%84%EC%B9%98-%EA%B8%B0%EB%B0%98-%EC%84%9C%EB%B9%84%EC%8A%A4-%EA%B5%AC%ED%98%84%ED%95%98%EA%B8%B0 [Spring] 위치 기반 서비스 구현하기 모두가 이런 앱을 한번쯤은 봤을 것 이다. 지도에 무언가를 검색하였을때 그 화면내에서 존재하는 데이터들이 조회되고 눌렀을때 그에 대한 상세정보가 뜨는, 위에 이미지와 같은 해당 위치안 velog.io