https://hub.docker.com/r/pgvector/pgvector/tags
docker pull pgvector/pgvector:0.8.0-pg17
DockerDesktop 을 이용했을 때,

다음과 같이 DB, USER, PASSWORD를 원하는 대로 입력해주자.
spring:
datasource:
url: jdbc:postgresql://localhost:5432/postgres
username: postgres
password: postgres
driver-class-name: org.postgresql.Driver
그리고 application.yml 설정은 다음과 같이 해준다.