格式化
This commit is contained in:
@@ -249,7 +249,7 @@ public abstract class AbstractDataSource extends AbstractService implements Data
|
|||||||
BiFunction<DataSource, EntityInfo, CompletableFuture<List>> fullloader) {
|
BiFunction<DataSource, EntityInfo, CompletableFuture<List>> fullloader) {
|
||||||
return EntityInfo.load(clazz, cacheForbidden, props, this, fullloader);
|
return EntityInfo.load(clazz, cacheForbidden, props, this, fullloader);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 加载指定类的EntityInfo
|
* 加载指定类的EntityInfo
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ public interface YmlProvider {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 将yml内容转换成AnyValue
|
* 将yml内容转换成AnyValue
|
||||||
*
|
*
|
||||||
* @param content yml内容
|
* @param content yml内容
|
||||||
* @return AnyValue
|
* @return AnyValue
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user