feat(wcs): 添加WCS定制业务模块依赖及优化服务类导入
- 添加hw-wcs模块到ruoyi-admin的依赖中,确保能注册相关Controller和资源端点 - 在pom.xml的dependencyManagement中统一声明版本 - 优化WcsSubtaskInstanceServiceImpl的导入顺序main
parent
b58dae8dbe
commit
85b59e81e9
@ -0,0 +1,8 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(ls:*)",
|
||||
"Bash(mvn --version)"
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -0,0 +1,18 @@
|
||||
# http://editorconfig.org
|
||||
root = true
|
||||
|
||||
# 空格替代Tab缩进在各种编辑工具下效果一致
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.{json,yml,yaml}]
|
||||
indent_size = 2
|
||||
|
||||
[*.md]
|
||||
insert_final_newline = false
|
||||
trim_trailing_whitespace = false
|
||||
Loading…
Reference in New Issue