사용자 도구

사이트 도구


springframework:springboot:springboot_cli

문서의 이전 판입니다!


SpringBoot CLI

Install with sdkman

sdk install springboot
 
# 자동완성지원
. ~/.sdkman/candidates/springboot/current/shell-completion/bash/spring

Install with Windows scoop

scoop bucket add extras
scoop install springboot

~/scoop/apps/springboot/current/bin/spring

init

  • 의존성 등 보여주기
    spring init --list
    spring help init # 도움말
    </code.
      * 기본 생성 예<code sh>
    # myproject 라는 디렉토리에 --dependencies 에 따라 의존성 구성해서 프로젝트 생성
     
    spring init -g kr.pe.kwonnam -a springboottest --build gradle -j 1.8 \
       --dependencies=web,jdbc,data-jpa,devtools,flyway,jooq,lombok,sqlserver,validation \
       myproject
springframework/springboot/springboot_cli.1535089556.txt.gz · 마지막으로 수정됨: 2018/08/24 14:45 저자 kwon37xi