resources/static/hello-static.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>static content</title> </head> <body> 정적 컨텐츠입니다. </body> </html>
정적 컨텐츠의 구동방식 중 제일 중요한 것은 스프링 컨테이너에 관련된 Controller가 존재하지 않는 것입니다.