摘要: 配置文件 1、文件类型 1.1、properties 同以前的properties用法 1.2、yaml 1.2.1、简介 YAML 是 "YAML Ain't Markup Language"(YAML 不是一种标记语言)的递归缩写。在开发的这种语言时,YAML 的意思其实是:"Yet Anoth 阅读全文
posted @ 2021-03-09 20:58 天宇轩-王 阅读(92) 评论(1) 推荐(0) 编辑
摘要: springboot自定义starter 创建自己的Starter 一个完整的Spring Boot Starter可能包含以下组件: autoconfigure模块:包含自动配置的代码 starter模块:提供对autoconfigure模块的依赖,以及一些其它的依赖 简而言之,starter应该 阅读全文
posted @ 2021-03-09 16:08 天宇轩-王 阅读(121) 评论(1) 推荐(0) 编辑
摘要: Spring boot 2.0 版本报错 ResourceHttpRequestHandler cannot be cast to HandlerMethod 在写自定义的starter的时候,做了一个拦截器,但是在强转的时候,抛出了异常,具体如图。 代码如下: @Override public b 阅读全文
posted @ 2021-03-09 15:48 天宇轩-王 阅读(2517) 评论(0) 推荐(0) 编辑