프로젝트에 사용할 데이터베이스로 PostgreSQL, MongoDB를 사용할 예정이다.오늘은 로그인 테스트를 위해 PostgreSQL을 스프링부트에 연동해볼 것이다!! 1. PostgreSQL 설치https://www.postgresql.org/download/ PostgreSQL: Downloads www.postgresql.org위 링크에서 PostgreSQL을 다운받고 설치해주자 2. SQL Shell (psql)에서 PostgreSQL 접속설치 완료 후 Window 탐색창에 SQL Shell을 검색해서 열어준다. Server [localhost]: Enter 누르기Database [postgres]: Enter 누르기Port [5432]: Enter 누르기Username [postgres]: En..