From 8c9c2134320c23d920e91aa68ff8bb4104da3863 Mon Sep 17 00:00:00 2001
From: nijian <568128482@qq.com>
Date: Sun, 24 Jan 2021 11:20:36 +0800
Subject: [PATCH] =?UTF-8?q?20210124=20=E6=96=B0=E5=A2=9E=E5=BE=AE=E4=BF=A1?=
=?UTF-8?q?=E6=A8=A1=E5=9D=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 1 +
ruoyi-wx/pom.xml | 27 +++++++++++++++++++++++++++
ruoyi-wx/src/main/resources/wx.yml | 11 +++++++++++
3 files changed, 39 insertions(+)
create mode 100644 ruoyi-wx/pom.xml
create mode 100644 ruoyi-wx/src/main/resources/wx.yml
diff --git a/pom.xml b/pom.xml
index 9b54ebeb1..7995450c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -213,6 +213,7 @@
ruoyi-quartz
ruoyi-generator
ruoyi-common
+ ruoyi-wx
pom
diff --git a/ruoyi-wx/pom.xml b/ruoyi-wx/pom.xml
new file mode 100644
index 000000000..0fa7466b4
--- /dev/null
+++ b/ruoyi-wx/pom.xml
@@ -0,0 +1,27 @@
+
+
+
+ ruoyi
+ com.ruoyi
+ 4.3.0
+
+ 4.0.0
+
+ ruoyi-wx
+
+
+ wx相关业务
+
+
+
+
+
+ com.ruoyi
+ ruoyi-common
+
+
+
+
+
\ No newline at end of file
diff --git a/ruoyi-wx/src/main/resources/wx.yml b/ruoyi-wx/src/main/resources/wx.yml
new file mode 100644
index 000000000..8e3224e70
--- /dev/null
+++ b/ruoyi-wx/src/main/resources/wx.yml
@@ -0,0 +1,11 @@
+
+# 代码生成
+gen:
+ # 作者
+ author: ruoyi
+ # 默认生成包路径 system 需改成自己的模块名称 如 system monitor tool
+ packageName: com.ruoyi.system
+ # 自动去除表前缀,默认是false
+ autoRemovePre: false
+ # 表前缀(生成类名不会包含表前缀,多个用逗号分隔)
+ tablePrefix: sys_
\ No newline at end of file