From b5636e416a2fe029f96aec6ddfd3489394925b15 Mon Sep 17 00:00:00 2001 From: kimi <kimi42345@gmail.com> Date: 星期二, 24 三月 2020 19:33:53 +0800 Subject: [PATCH] add 数据权限 --- src/main/resources/application-dev.yml | 23 +++++++++++++++++++++-- 1 files changed, 21 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 2375f25..5985faa 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -5,7 +5,7 @@ spring: datasource: driver-class-name: com.mysql.jdbc.Driver - url: jdbc:mysql://localhost:3306/mdm?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC&nullCatalogMeansCurrent=true + url: jdbc:mysql://localhost:3306/data_admin?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC&nullCatalogMeansCurrent=true username: root password: 123456 type: com.alibaba.druid.pool.DruidDataSource @@ -46,11 +46,30 @@ host: http://180.169.94.250 port: 9107 +rule: + url: http://180.169.94.250:9107 + +xxljob: + local: http://8dxx7b.natappfree.cc + url: http://180.169.94.250:6890 + bak: +xxl: + job: + accessToken: + executor: + ip: + port: 9999 + logpath: /data/applogs/xxl-job/jobhandler + logretentiondays: 1 + appname: assemble + admin: + addresses: http://180.169.94.250:6890/xxl-job-admin + master: unbigdata: db: host: localhost - url: jdbc:mysql://localhost:3306/mdm?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC&nullCatalogMeansCurrent=true + url: jdbc:mysql://localhost:3306/data_admin?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC&nullCatalogMeansCurrent=true type: MYSQL port: 3306 schema: mdm -- Gitblit v1.8.0