摘要:
xxx 阅读全文
摘要:
https://blog.csdn.net/weixin_43113679/article/details/120662929 阅读全文
摘要:
**问题:**在一个springboot程序里打印日志,结果报错 原因: 使用默认的slf4j打印日志,需要配合slf4j-nop.jar slf4j-simple.jar,slf4j-log4j12.jar,slf4j-jdk14.jar或logback-classic.jar中的其中一个jar包 阅读全文
摘要:
xxx 阅读全文
摘要:
xxx 阅读全文
摘要:
xxx 阅读全文
摘要:
zxx 阅读全文
摘要:
xxx 阅读全文
摘要:
1、文件类型 1.1、properties 同以前的properties用法 1.2、yaml 详见:https://www.cnblogs.com/nxf-rabbit75/articles/14065603.html 示例: 点击查看代码 @Data public class Person { 阅读全文
摘要:
一、Lombok 简化JavaBean开发 第一步:引入依赖 点击查看代码 <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> </dependency> 第二步:idea中搜索安装lom 阅读全文