본문 바로가기
개발자의 삶/스프링부트

초간단 api 서버 생성하기

by 나.R.D.(Rule Destoryer) 2023. 7. 21.

 

간단하게 api를 만들어야 해서 그냥 간단하게 만들어봤다.

springboot starter 사이트에서 빠르게 만들어보자.

 

 

springboot starter 사이트 접속

 

https://start.spring.io/

Gradle(default)

Java 20(최신꺼 써보자. java 20에 뭐가 있는지도 모르겠다.)

SpringBoot 3.1.2(java는 20써놓고, snapshot 건너뛰고, 3.1.2..)

Others default GENERATE

 

소스 제너레이트 후, 다운로드

 

압축 풀기

 

java 20 다운로드 and 설치
 

Download the Latest Java LTS Free

Subscribe to Java SE and get the most comprehensive Java support available, with 24/7 global access to the experts.

www.oracle.com

 

GitHub에 올려둔 프로젝트 소스 링크
 

GitHub - seodaeya/springboot-api-project: simple api

simple api. Contribute to seodaeya/springboot-api-project development by creating an account on GitHub.

github.com

 

반응형

댓글