❗스프링 프로젝트 생성하기
❗Postman 설치
https://radiant515.tistory.com/254
❗API 만들기
✏️DB 생성
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.username=root
spring.datasource.password=비밀번호
spring.datasource.url=jdbc:mysql://localhost:3306/[스키마(데이터베이스)이름]?characterEncoding=UTF-8&serverTimezone=UTC
✏️인텔리제이에 DB 추가
https://radiant515.tistory.com/237
✏️TestController 실행 및 결과 확인
728x90
반응형
'🔻Extracurricular Activity > UMC' 카테고리의 다른 글
[UMC 3기] server 7주차-1 (0) | 2022.11.09 |
---|---|
[UMC 3기] server 6주차-3 (0) | 2022.11.02 |
[UMC 3기] server 6주차-1 (0) | 2022.11.02 |
[UMC 3기] server 5주차-2 (0) | 2022.10.22 |
[UMC 3기] server 5주차-1 (0) | 2022.10.21 |