摘要: HikariCP 依赖:https://central.sonatype.com/artifact/com.zaxxer/HikariCP <dependency> <groupId>com.mysql</groupId> <artifactId>mysql-connector-j</artifac 阅读全文
posted @ 2019-03-01 14:44 江湖小小白 阅读(1205) 评论(0) 推荐(0)
摘要: Spring MVC 执行流程:https://www.cnblogs.com/jhxxb/p/10437384.html @RequestMapping @Target({ElementType.TYPE, ElementType.METHOD}) // 能够用到类上和方法上 @Retention 阅读全文
posted @ 2019-03-01 13:54 江湖小小白 阅读(391) 评论(0) 推荐(0)