简单配置Spring Boot默认的日志系统是logback,当然我们并不需要去引用logback的依赖,因为在spring-boot-starter中已...
BusinessStatus类/** * 全局业务状态码 * <p> * Description: * </p> * ...
TeacherQuery条件字段封装/** * <p> * Description: * </p> * * @autho...
默认情况下json时间格式带有时区,并且是世界标准时间,和我们的时间差了八个小时在application.properties中设置返回json的全局时间...
错误日志描述Description: Field eduTeacherMapper in com.greatdata.provider.service.E...
启动nacos消费者,报错Error starting ApplicationContext. To display the conditions rep...
@Data使用这个注解,就不用再去手写Getter,Setter,equals,canEqual,hasCode,toString等方法了,注解后在编译时...