04 2022 档案
SpringBoot开发技巧
摘要:1.lombok 2.yaml 在依赖里面开启代码提示功能 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId></d 阅读全文
posted @ 2022-04-12 23:13 需要多勇敢 阅读(36) 评论(0) 推荐(0)
在idea中创建SpringBoot项目使用yaml HashMap<String,String> key的值是中文会报错
摘要:报错内容: Reason: org.springframework.core.convert.ConverterNotFoundException: No converter found capable of converting from type [java.lang.String] to ty 阅读全文
posted @ 2022-04-12 22:22 需要多勇敢 阅读(552) 评论(0) 推荐(0)