- 博客(4)
- 收藏
- 关注
原创 (面试学习)mybatis底层 -> 源码分析
mybatis底层 -> 源码分析所需技术(个人观点):1、xml解析2、连接池3、动态代理4、数据库元数据5、反射第一步:// 读取mybatis-config配置文件 InputStream in = new FileInputStream(new File("src/main/resources/mybatis-config.xml"));1.0、xml解析mybatis-config.xml配置文件获取dataSource和mappers标签相关配置信息,实体接收...
2021-09-02 17:14:25 141
原创 自定义springboot启动样式(娱乐)
自定义springboot启动样式如图可知,springboot自定义了一个名唤banner.txt的文件我们只需重写该文件:```${AnsiColor.BRIGHT_BLUE}R R R R R R R R RRRRRRRRRRRR RR R RRRRRRRRRRRRRRRRRRRRRRRRRR R R RR R R
2021-08-25 16:15:58 254
原创 解决Swagger-ui页面打开显示循环错误
解决Swagger-ui页面打开显示循环错误:Unable to infer base url. This is common when using dynamic servlet registration or when the API is behind an API Gateway. The base url is the root of where all the swagger resources are served. For e.g. if the api is available at h
2021-08-25 15:25:18 355
翻译 后台操作系统中redis的详细信息展示
后台操作系统中redis的详细信息展示1.实体类:public class RedisInfo {private static Map<String, String> map = new HashMap<>();static { map.put("redis_version", "Redis 服务器版本"); map.put("redis_git_sha1", "Git SHA1"); map.put("redis_git_dirty", "Git dirty fla
2021-08-20 10:32:45 203
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人