- 스프링 부트(Spring Boot)에서 프로젝트 생성하기
1. Spring Boot 프로젝트 생성
2. MySQL DB 세팅
[MySQL] MySQL 다운로드 및 설치하기 [MySQL Workbench로 MySQL 접속하기]
- MySQL 다운로드 및 설치하기 1. MySQL 다운로드 MySQL Over 2000 ISVs, OEMs, and VARs rely on MySQL as their products' embedded database to make their applications, hardware and appliances more competitive, bring them to market faster, and lower
yermi.tistory.com
3. 프로젝트 실행하기
- 참고자료
[SpringBoot] RestApi 만들기 (1) 프로젝트 생성
SpringBoot REST API Server 목표 MariaDB 또는 MySQL을 연동하여 조회, 저장, 삭제등 rest api 를 개발. 전송 데이터 타입 json (FE는 나중에) 호출 테스트는 브라우저나 postman 을 이용. 1. SpringBoot 프로젝트 생성 e
hello-bryan.tistory.com