본문 바로가기

내일배움캠프 4기 스프링/내배캠 TIL📘

02. 10 TIL

728x90

최종 프로젝트

댓글 CRUD 구현하기

대댓글 학습 및 개인 과제에 적용 실습

이미지를 가져온다 : S3에 URL

GPS 기능 : 프론트에서 구글맵 라이브러리를 사용한다

https://developers.google.com/maps/web-services/client-library?hl=ko 

 

Google Maps 웹 서비스용 클라이언트 라이브러리  |  Google 지도 웹 서비스 API  |  Google Developers

의견 보내기 Google Maps 웹 서비스용 클라이언트 라이브러리 컬렉션을 사용해 정리하기 내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요. Google 지도 서비스용 Java Client, Python Client, Go Client,

developers.google.com

http://www.joshi.co.kr/index.php?mid=SPRING&document_srl=305807 

 

SPRING - 스프링에서 구글맵 연동하기

1. 먼저 구글 API 키를 다음 url로 들어가 얻습니다. https://console.developers.google.com/flows/enableapi?apiid=maps_backend,geocoding_backend,directions_backend,distance_matrix_backend,elevation_backend,places_backend&reusekey=true 생성된

www.joshi.co.kr

service를 인터페이스로 사용하는 이유

https://wildeveloperetrain.tistory.com/49

 

관습적인 추상화 Service, ServiceImpl 구조를 사용해야 할까?

Service interface와 ServiceImpl class 구조를 사용하는 이유? 대부분의 프로젝트는 Service를 만들 때 MemberService와 같이 서비스를 인터페이스로 설계하고, MemberServiceImpl 라는 구현체인 클래스를 생성해서

wildeveloperetrain.tistory.com

개발 방법론 : 패키지 구조

https://yoonbing9.tistory.com/m/125

 

도메인 주도 설계의 모듈 구성(패키지 구성)

패키지 구성을 설계하는 것에는 한 가지 정답만 있는 것은 아니지만 이 번 시간에는 도메인 주도 설계에서 일반적으로 사용되는 패키지 구성을 소개하고자 합니다. 규칙1. 아키텍처의 각 영역은

yoonbing9.tistory.com

https://12bme.tistory.com/271

 

[개발방법론] 계층별, 기능별 패키지 구성하기

출처: http://egloos.zum.com/springmvc/v/434948 자바 프로젝트를 진행하면 프로그래머들이 고민하는 부분이 한가지 있습니다. 물론 프로그래밍을 하다보면 많은 부분에서 고민을 해야겠지만 그중에도 가

12bme.tistory.com

 

스테이징 된 파일을 취소하고 싶을 때 : git reset 경로 및 파일명

알게 된 키워드 : Spring Vault

 

PageImpl : 페이지 인터페이스를 구현하여 사용하기

https://docs.spring.io/spring-data/commons/docs/current/api/org/springframework/data/domain/PageImpl.html

 

PageImpl (Spring Data Core 3.0.1 API)

Type Parameters: T - the type of which the page consists. All Implemented Interfaces: Serializable, Iterable , Supplier >, Page , Slice , Streamable Direct Known Subclasses: GeoPage public class PageImpl extends Object implements Page Basic Page implementa

docs.spring.io

 

공부하기 : 웹소켓을 활용한 채팅 기능

개인 학습

T아카데미 : JPA의 내부구조

JPA 심화 : Auditing & HATEOAS

 

 

 

728x90

'내일배움캠프 4기 스프링 > 내배캠 TIL📘' 카테고리의 다른 글

02. 14 TIL  (0) 2023.02.14
02. 13 TIL  (0) 2023.02.14
02. 09 TIL  (0) 2023.02.09
02. 08 TIL  (0) 2023.02.08
02. 07 TIL  (0) 2023.02.07