Commit 5d9d1a2fc7043fcc5d2e571dd829e4ad045fc183

Authored by 李献忠
2 parents 73dba8ec 0d86930a
gateway.yml
... ... @@ -42,7 +42,7 @@ cas:
42 42 encoding: UTF-8
43 43 casServerUrlPrefix: https://cas.gaoxiaobang.com/
44 44 casServerLoginUrl: https://cas.gaoxiaobang.com/login
45   - ignorePattern: (^(/mvc/goto/)|(\\.ico)|(/js)|(/image)|(/css)|(/fonts)|(/api)|(/downloadfile))|(.jsp$)
  45 + ignorePattern: (^(/mvc/goto/)|(\.ico)|(/js)|(/image)|(/css)|(/fonts)|(/api)|(/downloadfile))|(.jsp$)
46 46 ---
47 47  
48 48 spring:
... ... @@ -82,4 +82,4 @@ cas:
82 82 encoding: UTF-8
83 83 casServerUrlPrefix: https://cas.gaoxiaobang.com/
84 84 casServerLoginUrl: https://cas.gaoxiaobang.com/login
85   - ignorePattern: (^(/mvc/goto/)|(\\.ico)|(/js)|(/image)|(/css)|(/fonts)|(/api)|(/downloadfile))|(.jsp$)
86 85 \ No newline at end of file
  86 + ignorePattern: (^(/mvc/goto/)|(\.ico)|(/js)|(/image)|(/css)|(/fonts)|(/api)|(/downloadfile))|(.jsp$)
87 87 \ No newline at end of file
... ...
user-service.yml
1 1 server:
2   - port: 16100
  2 + port: 16200
3 3  
4 4 spring:
5 5 profiles: development
... ...