- 博客(13)
- 收藏
- 关注
原创 解决springboot+vue前后端分离跨越问题
1、后端解决跨越问题方式一在controller中的方法上添加@CrossOrigin注解import org.springframework.stereotype.Controller;import org.springframework.web.bind.annotation.CrossOrigin;import org.springframework.web.bind.annotation.PathVariable;import org.springframework.web.bind.a
2022-05-29 18:16:28
614
原创 springboot使用Swagger3.0.0版本错误:Failed to start bean ‘documentationPluginsBootstrapper‘
引用maven依赖 <!-- https://mvnrepository.com/artifact/io.springfox/springfox-swagger2 --> <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId>
2022-03-07 18:27:57
676
原创 Shiro配置错误之 “Error creating bean with name ‘filterShiroFilterRegistrationBean‘ defined in class path“
Shiro配置错误之 “Error creating bean with name ‘filterShiroFilterRegistrationBean‘ defined in class path“
2022-03-06 16:00:30
7427
4
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人