摘要:
参考 "Generic type parameter naming convention for Java" 按照惯例, 类型变量(泛型)的命名采用单个大写字母。这是为了区分普通变量名和泛型变量名。 常见的泛型命名有: Element (used extensively by the Java Co 阅读全文
摘要:
使用 Spring Boot 连接Redis数据库 参考 "Introduction to Spring Data Redis" 总览 使用 和`Redis Redis`服务已经安装并启动。 本教程采用 which provides the abstractions of the Spring Da 阅读全文
摘要:
收录学习过程中的小疑问 spring jdbc和mysql connector java之间的区别 + The is a driver provided by and you must include it in your Java app, if you want your app to talk 阅读全文