简体   繁体   English

“Spring-Boot”标题中的“boot”是什么意思

[英]What is the meaning of "boot" in "Spring-Boot" title

I know and understand, And have read a lot about我知道并理解,并且阅读了很多关于

Spring-Boot Spring-Boot

, and how it's improving the use of Spring framework. ,以及它如何改进 Spring 框架的使用。

But I'm still not sure what's the actual meaning of但我仍然不确定的实际含义是什么

"Boot" “开机”

in the context of this title.在这个标题的上下文中。

It's mean that it's kick off Spring to more high place, or it gives you boots to walk with Spring?意思是把Spring踢到更高的地方,还是给你Spring的靴子走路? Or something else.或者是其他东西。

Didn't found any explanation about that.没有找到任何解释。

I will be glad for an answer.我很乐意回答。

(the source of the name (名字来源

"Spring" “春天”

is also interesting )也很有趣)

Spring is a Framework of Java. Spring-Boot combined means Bootstrapping a Spring Application. Spring 是 Java 的框架。 Spring-Boot 组合意味着引导 Spring 应用程序。

It simply means You have to configure your application to the bare minimum to get your Application up and Running.它只是意味着您必须将应用程序配置到最低限度才能启动并运行您的应用程序。

Spring boot takes an 'Opinionated' view of what a basic Application should have. Spring 引导对基本应用程序应具有的内容采取“自以为是”的观点。

Spring boot bootstraps your Application in such a way that it contains almost everything needed to run a full application. Spring boot 引导您的应用程序,它几乎包含运行完整应用程序所需的一切。

Basically, Spring-Boot is a way to make a Spring Application up and running without a lot of configuration and boiler-plate code.基本上,Spring-Boot 是一种无需大量配置和样板代码即可启动和运行 Spring 应用程序的方法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM