From 328eba66ddc6fdf2f324b9cd04cd6acec9f642de Mon Sep 17 00:00:00 2001 From: jiazx0107@163.com <jiazx0107@163.com> Date: 星期六, 18 十一月 2023 13:48:49 +0800 Subject: [PATCH] 增加HTTP地磅协议实现 --- src/main/resources/application.yml | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 89ffd19..5f05f63 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,7 +1,7 @@ ########################## Server ########################## spring: profiles: - active: devGateway + active: proGateway application: name: igds-api main: @@ -35,3 +35,9 @@ companyId: 5326 file-path: C:/app/igds-api img-path: D:/IGDS/FILE/ +license: + subject: ld_license + publicAlias: publicCert + storePass: PUBLICFZZYXXJSGFYXGS888888 + licensePath: D:/IGDS/license/license.lic + publicKeysStorePath: D:/IGDS/license/publicCerts.keystore -- Gitblit v1.9.3