From c82a2bc17c0b7f88624c5ac8283d11be166cb04c Mon Sep 17 00:00:00 2001 From: heibaiying <31504331+heibaiying@users.noreply.github.com> Date: Thu, 22 Aug 2019 14:46:34 +0800 Subject: [PATCH] Update README.md --- spring/spring-jdbc-annotation/README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/spring/spring-jdbc-annotation/README.md b/spring/spring-jdbc-annotation/README.md index 91b1186..adcd162 100644 --- a/spring/spring-jdbc-annotation/README.md +++ b/spring/spring-jdbc-annotation/README.md @@ -3,18 +3,18 @@ ## 一、项目说明 -#### 1.1 项目结构 +### 1.1 项目结构 1. 数据源配置位于 config 目录下的 DatabaseConfig 和 DataSourceConfig; 2. 项目以单元测试的方法进行测试。 @@ -22,7 +22,7 @@