springboot 的项目用postman做测试的时候,接口返回401
整个项目都是从别人那里拿来的,别人那里跑的时候都没问题,但是到我这边做接口测试的时候就报401了,项目没有做权限验证之类的。maven也添加了这个
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>没有security的依赖包。
maven的依赖包没获取成功吧?或者把别人的依赖包拷贝到自己本地。 终端配置有问题
页:
[1]