From 5d7b65670282a4fad015e37d567cfa171b162052 Mon Sep 17 00:00:00 2001 From: huliguo <2023611923@qq.com> Date: 星期二, 20 五月 2025 12:25:19 +0800 Subject: [PATCH] 基础代码 --- .idea/compiler.xml | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..da95074 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,25 @@ +<?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="pt-admin" /> + <module name="pt-common" /> + <module name="cz-admin" /> + <module name="pt-framework" /> + <module name="pt-system" /> + <module name="cz-common" /> + <module name="cz-bussiness" /> + <module name="pt-errand" /> + <module name="cz-framework" /> + <module name="cz-system" /> + </profile> + </annotationProcessing> + <bytecodeTargetLevel> + <module name="pt-bussiness" target="1.8" /> + </bytecodeTargetLevel> + </component> +</project> \ No newline at end of file -- Gitblit v1.7.1