"리눅스 스프링부트 CLI 설치"의 두 판 사이의 차이

(새 문서: ==개요== ;리눅스 spring CLI 설치 <syntaxhighlight lang='console'> testuser@localhost:~$ spring --version -bash: spring: command not found </syntaxhighlight> <syntaxhighlight l...)
 
잔글 (Jmnote님이 리눅스 Spring CLI 설치 문서를 리눅스 스프링부트 CLI 설치 문서로 이동했습니다)
 
(같은 사용자의 중간 판 3개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
;리눅스 spring CLI 설치
;리눅스 springboot 설치
;리눅스 Spring CLI 설치
;리눅스 Spring Boot CLI 설치


<syntaxhighlight lang='console'>
<syntaxhighlight lang='console'>

2022년 11월 23일 (수) 11:01 기준 최신판

1 개요[ | ]

리눅스 springboot 설치
리눅스 Spring CLI 설치
리눅스 Spring Boot CLI 설치
testuser@localhost:~$ spring --version
-bash: spring: command not found
testuser@localhost:~$ sdk install springboot

Downloading: springboot 2.7.5

In progress...

#################################################################### 100.0%

Installing: springboot 2.7.5
Done installing!


Setting springboot 2.7.5 as default.
testuser@localhost:~$ spring --version
Spring CLI v2.7.5


2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}