Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-basic

코틀린

프로젝트 생성

https://start.spring.io

jenv 설정

brew install jenv
echo 'export PATH="$HOME/.jenv/bin:$PATH"' >> ~/.zshrc
echo 'eval "$(jenv init -)"' >> ~/.zshrc
sudo ln -sfn /opt/homebrew/opt/openjdk@21/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk-21.jdk
jenv add /Library/Java/JavaVirtualMachines/openjdk-21.jdk/Contents/Home/
jevn
jevn global 21.0

https://velog.io/@geun/Setting-jenv로-여러-Java-버전-사용관리하기-For-Mac-g20bsd7e

스프링부트 실행

./gradlew build ./gradlew bootRun

$ curl localhost:8080/ping $ pong

Reference Documentation

For further reference, please consider the following sections:

Additional Links

These additional references should also help you:

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages