From 8a39b28eb9731cfa9d1d3556f88a636bd22cd556 Mon Sep 17 00:00:00 2001 From: Lius <Lius2225@163.com> Date: 星期三, 13 十一月 2024 14:02:22 +0800 Subject: [PATCH] license --- lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml b/lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml index ccfdfe0..4dca823 100644 --- a/lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml +++ b/lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml @@ -126,10 +126,16 @@ connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000 datasource: master: - url: jdbc:sqlserver://192.168.124.118:1433;databasename=LXZN_TEST_COMMON + url: jdbc:sqlserver://localhost:1433;databasename=LXZN_MDC_YITUO +# url: jdbc:sqlserver://192.168.124.118:1433;databasename=LXZN_TEST_YITUO username: sa password: 123 driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver +# mesSoAdb: +# url: jdbc:sqlserver://192.168.124.118:1433;databasename=SOADB +# username: sa +# password: 123 +# driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver #redis 閰嶇疆 redis: database: 0 @@ -290,4 +296,11 @@ url: http://localhost:8081/services/EquipmentService?wsdl namespace: http://service.server.webservice.example.com statusMethod: equipmentStatus - rateMethod: equipmentRate \ No newline at end of file + rateMethod: equipmentRate +license: + subject: license_lyyt + publicAlias: publicCert + storePass: lxzn1688 + licensePath: F:/license/license.lic + publicKeysStorePath: F:/license/publicCerts.keystore + uploadPath: F:/LicenseDemo/ \ No newline at end of file -- Gitblit v1.9.3