kubernetes-handbook/usecases/microservices-for-java-deve...

18 lines
895 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 使用Java构建微服务并发布到Kubernetes平台
Java作为多年的编程语言届的No.1使用人数最多最流行使用它来构建微服务的人也不计其数Java的微服务框架Spring中的Spring Boot和Spring Cloud已成为当前最流行的微服务框架。
下面是Sping技术栈所包含的技术框架图。
![Spring技术栈](../images/spring-stack.png)
当然如果在Kubernetes中运行Java语言构建的微服务应用我们不会使用上图中所有的技术本节将主要讲解如何使用Spring Boot构建微服务应用。
下图是Spring Boot的一些知识点。
![Spring Boot的知识点](../images/spring-boot-note-spots.png)
Spring Boot是Spring框架的一部分关于Spring的核心技术请参考[Spring core technologies - spring.io](https://docs.spring.io/spring/docs/current/spring-framework-reference/core.html)。