첫 페이지 연결 ( RestController ) > SPRING_DATA_JPA

본문 바로가기
사이트 내 전체검색

SPRING_DATA_JPA

첫 페이지 연결 ( RestController )

페이지 정보

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

본문

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 하이~' 출력 확인

댓글목록

등록된 댓글이 없습니다.

회원로그인

회원가입

사이트 정보

공지사항
자유게시판
질문답변
1:1문의

 

별명 : 터푸가위
주소 : 부산시 동래구 명장로20번길 90
대표 : 박규태
메일 : dancepkt@******.com

접속자집계

오늘
172
어제
123
최대
10,760
전체
263,771
Copyright © dancePKT . All rights reserved.