첫 페이지 연결 ( RestController ) > SPRING_DATA_JPA

본문 바로가기

사이트 내 전체검색

뒤로가기 SPRING_DATA_JPA

첫 페이지 연결 ( RestController )

페이지 정보

작성자 관리자 작성일 24-06-13 13:33 조회 45 댓글 0

본문

1e10688c1270af2dc6c624a34285e4b8_1713919735_0398.png
 




package web.controller;


import org.springframework.web.bind.annotation.GetMapping;

import org.springframework.web.bind.annotation.RestController;


@RestController

public class Index {


@GetMapping("")

public String index() {

return "Hello 하이~";

}

}




01. 콘솔창에서 서버가 리스타트를 하지 않는다면 종료후 Rus as.. > Spring Boot App 실행

02. http://localhost:8080/  : 'Hello 하이~' 출력 확인

댓글목록 0

등록된 댓글이 없습니다.


Copyright © dancePKT. All rights reserved.
PC 버전으로 보기