Skip to content

Commit

Permalink
拦截器处理校验用户权限优化
Browse files Browse the repository at this point in the history
  • Loading branch information
heyh committed Dec 25, 2019
1 parent b51dfe6 commit da4613e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 78 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 环境总配置
# \u73AF\u5883\u603B\u914D\u7F6E
spring.servlet.multipart.location=/tmp/roncoo-education/

# elasticsearch
Expand All @@ -20,3 +20,9 @@ spring.zipkin.enabled=false
eureka.client.registry-fetch-interval-seconds=30
eureka.instance.lease-renewal-interval-in-seconds=15
eureka.instance.lease-expiration-duration-in-seconds=45

# \u7981\u7528\u6CE8\u518C\u4E2D\u5FC3
ribbon.eureka.enabled=false
roncoo-education-course-service.ribbon.listOfServers=http://localhost:5710
roncoo-education-user-service.ribbon.listOfServers=http://localhost:5720
roncoo-education-system-service.ribbon.listOfServers=http://localhost:5730

0 comments on commit da4613e

Please sign in to comment.