This commit is contained in:
2023-04-14 09:40:00 +08:00
parent 55803fcf44
commit 193ef709e0
32 changed files with 13 additions and 4 deletions
+1
View File
@@ -34,3 +34,4 @@ target/
/.idea/
/.gitignore
/logs/
/target/
+1
View File
@@ -6,3 +6,4 @@
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
compiler.xml
+6 -3
View File
@@ -6,13 +6,16 @@
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<module name="dlp-utilities" />
<module name="dlp-reagent-managment" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<module name="dlp-utilities" target="1.8" />
</bytecodeTargetLevel>
</component>
<component name="JavacSettings">
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
<module name="dlp-utilities" options="-Xlint:unchecked" />
<module name="dlp-reagent-managment" options="-Xlint:unchecked" />
</option>
</component>
</project>
</project>
+5 -1
View File
@@ -4,7 +4,11 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="84c9e5ca-eb2c-413b-a858-1d19b01d5e5b" name="变更" comment="4.13" />
<list default="true" id="99e4ae84-48b8-4a7f-b6cb-43db98a087c4" name="变更" comment="4.13">
<change beforePath="$PROJECT_DIR$/.idea/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.gitignore" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/compiler.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/compiler.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.