Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
postgis, jts demo 공유를 위한 PR
주요내용
Polygon
과Point
는 JTS라이브러리를 사용해야하고, 객체 생성은 팩터리 메서드로 해야함@Lom
어노테이션 사용, 그외 컨버터 등은 최신 JTS에서는 불필요함applicatoin.properties
에서 dialect에 주의testcontainer
를 사용하면 편하긴한데, 사용해본 결과 최종 '비추천'testcontainer
는 구동시마다 새로운 이름으로 컨테이너를 생성하는데, 맥북에서 메모리 부하 및 발열 아주 심함..start()
,stop()
메서드를 꼭 포함할 것,stop()
메서드를 호출하지 않으면 테스트횟수만큼 컨테이너 생성/구동테스트방법
test-docker
>test.com.karrot.domain.demo_postgis_docker
test-h3meme
>test.com.karrot.domain.demo_postgis_h2mem
배운 점
@Lom
오류는 h2말고 도커 테스트에서만 발생했음.