From 5c018e06ddae2118516cb09b50eb2a7e1ed63d8a Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期四, 05 十月 2023 13:22:09 +0800 Subject: [PATCH] 修改系统配置类 --- src/main/resources/application.properties | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 4671503..9f34537 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -9,10 +9,15 @@ # 数据源配置 spring.datasource.type=com.alibaba.druid.pool.DruidDataSource spring.datasource.driverClassName=com.mysql.jdbc.Driver -spring.datasource.url: jdbc:mysql://127.0.0.1:3306/yssh?useUnicode=true&rewriteBatchedStatements=true&characterEncoding=utf-8&useSSL=true&serverTimezone=GMT%2B8 +spring.datasource.url=jdbc:mysql://127.0.0.1:3306/yssh?useUnicode=true&rewriteBatchedStatements=true&characterEncoding=utf-8&useSSL=true&serverTimezone=GMT%2B8 spring.datasource.username=root 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.url=https://qylweb.bda.gov.cn qylweb.user=shikong001 qylweb.pwd=123!@#qwe -- Gitblit v1.9.3