[Project] 조크베어(joke-bear) API 명세서 작업 중..😏 [짜장 vs 짬뽕을 논하는 우리들의 커뮤니티]
·
◈ Yermi Project/조크베어🐻‍❄️
- 조크베어(joke-bear) API 명세서 작업 중..REST한 API 명세서를 만들고 있다.이렇게 짜다보니 REST한 게 뭔지 알듯말듯한 아리송 😏
[SpringBoot] REST API 활용하여 CUD 처리 [INSERT, UPDATE, DELETE]
·
▣ Framework/Spring Boot🍀
[SpringBoot] GetMapping, PostMapping [예외처리로 에러 방지하기] [SpringBoot] JDBC Template : SELECT [REST API 적용하여 데이터 조회하기] [SpringBoot] Spring JDBC 사용하여 데이터베이스 연결하기 [JDBC Template, Groovy 활용] [SpringBoot] Service 생성 및 의존성 주입 [생성자 주입을 yermi.tistory.com - REST API 활용하여 CUD 처리 1. INSERT : cityAdd @PostMapping(value="cityAdd") public ResponseEntity cityAdd(@RequestBody City city) { try { log.info("city = {}"..
[SpringBoot] 스프링 부트(Spring Boot)에서 프로젝트 생성하기 [dependencies 세팅 및 MySQL 연동]
·
▣ Framework/Spring Boot🍀
- 스프링 부트(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. 프로젝트 실행하기 - 참고자료 [..