저두 hello controller 문제가 발생했는데요. 해결하여 공유해요.
311
0
저같은경우에는
hello.hellospringboot
hello.hellospringboot.controller
요런식으로 구성했어야 하는데,
hello.hellospringboot
hello.hellocontroller 라고 별도로 만들었네요.
그래서 GetMapping 이 연결이 안된거 같아요.
답변 1
311
저같은경우에는
hello.hellospringboot
hello.hellospringboot.controller
요런식으로 구성했어야 하는데,
hello.hellospringboot
hello.hellocontroller 라고 별도로 만들었네요.
그래서 GetMapping 이 연결이 안된거 같아요.
답변 1