From bf1a0dfd000ffc71d2ab27057d217905d6b51b6f Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期四, 10 四月 2025 17:44:38 +0800 Subject: [PATCH] art: https 配置 --- lxzn-module-system/lxzn-system-start/src/main/resources/application-dev.yml | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 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 eab0127..325b77f 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 @@ -7,12 +7,17 @@ include-stacktrace: ALWAYS include-message: ALWAYS servlet: - context-path: + context-path: /jeecg-boot compression: enabled: true min-response-size: 1024 mime-types: application/javascript,application/json,application/xml,text/html,text/xml,text/plain,text/css,image/* - + ssl: + enabled: true + key-store: D:\\keystore\lxzn.jks + key-store-password: LXZN123456 + key-password: LXZN123456 + key-alias: lxzn management: endpoints: web: @@ -126,7 +131,7 @@ connectProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000 datasource: master: - url: jdbc:sqlserver://192.168.1.118:1433;databasename=LXZN_TEST_HANGYU + url: jdbc:sqlserver://192.168.1.118:1433;databasename=LXZN_TEST_WK username: sa password: 123 driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver @@ -135,7 +140,7 @@ database: 0 host: 127.0.0.1 port: 6379 - password: 123456 + password: '' flowable: enable: true #鍏抽棴瀹氭椂浠诲姟JOB -- Gitblit v1.9.3