SpringBoot CLI安裝與使用
SpringBoot CLI可以快速開發spring應用程式
- 下載
https://repo.spring.io/release/org/springframework/boot/spring-boot-cli/2.3.4.RELEASE/spring-boot-cli-2.3.4.RELEASE-bin.zip - 安裝
解壓,新增系統環境變數
和新增java系統環境變數一樣 - 建立hello.groovy
@RestController
class ThisWillActuallyRun{
@RequestMapping("/")
String home() {
“hello world”;
}
} - 命令列啟動
spring run hello.groovy
- 執行成功後檢視
相關文章
- SpringBoot Cli 安裝執行測試Spring Boot
- Angular CLI 安裝和使用Angular
- Angular CLI的安裝及使用Angular
- vue-cli腳手架新版和舊版的安裝與使用Vue
- vue-cli安裝Vue
- vue-cli @4安裝Vue
- Mac 安裝 AWS-CLIMac
- 靜默安裝Azure CLI
- 安裝 Google Cloud CLI(gcloud)GoCloudGC
- DigitalOcean CLI (doctl) 安裝Git
- nacos安裝與使用
- Nginx安裝與使用Nginx
- Redis 安裝與使用Redis
- MONGDB 安裝與使用
- curl 安裝與使用
- Presto安裝與使用REST
- DRF安裝與使用
- MITMF安裝與使用MIT
- PostgresSQL安裝與使用SQL
- PDNN安裝與使用DNN
- RAR安裝與使用
- Sourcetree安裝與使用
- statspack安裝與使用
- Samba安裝與使用Samba
- Docker安裝與使用Docker
- Linux CentOS安裝Azure Cli工具LinuxCentOS
- Go 安裝與使用 mqttGoMQQT
- kafka的安裝與使用Kafka
- Zabbix Agent 安裝與使用
- YALMIP安裝與使用整理
- golint 安裝與使用Go
- nvm的安裝與使用
- Kylin安裝與使用
- cocoapods安裝與使用
- protocol buffer 安裝與使用Protocol
- MySQLdb的安裝與使用MySql
- CocoaPods 安裝與使用
- OCLint 安裝與使用