From 33c2abb4dee668c2e91aa08320d8370852581757 Mon Sep 17 00:00:00 2001 From: wanghao Date: Thu, 5 Sep 2024 17:07:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=8A=E4=BC=A0apk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-druid.yml | 2 +- .../src/main/resources/application.yml | 4 +- .../templates/pda/pda_version/add.html | 125 ++++++++++++++++++ .../templates/pda/pda_version/edit.html | 114 ++++++++++++++++ .../pda/pda_version/pda_version.html | 112 ++++++++++++++++ 5 files changed, 354 insertions(+), 3 deletions(-) create mode 100644 ruoyi-api/src/main/resources/templates/pda/pda_version/add.html create mode 100644 ruoyi-api/src/main/resources/templates/pda/pda_version/edit.html create mode 100644 ruoyi-api/src/main/resources/templates/pda/pda_version/pda_version.html diff --git a/ruoyi-admin/src/main/resources/application-druid.yml b/ruoyi-admin/src/main/resources/application-druid.yml index 1cf6a47..3b5ebf0 100644 --- a/ruoyi-admin/src/main/resources/application-druid.yml +++ b/ruoyi-admin/src/main/resources/application-druid.yml @@ -6,7 +6,7 @@ spring: druid: # 主库数据源 master: - url: jdbc:mysql://175.27.215.92:3306/bg_wheel_chocks?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 + url: jdbc:mysql://119.45.202.115:3306/bg_wheel_chocks?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 username: root password: haiwei@123 # 从库数据源 diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index f8d8018..ac59f60 100644 --- a/ruoyi-admin/src/main/resources/application.yml +++ b/ruoyi-admin/src/main/resources/application.yml @@ -64,9 +64,9 @@ spring: servlet: multipart: # 单个文件大小 - max-file-size: 10MB + max-file-size: 20MB # 设置总上传的文件大小 - max-request-size: 20MB + max-request-size: 30MB # 服务模块 devtools: restart: diff --git a/ruoyi-api/src/main/resources/templates/pda/pda_version/add.html b/ruoyi-api/src/main/resources/templates/pda/pda_version/add.html new file mode 100644 index 0000000..41c00d3 --- /dev/null +++ b/ruoyi-api/src/main/resources/templates/pda/pda_version/add.html @@ -0,0 +1,125 @@ + + + + + + + + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ +
+ + + + + +
+
+
+
+ + + + + + \ No newline at end of file diff --git a/ruoyi-api/src/main/resources/templates/pda/pda_version/edit.html b/ruoyi-api/src/main/resources/templates/pda/pda_version/edit.html new file mode 100644 index 0000000..ea7536f --- /dev/null +++ b/ruoyi-api/src/main/resources/templates/pda/pda_version/edit.html @@ -0,0 +1,114 @@ + + + + + + + + +
+
+ +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ +
+ +
+ +
+
+
+
+
+ + + + + + \ No newline at end of file diff --git a/ruoyi-api/src/main/resources/templates/pda/pda_version/pda_version.html b/ruoyi-api/src/main/resources/templates/pda/pda_version/pda_version.html new file mode 100644 index 0000000..97d7537 --- /dev/null +++ b/ruoyi-api/src/main/resources/templates/pda/pda_version/pda_version.html @@ -0,0 +1,112 @@ + + + + + + +
+
+
+
+
+ +
+
+
+ + +
+
+
+
+
+ + + + \ No newline at end of file