From 92c0f949bc5601a64e91e4f279e07dd9b53f0c63 Mon Sep 17 00:00:00 2001 From: StarBlues Date: Sun, 29 May 2022 12:23:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9B=B4=E6=96=B0=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update.md | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/update.md b/update.md index daa8885..534b664 100644 --- a/update.md +++ b/update.md @@ -1,15 +1,13 @@ -1. 【新增[#I58CDB]([#I58CDB](https://gitee.com/starblues/springboot-plugin-framework-parent/issues/I58CDB))】 -插件可触发`WebServerInitializedEvent`类型的事件 -2. 【新增】插件`dev`模式打包, 新增`localJars`配置(配置本地`jar`依赖文件) -3. 【新增】插件新增`@AutowiredType`注解, 可指定依赖注入类型 -4. 【新增】支持插件`Controller`可不配置地址前缀(配置后会影响插件拦截器和静态资源访问) -5. 【优化】优化静态资源文件加载问题 -6. 【优化】优化插件在某些版本的`idea`中缺失`debug`包, 导致无法`debug` -7. 【优化】优化从主程序依赖加载`Class`资源模块 -8. 【修复】`enablePluginIdRestPathPrefix`不生效问题 -9. 【修复】插件无法注入`ObjectProvider`、`ObjectFactory`类型为主程序的`Bean` -10. 【修复[#I58CDB](https://gitee.com/starblues/springboot-plugin-framework-parent/issues/I58CDB)】 -插件`Controller`使用`Aop`后, 获取不到参数 -11. 【修复[#I58GCI](https://gitee.com/starblues/springboot-plugin-framework-parent/issues/I58GCI)】 -主程序打包参数`libDir`不生效问题 -12. 【修复】修复主程序配置`version`, 插件未配置`requires`导致出现版本校验失败的问题 +1. 【新增[#I58CDB]([#I58CDB](https://gitee.com/starblues/springboot-plugin-framework-parent/issues/I58CDB))】 插件可触发`WebServerInitializedEvent`类型的事件 +2. 【新增】插件`dev`模式打包, 新增`localJars`配置(配置本地`jar`依赖文件) +3. 【新增】插件新增`@AutowiredType`注解, 可指定依赖注入类型 +4. 【新增】支持插件`Controller`可不配置地址前缀(配置后会影响插件拦截器和静态资源访问) +5. 【优化】优化静态资源文件加载问题 +6. 【优化】优化插件在某些版本的`idea`中缺失`debug`包, 导致无法`debug` +7. 【优化】优化从主程序依赖加载`Class`资源模块 +8. 【优化】优化插件中注入异常提示 +9. 【修复】`enablePluginIdRestPathPrefix`不生效问题 +10. 【修复】插件无法注入`ObjectProvider`、`ObjectFactory`类型为主程序的`Bean` +11. 【修复[#I58CDB](https://gitee.com/starblues/springboot-plugin-framework-parent/issues/I58CDB)】 插件`Controller`使用`Aop`后, 获取不到参数 +12. 【修复[#I58GCI](https://gitee.com/starblues/springboot-plugin-framework-parent/issues/I58GCI)】 主程序打包参数`libDir`不生效问题 +13. 【修复】修复主程序配置`version`, 插件未配置`requires`导致出现版本校验失败的问题 -- Gitee