SpringBoot文档
文章平均质量分 66
雨后浅浅唱
这个人很懒,没有编辑个人简介
展开
-
10.8. Redis Serializers
10.8. SerializersFrom the framework perspective, the data stored in Redis is onlybytes. While Redis itself supports various types, for the most part,these refer to the way the data is stored rather than what itrepresents. It is up to the user to decid原创 2021-07-14 10:53:26 · 1510 阅读 · 0 评论 -
11.1.4. 支持连接池
11.1.4. Supported Connection PoolsSpring Boot uses the following algorithm for choosing a specific implementation:We prefer HikariCP for its performance and concurrency. If HikariCP is available, we always choose it.Otherwise, if the Tomcat pooling原创 2021-07-13 10:35:54 · 147 阅读 · 0 评论 -
SpringBoot使用内存数据库不用配置数据库信息!!??
如题,搜索引擎查了许久都没查出来是为什么不用配置~后面在看SpringBoot文档的时候无意间发现的Spring Boot can auto-configure embedded H2, HSQL, and Derby databases.You need not provide any connection URLs.You need only include a build dependency to the embedded database that you want to use.If原创 2021-07-13 10:19:50 · 278 阅读 · 0 评论