❗인텔리제이 및 데이터그립, 포스트맨 설치
https://ye5ni.tistory.com/159
https://radiant515.tistory.com/156
https://radiant515.tistory.com/254
❗빈 프로젝트 생성
https://start.spring.io/
❗DB 연결
이전 스터디에서 생성해둔 RDS를 연결해보도록 하겠다!
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://[RDS주소]:3306/[스키마이름]
username: admin
password: [지정한 비밀번호]
application.properties를 application.yml로 확장자를 변경 후 위의 내용을 붙여넣는다
그 후 갖고 있는 정보들로 다시 수정을 해주면 스프링 프로젝트와 DB의 연결은 성공!
728x90
반응형
'🔻Extracurricular Activity > UMC' 카테고리의 다른 글
[UMC 4기] server 8주차 (0) | 2023.06.02 |
---|---|
[UMC 4기] server 7주차-2 (0) | 2023.05.18 |
[UMC 4기] server 6주차 (0) | 2023.05.14 |
[UMC 4기] server 4주차 (0) | 2023.05.14 |
[UMC 4기] server 3주차-1 (0) | 2023.04.07 |