springboot+myBatis,一些spring的配置文件放在什么位置,如何配置被扫描到
3 回答
隔江千里
TA贡献1906条经验 获得超10个赞
1、要将$http中的Content-Type设置为application/x-www-form-urlencoded因为目前的浏览器只支持这种类型的跨域 2、需要在Application同级目录下写一个配置类,在里面配置一个返回类型为WebMvcConfigurerAdapter的Bean,用registry.addMapping("/*")设置拦截的范围"/*"代表拦截所有请求。
- 3 回答
- 0 关注
- 1241 浏览
添加回答
举报
0/150
提交
取消