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
Eladmin
Commits
7b6f5af6
Commit
7b6f5af6
authored
Nov 15, 2020
by
ZhengJie
Browse files
[代码优化](v2.6):代码生成同步功能去除异步
close
https://github.com/elunez/eladmin/issues/512
parent
f413aea2
Changes
1
Hide whitespace changes
Inline
Side-by-side
eladmin-generator/src/main/java/me/zhengjie/service/GeneratorService.java
View file @
7b6f5af6
...
@@ -49,7 +49,6 @@ public interface GeneratorService {
...
@@ -49,7 +49,6 @@ public interface GeneratorService {
* @param columnInfos /
* @param columnInfos /
* @param columnInfoList /
* @param columnInfoList /
*/
*/
@Async
void
sync
(
List
<
ColumnInfo
>
columnInfos
,
List
<
ColumnInfo
>
columnInfoList
);
void
sync
(
List
<
ColumnInfo
>
columnInfos
,
List
<
ColumnInfo
>
columnInfoList
);
/**
/**
...
...
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