作者 ouyang

RuoYi框架基础配置

@@ -8,7 +8,7 @@ spring: @@ -8,7 +8,7 @@ spring:
8 master: 8 master:
9 url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 9 url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
10 username: root 10 username: root
11 - password: password 11 + password: 123456
12 # 从库数据源 12 # 从库数据源
13 slave: 13 slave:
14 # 从数据源开关/默认关闭 14 # 从数据源开关/默认关闭
@@ -39,7 +39,7 @@ @@ -39,7 +39,7 @@
39 "@riophae/vue-treeselect": "0.4.0", 39 "@riophae/vue-treeselect": "0.4.0",
40 "axios": "0.28.1", 40 "axios": "0.28.1",
41 "clipboard": "2.0.8", 41 "clipboard": "2.0.8",
42 - "core-js": "3.37.1", 42 + "core-js": "3",
43 "echarts": "5.4.0", 43 "echarts": "5.4.0",
44 "element-ui": "2.15.14", 44 "element-ui": "2.15.14",
45 "file-saver": "2.0.5", 45 "file-saver": "2.0.5",
@@ -64,7 +64,7 @@ @@ -64,7 +64,7 @@
64 "devDependencies": { 64 "devDependencies": {
65 "@vue/cli-plugin-babel": "4.4.6", 65 "@vue/cli-plugin-babel": "4.4.6",
66 "@vue/cli-plugin-eslint": "4.4.6", 66 "@vue/cli-plugin-eslint": "4.4.6",
67 - "@vue/cli-service": "4.4.6", 67 + "@vue/cli-service": "^4.5.19",
68 "babel-eslint": "10.1.0", 68 "babel-eslint": "10.1.0",
69 "babel-plugin-dynamic-import-node": "2.3.3", 69 "babel-plugin-dynamic-import-node": "2.3.3",
70 "chalk": "4.1.0", 70 "chalk": "4.1.0",