내용으로 건너뛰기
권남
사용자 도구
로그인
사이트 도구
검색
도구
문서 보기
이전 판
역링크
최근 바뀜
미디어 관리자
사이트맵
로그인
>
최근 바뀜
미디어 관리자
사이트맵
추적:
springframework:springboot:springboot_cli
이 문서는 읽기 전용입니다. 원본을 볼 수는 있지만 바꿀 수는 없습니다. 문제가 있다고 생각하면 관리자에게 문의하세요.
====== SpringBoot CLI ====== * [[https://docs.spring.io/spring-boot/docs/current/reference/html/cli-using-the-cli.html|64. Using the CLI]] ===== Install with sdkman ===== * [[https://docs.spring.io/spring-boot/docs/current/reference/html/getting-started-installing-spring-boot.html|10. Installing Spring Boot]] <code sh> sdk install springboot # 자동완성지원 . ~/.sdkman/candidates/springboot/current/shell-completion/bash/spring </code> ===== Install with Windows scoop ===== * [[windows:scoop|Scoop]] <code sh> scoop bucket add extras scoop install springboot </code> ''~/scoop/apps/springboot/current/bin/spring'' ===== init ===== * 의존성 등 보여주기<code sh> spring init --list spring help init # 도움말 </code> * 기본 생성 예<code sh> # myproject 라는 디렉토리에 --dependencies 에 따라 의존성 구성해서 프로젝트 생성 spring init -b 2.3.1 -g kr.pe.kwonnam -a springboottest --build gradle \ -l java -j 11 \ --dependencies=web,jdbc,data-jpa,devtools,jooq,lombok,h2 \ --packaging=jar \ -x myproject </code> * Windows 에서는 ''%%--%%dependencies="web,jdbc,..."'' 형태로 특수문자가 들어가는 옵션에는 따옴표가 필요하다.
springframework/springboot/springboot_cli.txt
· 마지막으로 수정됨: 2020/07/13 12:36 저자
kwon37xi
문서 도구
문서 보기
이전 판
역링크
맨 위로