Microservices 微服务
Quickly deliver production‑grade features with independently evolvable microservices.
通过可独立演进的微服务快速交付生产级功能。
Quickly deliver production‑grade features with independently evolvable microservices.
通过可独立演进的微服务快速交付生产级功能。
Spring's asynchronous, nonblocking architecture means you can get more from your computing resources.
Spring 的异步、非阻塞架构意味着您可以从计算资源中获得更多收益。
Your code, any cloud—we’ve got you covered. Connect and scale your services, whatever your platform.
您的代码、任何云 - 我们都能满足您的需求。连接和扩展您的服务,无论您的平台是什么。
Frameworks for fast, secure, and responsive web applications connected to any data store.
用于连接到任何数据存储的快速、安全且响应迅速的 Web 应用程序的框架。
The ultimate flexibility. Scale up on demand and scale to zero when there’s no demand.
极致的灵活性。按需扩展,无需求时缩减至零。
Integrate with your enterprise. React to business events. Act on your streaming data in realtime.
与您的企业集成。对业务事件做出反应。实时处理您的流数据。
Automated tasks. Offline processing of data at a time to suit you.
自动化任务。一次离线处理数据以满足您的需求。
@SpringBootApplication
@RestController
public class DemoApplication {
@GetMapping("/helloworld")
public String hello() {return"Hello World!";}}
With Spring Boot in your app, just a few lines of code is all you need to start building services like a boss.
New to Spring? Try our simple quickstart guide.