Browse Source

优化:去掉自定义校验类,使用公共组件dmp-auth-starter中的类

lijie 3 years ago
parent
commit
9f486219e3
1 changed files with 8 additions and 2 deletions
  1. 8 2
      docker/k8sfiles/adm-middleware-standard.yml

+ 8 - 2
docker/k8sfiles/adm-middleware-standard.yml

@@ -60,5 +60,11 @@ spec:
               value: "http://${eureka.instance.ip-address}:${eureka.instance.non-secure-port}/${spring.application.name}/health"
             - name: eureka.instance.non-secure-port
               value: "8080"
-            - name: mybatis-plus.configuration.log-impl
-              value: "org.apache.ibatis.logging.nologging.NoLoggingImpl"
+            - name: persagy.common.auth.channel
+              value: "1"
+            - name: persagy.common.auth.context.source
+              value: false
+            - name: saas.ems.web.service
+              value: "http://revit-algorithm:8080"
+            - name: persagy.common.sql.limit
+              value: "100000"