fix: code & vm

This commit is contained in:
hucs
2024-03-22 16:46:41 +08:00
parent 994f32a342
commit 649e1ee2e5
533 changed files with 3940 additions and 9 deletions

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

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<option name="BUILD_PROCESS_HEAP_SIZE" value="1200" />
<option name="BUILD_PROCESS_ADDITIONAL_VM_OPTIONS" value="-Xss4M" />
<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="play-generator" />
<module name="play-common" />
<module name="play-admin" />
</profile>
</annotationProcessing>
</component>
<component name="JavacSettings">
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
<module name="play-admin" options="-parameters" />
<module name="play-common" options="-parameters" />
<module name="play-generator" options="-parameters" />
</option>
</component>
</project>