From de988054a193fb2c711981d4a53bf954436ff1d2 Mon Sep 17 00:00:00 2001 From: efren <79289982@qq.com> Date: Mon, 16 Jun 2025 21:07:39 +0800 Subject: [PATCH] =?UTF-8?q?IAM=E6=B5=8B=E8=AF=95=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 1d19592..3191aae 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -109,6 +109,11 @@ spring: socketFactory: class: javax.net.ssl.SSLSocketFactory + # iam测试环境配置 + iam: +# url: http://all-new-gateway.hngh.test.local + url: https://sso.bj.internal.coscoshipping.com/sign/ + mybatis-plus: configuration: # 是否开启自动驼峰命名规则映射:从数据库列名到Java属性驼峰命名的类似映射