From ec24e5623f9aa6127811031203ff8f70e8cd9dd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=BA=9A=E6=A5=A0?= <1206054578@qq.com> Date: Wed, 15 Jan 2020 11:39:05 +0800 Subject: [PATCH] update README.md. --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index c24c4f7..5031614 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,3 @@ ---- -title: 基于Springboot实现动态数据源 -id: 1939 -category: 后端 -tags: springboot -toc: true ---- - ### 实现原理 >Spring内置了一个AbstractRoutingDataSource类,它可以把多个数据源配置成一个Map,然后根据不同的key返回不同的数据源(通过实现抽象方法determineCurrentLookupKey)。