
String Boot + MySQL + Mybatis - Eclipse를 사용하였으며 String Boot setting 부터 해야 된다면 아래 사이트 참고 https://hwan1001.tistory.com/67 [SPRING BOOT] Eclipse Spring Boot Setting Eclipse Spring Boot Setting Step 1. 프로젝트 생성 [Help] -> [Eclipse Marketplace] -> sts 검색 -> Spring tools 4 - for Spring Boot 설치 -> Eclipse restart [File] - [New] - [other...] - [spring] - [.. hwan1001.tistory.com - DataBase는 연동 확인을 위해 간단히 ..

Eclipse Spring Boot Setting Step 1. 프로젝트 생성 [Help] -> [Eclipse Marketplace] -> sts 검색 -> Spring tools 4 - for Spring Boot 설치 -> Eclipse restart [File] - [New] - [other...] - [spring] - [Spring Starter Project] - Name, Package 설정 - Next - Web(Spring Web 체크) Step 2. 컨트롤러 생성 [SpringBoot2] - [src] - [main] - [java] - [pack02] - Apple.java 클래스 생성 -아래의 코드 복붙 - relaunch 클릭 후 실행 // 방법1 package Pack; imp..