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