diff --git a/spring-boot-starter/README.md b/spring-boot-starter/README.md index 352bee079..a4fc5cbf7 100644 --- a/spring-boot-starter/README.md +++ b/spring-boot-starter/README.md @@ -1,3 +1,7 @@ # spring-boot-starter 模块 为部分模块/组件 提供Springboot-starter支持。 + +springboot-starter模块下的内容理应会生成spring相关的metadata以实现配置文件的快速提示。 + +如果你在`IDEA`中依然无法看到相关的配置文件内容提示,可以尝试安装插件`spring assistant`。