南瓜慢说官网 敢一行,则予知。脚踏实地,知行合一。

GraalVM和Spring Native尝鲜,一步步让Springboot启动飞起来,66ms完成启动

简介GraalVM是高性能的JDK,支持Java/Python/JavaScript等语言。它可以让Java变成二进制文件来执行,让程序在任何地方运行更快。这或许是Java与Go的一场战争?下载安装GraalVM安装GraalVM首先到官网下载,我是直接到GitHub Release Page下载的

LarryDpk LarryDpk 发布于 2022-10-30

Spring Cloud服务发现组件Eureka

简介Netflix Eureka是微服务系统中最常用的服务发现组件之一,非常简单易用。当客户端注册到Eureka后,客户端可以知道彼此的hostname和端口等,这样就可以建立连接,不需要配置。Eureka 服务端添加Maven依赖:<dependency> <groupId&g

LarryDpk LarryDpk 发布于 2022-01-11

Spring Cloud Service Discovery with Netflix Eureka

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

LarryDpk LarryDpk 发布于 2022-01-11

Spring Boot Actuator show the git and build info

IntroductionThe git and build information can help us for troubleshooting and version control. With Spring Boot Actuator, we can fetch the info just b

LarryDpk LarryDpk 发布于 2021-11-12

Integrate Spring Cloud Stream Binder with Kafka

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

LarryDpk LarryDpk 发布于 2021-06-20