Commit 7b6f5af6 authored by ZhengJie's avatar ZhengJie
Browse files

[代码优化](v2.6):代码生成同步功能去除异步

close https://github.com/elunez/eladmin/issues/512
parent f413aea2
...@@ -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);
/** /**
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment