摘要:
The spring-boot-devtools module provides additional development-time features such as automatic restarts, for a smoother application development exper 阅读全文
摘要:
Kafka在生产者中序列化为二进制对象推送给Broker,下面是一个自定义序列化的示例,序列化一个User对象; 首先,引入jackson-mapper-asl 然后定义需要被序列化的实体类: package cn.org.fubin; public class User { private Str 阅读全文