摘要:
问题描述: spring boot + spring data MongoDB 项目中使用@CompoundIndex注解来生成MongoDB索引,但是项目启动后未生效 解决方案: 在配置文件中增加:spring.data.mongodb.auto-index-creation: true 注意:该 阅读全文
摘要:
OkHttp 高效网络框架 is a http client from Square 0、公司 : Square 1、http/2 supports allows all request to the same host to share a socket. 2、connection pooling 阅读全文