摘要: 结合Linux和JDK命令一块分析: 测试代码:运行这段死循环代码 public class Test{ public static void main(String[] args){ while(true){ System.out.println("hello"); } } } 案例步骤 1、先用 阅读全文
posted @ 2021-05-16 20:20 Java小白的搬砖路 阅读(610) 评论(0) 推荐(0) 编辑
摘要: SpringBoot 关于application.yml中Mybatis映射器位置说明 mybatis: mapperLocations: classpath:mapper/**/*.xml type-aliases-package: com.zhixi.pojo # 所有Entity别名类所在包 阅读全文
posted @ 2021-05-16 15:20 Java小白的搬砖路 阅读(245) 评论(1) 推荐(0) 编辑