From 840d78d6ff875d36e6a602772ea9b49b0732ae63 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Mon, 19 Apr 2021 16:57:08 +0800 Subject: [PATCH] modify --- zq-erp/src/main/resources/config/application.yml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/zq-erp/src/main/resources/config/application.yml b/zq-erp/src/main/resources/config/application.yml index 46087ae..251b16b 100644 --- a/zq-erp/src/main/resources/config/application.yml +++ b/zq-erp/src/main/resources/config/application.yml @@ -25,6 +25,9 @@ username: ct_test password: 123456 driver-class-name: com.mysql.jdbc.Driver +#spring.datasource.username=hive +#spring.datasource.password=hive123!@# +#spring.datasource.url=jdbc:mysql://124.70.222.34/hive_prd?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&allowMultiQueries=true&transformedBitIsBoolean=true&serverTimezone=GMT%2B8 slave: url: jdbc:mysql://47.111.134.136:3306/db_meidu8300?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&allowMultiQueries=true&transformedBitIsBoolean=true&serverTimezone=GMT%2B8 username: meidu_data @@ -35,6 +38,9 @@ initial-size: 5 autoconfigure: exclude: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure + thymeleaf: + prefix: classpath:/templates/views/ + cache: false useRabbit: false rabbitmq: -- Gitblit v1.9.1