update ruoyi-gateway/src/main/resources/bootstrap.yml.
设置白名单,否则无法登录
This commit is contained in:
parent
7bd762267b
commit
6140d185bc
|
|
@ -1,7 +1,8 @@
|
||||||
# Tomcat
|
# Tomcat
|
||||||
server:
|
server:
|
||||||
port: 8080
|
port: 8080
|
||||||
|
ignore:
|
||||||
|
whites[0]: /auth/login
|
||||||
# Spring
|
# Spring
|
||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue