2015-07-18 20:44:42 -07:00
|
|
|
# Spring Boot oh-my-zsh plugin
|
|
|
|
|
2024-08-09 00:44:46 -07:00
|
|
|
Adds autocomplete options for all [Spring Boot](https://spring.io/projects/spring-boot) commands.
|
2015-07-18 20:44:42 -07:00
|
|
|
|
2024-08-09 00:44:46 -07:00
|
|
|
To use it, add `spring` to the plugins array in your zshrc file:
|
2015-07-18 20:44:42 -07:00
|
|
|
|
2024-08-09 00:44:46 -07:00
|
|
|
```zsh
|
|
|
|
plugins=(... spring)
|
|
|
|
```
|
2018-08-07 11:42:02 -07:00
|
|
|
|
|
|
|
## Tips
|
2015-07-18 20:44:42 -07:00
|
|
|
|
|
|
|
* Install Spring Cloud plugin: spring install org.springframework.cloud:spring-cloud-cli:1.0.2.RELEASE
|
|
|
|
|
|
|
|
## Reference
|
|
|
|
|
2018-08-07 11:42:02 -07:00
|
|
|
* Spring Boot: https://spring.io/projects/spring-boot
|
|
|
|
* Spring Boot CLI: https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#cli
|
2015-07-18 20:44:42 -07:00
|
|
|
|
|
|
|
Maintainer : linux_china ([@linux_china](https://twitter.com/linux_china))
|
|
|
|
|