1
0
mirror of https://gitee.com/coder-xiaomo/flashsale synced 2025-09-14 07:51:38 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

初始化Git仓库,已完成mybatis-generator自动生成

This commit is contained in:
2022-03-01 15:02:03 +08:00
commit a7e2749d3a
20 changed files with 1055 additions and 0 deletions

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

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<annotationProcessing>
<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="flashsale" />
</profile>
</annotationProcessing>
</component>
<component name="JavacSettings">
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
<module name="flashsale" options="-parameters" />
</option>
</component>
</project>