From 505ee1d63e2a47cca2b41e6debdf09b58cd2b9d4 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Sun, 15 Mar 2020 21:00:53 +0800
Subject: [PATCH] 添加一个打包Web工程bat
---
ruoyi/src/main/resources/application.yml | 17 +++++++++++++++--
1 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/ruoyi/src/main/resources/application.yml b/ruoyi/src/main/resources/application.yml
index a1f653d..6725ccf 100644
--- a/ruoyi/src/main/resources/application.yml
+++ b/ruoyi/src/main/resources/application.yml
@@ -3,7 +3,7 @@
# 名称
name: RuoYi
# 版本
- version: 1.1.0
+ version: 2.1.0
# 版权年份
copyrightYear: 2019
# 实例演示开关
@@ -61,6 +61,8 @@
host: localhost
# 端口,默认为6379
port: 6379
+ # 密码
+ password:
# 连接超时时间
timeout: 10s
lettuce:
@@ -106,4 +108,15 @@
# 排除链接(多个用逗号分隔)
excludes: /system/notice/*
# 匹配链接
- urlPatterns: /system/*,/monitor/*,/tool/*
\ No newline at end of file
+ urlPatterns: /system/*,/monitor/*,/tool/*
+
+# 代码生成
+gen:
+ # 作者
+ author: ruoyi
+ # 默认生成包路径 system 需改成自己的模块名称 如 system monitor tool
+ packageName: com.ruoyi.project.system
+ # 自动去除表前缀,默认是true
+ autoRemovePre: false
+ # 表前缀(生成类名不会包含表前缀,多个用逗号分隔)
+ tablePrefix: sys_
\ No newline at end of file
--
Gitblit v1.9.2