From 15e9895b5ee5e4ab703f67e885806159c1fe7923 Mon Sep 17 00:00:00 2001
From: lizijie <lzjiiie@163.com>
Date: Wed, 28 Apr 2021 09:25:45 +0800
Subject: [PATCH] 添加角色时补充父菜单
---
screen-manage/src/main/resources/application-dev.yml | 22 ++++++++++++++--------
1 files changed, 14 insertions(+), 8 deletions(-)
diff --git a/screen-manage/src/main/resources/application-dev.yml b/screen-manage/src/main/resources/application-dev.yml
index 7aa5cab..fd79cd8 100644
--- a/screen-manage/src/main/resources/application-dev.yml
+++ b/screen-manage/src/main/resources/application-dev.yml
@@ -13,6 +13,8 @@
spring:
profiles:
active: dev
+ include:
+ moduleFormColumn
application:
name: screen-manage
redis:
@@ -57,9 +59,12 @@
filters: stat
type: com.alibaba.druid.pool.DruidDataSource
max-wait: 60000
- url: jdbc:mysql://39.97.177.149:3306/moral?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=UTC
+ url: jdbc:mysql://39.97.177.149:3306/moral?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
username: root
password: chenkaiyu111
+ #url: jdbc:mysql://vp9l57dtd2vng7oxft1t.rwlb.rds.aliyuncs.com:3306/moral?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
+ #username: root
+ #password: moral_123456
test-on-borrow: false
sql-script-encoding: utf-8
pool-prepared-statements: true
@@ -113,16 +118,16 @@
mvc:
interceptor:
exclude:
- - /account/login
+ - /login
- /swagger-ui.html
- /swagger-resources/**
- /webjars/**
- - /account/logout
- - /account/insert
- - /account/query
- - /account/update
- - /account/delete
- - /account/yanzhengma
+ - /verificationCode/**
+ - /manageLog/**
+
+ - /manageRole/**
+ - /manageMenu/**
+ - /api/**
AES:
KEY:
AD42F7787B035B7580000EF93BE20BAD
@@ -130,3 +135,4 @@
KEY:
foh3wi2ooghiCh5
+
--
Gitblit v1.8.0