0


初次 使用 magic-api 出现的问题

根据官网配置即可: 快速开始 | magic-api

问题一:Expected lookupPath in request attribute "org.springframework.web.util.UrlPathHelper.PATH".

当时创建 springboot 选择的版本是 2.6.4 启动就报这错了,让后 将spring boot版本改为 2.4.5 就可以正常 访问了

问题二:使用magic-api 查询语句中包含 汉字查不到

在 yaml 中 连接数据url中设置编码格式

url: jdbc:mysql://localhost/magic?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8

问题三:如图所示

问题四:magic-api 设置登录密码

magic-api:
security-config:
username: admin
password: 123456

是 security-config: 不是

注意:

只有** post,put,delete,patch** 请求才可以获取到 body 中的数据

get 和 head 是 获取不到的 body 里面的内容


本文转载自: https://blog.csdn.net/m0_46115011/article/details/123435230
版权归原作者 目戈元 所有, 如有侵权,请联系我们删除。

“初次 使用 magic-api 出现的问题”的评论:

还没有评论