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