Compare commits
No commits in common. "31a26362c6d945795afdfad8706445e67838c9c12f347782f568a89d351417a8" and "314b0a133817c6bf88122846792a40b992e25a54654767b16af87bce2e4553c0" have entirely different histories.
31a26362c6
...
314b0a1338
@ -35,6 +35,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-gateway</artifactId>
|
||||
<version>4.1.5</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
||||
@ -26,7 +26,7 @@ public class SaTokenConfigure {
|
||||
// 开放地址
|
||||
.addExclude("/user/**")
|
||||
.addExclude("/payment/**")
|
||||
.addExclude("/operations/ebikeBikeInfo/api/**")
|
||||
.addExclude("/**/api/**")
|
||||
// 鉴权方法:每次访问进入
|
||||
.setAuth(obj -> {
|
||||
if (isCheck) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user