You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<?xml version="1.0" encoding="UTF-8"?>
<!--
IntelliJ IDEA 项目杂项配置文件
文件:.idea/misc.xml
版本: 4
用途:存储项目的各种基础配置信息
-->
<project version= "4" >
<!--
外部存储配置管理器
enabled="true" 表示启用对外部存储设备的支持
允许项目存储在外部硬盘、网络驱动器等位置
-->
<component name= "ExternalStorageConfigurationManager" enabled= "true" />
<!--
Maven项目管理器配置
负责管理Maven项目的构建和依赖关系
-->
<component name= "MavenProjectsManager" >
<!--
原始Maven配置文件列表
指定项目使用的Maven构建配置文件
-->
<option name= "originalFiles" >
<list >
<!--
项目根目录下的pom.xml文件
$PROJECT_DIR$ 是IDEA内置变量, 自动指向当前项目根目录的绝对路径
-->
<option value= "$PROJECT_DIR$/pom.xml" />
</list>
</option>
</component>
<!--
项目根管理器配置
这是项目的核心配置, 定义了项目的Java环境设置
-->
<component name= "ProjectRootManager" version= "2"
languageLevel= "JDK_1_8"
default= "true"
project-jdk-name= "corretto-1.8"
project-jdk-type= "JavaSDK" />
</project>