1
0

feat(all): 搭建基本框架和模块

This commit is contained in:
2024-11-15 15:35:08 +08:00
commit 1900265075
174 changed files with 87868 additions and 0 deletions

30
.idea/compiler.xml generated Normal file
View File

@@ -0,0 +1,30 @@
<?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-web" />
<module name="gringotts-chain" />
<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" />
</option>
</component>
</project>