Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 396 Bytes

File metadata and controls

17 lines (11 loc) · 396 Bytes

Spring CLI

Télécharger Spring Boot CLI : http://repo.spring.io/release/org/springframework/boot/spring-boot-cli/.

Spring Boot CLI donne accès à la commande spring

spring --version

Spring Boot CLI permet également d'exécuter un script Groovy

spring run Exemple.groovy

Plusieurs options sont disponibles : run, test, grab, jar, war, install, uninstall, init, shell.