diff --git a/system/system-application/src/main/resources/application-test.yaml b/system/system-application/src/main/resources/application-test.yaml index c7ab7fb7c..58f89a7cc 100644 --- a/system/system-application/src/main/resources/application-test.yaml +++ b/system/system-application/src/main/resources/application-test.yaml @@ -6,13 +6,13 @@ spring: url: http://127.0.0.1:18097 -management: - endpoints: - web: - exposure: - include: "*" - server: - port: 19083 # 配置独立端口。而该端口,不使用 nginx 对外暴露,从而不配置安全认证。也就是说,内网环境可访问,外网环境不可访问。当然,这么做的前提是,认为内网安全。 +#management: +# endpoints: +# web: +# exposure: +# include: "*" +# server: +# port: 19083 # 配置独立端口。而该端口,不使用 nginx 对外暴露,从而不配置安全认证。也就是说,内网环境可访问,外网环境不可访问。当然,这么做的前提是,认为内网安全。 swagger: enable: true # 暂时不去掉