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

(새 문서: ==개요== ;리눅스 spring CLI 설치 <syntaxhighlight lang='console'> testuser@localhost:~$ spring --version -bash: spring: command not found </syntaxhighlight> <syntaxhighlight l...)
 
1번째 줄: 1번째 줄:
==개요==
==개요==
;리눅스 spring CLI 설치
;리눅스 springboot 설치
;리눅스 Spring CLI 설치


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

2022년 11월 22일 (화) 16:28 판

1 개요

리눅스 springboot 설치
리눅스 Spring 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 }}