From c224190279db6a2adfdbabef5376988b700eb568 Mon Sep 17 00:00:00 2001 From: StarBlues Date: Mon, 11 Nov 2019 10:26:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 889cbfe..2c22002 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ 15. 支持Swagger。(仅支持首次启动初始化的插件) ### 扩展包功能 -1. SpringBoot-Mybatis扩展包 静态资源访问扩展包 +1. SpringBoot-Mybatis扩展包 - 支持在插件中自定义Mapper接口、Mapper xml 以及对应的实体bean。 @@ -29,13 +29,13 @@ - 支持集成Mybatis-Plus。 -详见: [https://gitee.com/starblues/springboot-plugin-framework-parent/wikis/pages?sort_id=1693493&doc_id=343010](插件 SpringBoot Mybatis 扩展) +详见 [插件SpringBoot Mybatis扩展](https://gitee.com/starblues/springboot-plugin-framework-parent/wikis/pages?sort_id=1693493&doc_id=343010) -2. 静态资源访问扩展包(详见 `springboot-plugin-framework-extension-resources`) +2. 静态资源访问扩展包 支持通过http访问插件中静态资源。 -详见: [https://gitee.com/starblues/springboot-plugin-framework-parent/wikis/pages?sort_id=1719990&doc_id=343010](插件静态资源访问扩展) +详见 [插件静态资源访问扩展](https://gitee.com/starblues/springboot-plugin-framework-parent/wikis/pages?sort_id=1719990&doc_id=343010) ### 运行环境 1. jdk1.8+ -- Gitee