Spring 171

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

timezone 변경 ssh, mysql

https://velog.io/@dmchoi224/SSH-%EC%84%9C%EB%B2%84-%EC%9E%90%EC%B2%B4-%EB%82%A0%EC%A7%9C-%EC%84%A4%EC%A0%95-UTC-KST-%EB%B3%80%EA%B2%BD SSH 서버 자체 날짜 설정 UTC -> KST 변경 배포 후 테스트 중 서버로 데이터를 받아오는 값 중 create_at date가 한국 시간보다 9시간이 느렸다. 해결 velog.io https://ryean.tistory.com/39 [GCP] MySQL Timezone (타임존) 변경 MySQL DB 의 Timezone (타임존) 을 한국 시간에 맞게 변경해주려고 한다. 데이터베이스 플래그를 설정해주면 되는데, GCP Console 에서 아주 간단하게 설정해 ..