From 798fbdc154bb9254a7dd0ba36f4afe941910eb59 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期六, 07 十月 2023 09:22:07 +0800 Subject: [PATCH] 解决https访问失败 --- src/main/resources/application.properties | 20 +++++++++++++++++++- 1 files changed, 19 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 8b09fd3..04d418f 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -4,4 +4,22 @@ #address.code.url=http://172.26.64.84/service/AddrCode/cmd address.code.url=http://192.162.29.2:8081/proxy/address/service/AddrCode/cmd excel.export.dir=D:\\excel\\ -#excel.export.dir=/Users/mahui/excel \ No newline at end of file +#excel.export.dir=/Users/mahui/excel + +# 数据源配置 +spring.datasource.type=com.alibaba.druid.pool.DruidDataSource +spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver +spring.datasource.username=root +#spring.datasource.url=jdbc:mysql://127.0.0.1:3366/smart_earth?allowMultiQueries=true&useUnicode=true&rewriteBatchedStatements=true&characterEncoding=utf-8&useSSL=true&serverTimezone=GMT%2B8 +#spring.datasource.password=Admin@123 +spring.datasource.url=jdbc:mysql://127.0.0.1:3306/smart_earth?allowMultiQueries=true&useUnicode=true&rewriteBatchedStatements=true&characterEncoding=utf-8&useSSL=true&serverTimezone=GMT%2B8 +spring.datasource.password=mysql + +# mybatis +mybatis-plus.type-aliases-package=com.smartearth.poiexcel.entity +mybatis-plus.config-location=classpath:mybatis.xml +mybatis-plus.mapper-locations=classpath:mapper/**/*.xml + +qylweb.host=https://qylweb.bda.gov.cn +qylweb.user=shikong001 +qylweb.pwd=123!@#qwe -- Gitblit v1.9.3