12 2020 档案
摘要:源代码为 package com.duowenjia.springboottest2.config; import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet
阅读全文
摘要:1.@Data 使用@Data注释类,在编译时期为我们自动生成成员变量的get和set方法,equals方法,canEqual方法,hashCode方法,toString方法 2.@AllArgsConstructor @AllArgsConstructor注解将为我们在编译期自动生成全参构造函数。
阅读全文