반응형 spring boot1 [Spring] Spring Boot 동작 방법 Spring Boot 동작 방법 1. 웹 브라우저 주소창에 localhost:8080/hello 주소 입력 2. 스프링에 내장되어 있는 내장 톰켓 서버가 스프링에게 전달 3. 스프링에서 '/hello'로 매핑(@GetMapping) 되어 있는 html 찾음 1) main > resources > template > hello.html 안녕하세요. 손님 2) main > java > controller > HelloController.java (@GetMapping) package hello.hellospring.controller; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.. 2023. 12. 31. 이전 1 다음