- 新增 listPredicate 方法统一处理查询逻辑- 优化了 DataResourceService 和 DataFileService 的查询性能 - 重构了 EntityHelper 类,增加了 checkNeededEntityPrediction 方法 - 调整了 AuthenticationService、CheckOrderService 和 ConfirmationService 的查询逻辑 - 更新了前端 dialog-permission.js 组件
30 lines
1.5 KiB
XML
30 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="CompilerConfiguration">
|
|
<annotationProcessing>
|
|
<profile default="true" name="Default" enabled="true" />
|
|
<profile name="Maven default annotation processors profile" enabled="true">
|
|
<sourceOutputDir name="target/generated-sources/annotations" />
|
|
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
|
|
<outputRelativeToContentRoot value="true" />
|
|
<module name="gringotts-chain" />
|
|
<module name="gringotts-web" />
|
|
<module name="gringotts-core" />
|
|
<module name="gringotts-gateway" />
|
|
<module name="gringotts-forest" />
|
|
<module name="gringotts-configuration" />
|
|
</profile>
|
|
</annotationProcessing>
|
|
</component>
|
|
<component name="JavacSettings">
|
|
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
|
|
<module name="gringotts" options="-parameters" />
|
|
<module name="gringotts-chain" options="-parameters" />
|
|
<module name="gringotts-configuration" options="-parameters" />
|
|
<module name="gringotts-core" options="-parameters" />
|
|
<module name="gringotts-forest" options="-parameters" />
|
|
<module name="gringotts-gateway" options="-parameters" />
|
|
<module name="gringotts-web" options="-parameters -processor lombok.launch.AnnotationProcessorHider$AnnotationProcessor,org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor" />
|
|
</option>
|
|
</component>
|
|
</project> |