简介GraalVM是高性能的JDK,支持Java/Python/JavaScript等语言。它可以让Java变成二进制文件来执行,让程序在任何地方运行更快。这或许是Java与Go的一场战争?下载安装GraalVM安装GraalVM首先到官网下载,我是直接到GitHub Release Page下载的
简介Netflix Eureka是微服务系统中最常用的服务发现组件之一,非常简单易用。当客户端注册到Eureka后,客户端可以知道彼此的hostname和端口等,这样就可以建立连接,不需要配置。Eureka 服务端添加Maven依赖:<dependency> <groupId&g
IntroductionNetflix Eureka is one of the most popular Serice Discovery Framework for micro service system. It's very easy to use based on Spring Cloud
IntroductionThe git and build information can help us for troubleshooting and version control. With Spring Boot Actuator, we can fetch the info just b
1 IntroIt's very easy to integrate the Spring Cloud Stream with Kafka, let's Go!2 Install KafkaWe installed the standalone Kafka, please download the