1
2
369
0
什么是序列化和反序列化? 序列化 (Serialization)是将对象的状态信息转换为可以存储或传输的形式的过程。在序列化期间,对象将其当前状...
启动类 SpringBootApplocation 有三个注解 1.SpringBootConfiguration 2.EnableAutoCo...