发布网友 发布时间:2022-04-22 23:29
共2个回答
热心网友 时间:2022-04-23 00:58
spring boot cli热心网友 时间:2022-04-23 02:16
spring boot脚手架,可以算是sprin boot的小工具。下面是spring boot官网大的介绍。
Spring Boot makes it easy to create stand-alone, proction-grade Spring based Applications that you can "just run". We take an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss. Most Spring Boot applications need very little Spring configuration.
Spring Boot ships with a command line tool 【spring boot cli】that can be used if you want to quickly prototype with Spring. It allows you to run Groovy scripts, which means that you have a familiar Java-like syntax, without so much boilerplate code.