摘要: Spring Boot Thymeleaf的整合 Thymeleaf 的基本使用 Spring Boot的起步依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thy 阅读全文
posted @ 2021-07-16 22:52 zhiy 阅读(121) 评论(0) 推荐(0)
摘要: Spring Boot 与数据访问 mybatis jdbc Spring Data JPA mybatis 纯注解开发 在dao接口上添加@Mapper注解 spring boot 生成代理对象 或者 在main方法添加MapperScan("dao所在包名") 一次直接扫描所有的dao层 在方法 阅读全文
posted @ 2021-07-16 22:15 zhiy 阅读(171) 评论(0) 推荐(0)
摘要: Docker 的基本使用 Docker的安装 阿里云镜像 linux中的安装: 安装 yum install docker 启动 systemctl start docker 停止 systemctl stop docker Docker 的框架的使用 docker search mysql 在do 阅读全文
posted @ 2021-07-16 18:46 zhiy 阅读(57) 评论(0) 推荐(0)