]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/spring/README.md
816181326a306ee9218a08ff095164acf72a8e61
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / spring / README.md
1 # Spring Boot oh-my-zsh plugin
2 oh-my-zsh Spring Boot plugin
3
4 ## Spring Boot autocomplete plugin
5
6 - Adds autocomplete options for all spring boot commands.
7
8 ## Manual Install
9
10      $ cd ~/.oh-my-zsh/plugins
11      $ git clone git@github.com:linux-china/oh-my-zsh-spring-boot-plugin.git spring
12
13 Adjust your .zshrc file and add spring to plugins=(...)
14
15 ## Tips
16
17 * Install Spring Cloud plugin: spring install org.springframework.cloud:spring-cloud-cli:1.0.2.RELEASE
18
19 ## Reference
20
21 * Spring Boot: https://spring.io/projects/spring-boot
22 * Spring Boot CLI: https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#cli
23
24 Maintainer : linux_china ([@linux_china](https://twitter.com/linux_china))
25