spring boot - New Spring Starter project를 선택 com.example.demo : 기본 패키지 명 /demo/src/main/java/com/example/demo/DemoApplication.java : 시작 파일 /demo/src/main/resources/static : 정적 문서가 있는 곳 /demo/src/main/resources/templates : 템플릿 문서가 있는 곳(헤드, 메뉴, 바디, 버튼) /demo/src/main/resources/application.properties : 환경정보 매핑(매우 중요함) /demo/src/test/java : 테스트용 문서를 생성함(Junit 문서) http://localhost:9090/hello