Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
ee4b4de7
Commit
ee4b4de7
authored
Jul 23, 2020
by
HR.Hu
Browse files
修复 代码生成器默认mapper路径与默认mapperScan路径不一致的bug
parent
92c63012
Changes
1
Hide whitespace changes
Inline
Side-by-side
ruoyi-generator/src/main/java/com/ruoyi/generator/util/VelocityUtils.java
View file @
ee4b4de7
...
...
@@ -17,7 +17,7 @@ public class VelocityUtils
private
static
final
String
PROJECT_PATH
=
"main/java"
;
/** mybatis空间路径 */
private
static
final
String
MYBATIS_PATH
=
"main/resources/m
ybatis
"
;
private
static
final
String
MYBATIS_PATH
=
"main/resources/m
apper
"
;
/** 默认上级菜单,系统工具 */
private
static
final
String
DEFAULT_PARENT_MENU_ID
=
"3"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment