blob: 5e39899fe83085b32520ac46a75640d0ad194e81 [file] [log] [blame]
22301115cf6dba22025-03-25 19:06:21 +08001<?xml version="1.0" encoding="UTF-8"?>
2<project version="4">
3 <component name="AutoImportSettings">
4 <option name="autoReloadType" value="SELECTIVE" />
5 </component>
6 <component name="ChangeListManager">
223011385e9c35a2025-06-04 15:52:45 +08007 <list default="true" id="f008fe30-0711-42e2-bb33-17dcfdbad387" name="Changes" comment="pom">
JinGefe5140c2025-06-06 20:07:42 +08008 <change beforePath="$PROJECT_DIR$/.idea/dataSources.local.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/dataSources.local.xml" afterDir="false" />
9 <change beforePath="$PROJECT_DIR$/.idea/dataSources/6d2a7063-ae4c-471f-ae05-e32dede5d0ec.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/dataSources/6d2a7063-ae4c-471f-ae05-e32dede5d0ec.xml" afterDir="false" />
10 <change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
YelinCuifdf4ed72025-05-26 11:49:36 +080011 <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
JinGefe5140c2025-06-06 20:07:42 +080012 <change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
13 <change beforePath="$PROJECT_DIR$/src/main/java/com/example/myproject/config/WebConfig.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/example/myproject/config/WebConfig.java" afterDir="false" />
14 <change beforePath="$PROJECT_DIR$/src/main/java/com/example/myproject/controller/DynamicController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/example/myproject/controller/DynamicController.java" afterDir="false" />
15 <change beforePath="$PROJECT_DIR$/src/main/java/com/example/myproject/controller/TorrentController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/example/myproject/controller/TorrentController.java" afterDir="false" />
16 <change beforePath="$PROJECT_DIR$/src/main/java/com/example/myproject/controller/UserController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/example/myproject/controller/UserController.java" afterDir="false" />
17 <change beforePath="$PROJECT_DIR$/src/main/java/com/example/myproject/entity/User.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/example/myproject/entity/User.java" afterDir="false" />
18 <change beforePath="$PROJECT_DIR$/src/main/java/com/example/myproject/entity/Users.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/example/myproject/entity/Users.java" afterDir="false" />
19 <change beforePath="$PROJECT_DIR$/src/main/java/com/example/myproject/service/DynamicService.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/example/myproject/service/DynamicService.java" afterDir="false" />
20 <change beforePath="$PROJECT_DIR$/src/main/java/com/example/myproject/service/PostService.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/example/myproject/service/PostService.java" afterDir="false" />
21 <change beforePath="$PROJECT_DIR$/src/main/java/com/example/myproject/service/TorrentService.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/example/myproject/service/TorrentService.java" afterDir="false" />
22 <change beforePath="$PROJECT_DIR$/src/main/java/com/example/myproject/service/UserService.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/example/myproject/service/UserService.java" afterDir="false" />
YelinCui196bd692025-06-05 22:18:17 +080023 <change beforePath="$PROJECT_DIR$/src/main/java/com/example/myproject/service/serviceImpl/TorrentServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/example/myproject/service/serviceImpl/TorrentServiceImpl.java" afterDir="false" />
JinGefe5140c2025-06-06 20:07:42 +080024 <change beforePath="$PROJECT_DIR$/src/test/java/com/example/myproject/controller/DynamicControllerTest.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/test/java/com/example/myproject/controller/DynamicControllerTest.java" afterDir="false" />
25 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/common/base/PageParam.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/common/base/PageParam.class" afterDir="false" />
26 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/common/base/ResPage.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/common/base/ResPage.class" afterDir="false" />
27 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/common/base/Result.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/common/base/Result.class" afterDir="false" />
28 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/config/TrackerConfig.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/config/TrackerConfig.class" afterDir="false" />
29 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/config/WebConfig.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/config/WebConfig.class" afterDir="false" />
30 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/controller/DynamicController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/controller/DynamicController.class" afterDir="false" />
31 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/controller/GroupController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/controller/GroupController.class" afterDir="false" />
32 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/controller/TorrentController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/controller/TorrentController.class" afterDir="false" />
33 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/controller/TrackerController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/controller/TrackerController.class" afterDir="false" />
34 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/controller/UserController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/controller/UserController.class" afterDir="false" />
35 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/dto/PromotionCreateDTO.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/dto/PromotionCreateDTO.class" afterDir="false" />
36 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/dto/TorrentUpdateDTO.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/dto/TorrentUpdateDTO.class" afterDir="false" />
37 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/dto/param/AnnounceRequest.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/dto/param/AnnounceRequest.class" afterDir="false" />
38 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/dto/param/TorrentParam.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/dto/param/TorrentParam.class" afterDir="false" />
39 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/dto/param/TorrentUploadParam.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/dto/param/TorrentUploadParam.class" afterDir="false" />
40 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/dto/vo/TorrentVO.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/dto/vo/TorrentVO.class" afterDir="false" />
41 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/entity/EntityBase.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/entity/EntityBase.class" afterDir="false" />
42 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/entity/FavoriteEntity.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/entity/FavoriteEntity.class" afterDir="false" />
43 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/entity/Promotion.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/entity/Promotion.class" afterDir="false" />
44 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/entity/TorrentEntity.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/entity/TorrentEntity.class" afterDir="false" />
45 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/entity/User.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/entity/User.class" afterDir="false" />
46 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/entity/VerificationToken.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/entity/VerificationToken.class" afterDir="false" />
47 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/service/CommentService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/service/CommentService.class" afterDir="false" />
48 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/service/DynamicService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/service/DynamicService.class" afterDir="false" />
49 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/service/GroupService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/service/GroupService.class" afterDir="false" />
50 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/service/LevelService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/service/LevelService.class" afterDir="false" />
51 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/service/PostService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/service/PostService.class" afterDir="false" />
52 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/service/TorrentService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/service/TorrentService.class" afterDir="false" />
53 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/service/UserMessageService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/service/UserMessageService.class" afterDir="false" />
54 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/service/UserService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/service/UserService.class" afterDir="false" />
55 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/service/serviceImpl/EmailServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/service/serviceImpl/EmailServiceImpl.class" afterDir="false" />
56 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/service/serviceImpl/PromotionServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/service/serviceImpl/PromotionServiceImpl.class" afterDir="false" />
YelinCui196bd692025-06-05 22:18:17 +080057 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/service/serviceImpl/TorrentServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/service/serviceImpl/TorrentServiceImpl.class" afterDir="false" />
JinGefe5140c2025-06-06 20:07:42 +080058 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/utils/Result.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/utils/Result.class" afterDir="false" />
59 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/utils/VerifyCode.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/utils/VerifyCode.class" afterDir="false" />
60 <change beforePath="$PROJECT_DIR$/target/classes/files/files.torrent" beforeDir="false" />
61 <change beforePath="$PROJECT_DIR$/target/classes/output/valid.torrent" beforeDir="false" />
62 <change beforePath="$PROJECT_DIR$/target/test-classes/com/example/myproject/controller/CommentControllerTest.class" beforeDir="false" />
63 <change beforePath="$PROJECT_DIR$/target/test-classes/com/example/myproject/controller/DynamicControllerTest.class" beforeDir="false" />
64 <change beforePath="$PROJECT_DIR$/target/test-classes/com/example/myproject/controller/GroupControllerTest.class" beforeDir="false" />
65 <change beforePath="$PROJECT_DIR$/target/test-classes/com/example/myproject/controller/LevelControllerTest.class" beforeDir="false" />
66 <change beforePath="$PROJECT_DIR$/target/test-classes/com/example/myproject/controller/PostControllerTest.class" beforeDir="false" />
67 <change beforePath="$PROJECT_DIR$/target/test-classes/com/example/myproject/controller/TaskControllerTest.class" beforeDir="false" />
68 <change beforePath="$PROJECT_DIR$/target/test-classes/com/example/myproject/controller/UserControllerTest.class" beforeDir="false" />
69 <change beforePath="$PROJECT_DIR$/target/test-classes/com/example/myproject/controller/UserFollowControllerTest.class" beforeDir="false" />
70 <change beforePath="$PROJECT_DIR$/target/test-classes/com/example/myproject/controller/UserMessageControllerTest.class" beforeDir="false" />
71 <change beforePath="$PROJECT_DIR$/uploads/avatarUrl/1.jpg" beforeDir="false" afterPath="$PROJECT_DIR$/uploads/avatarUrl/1.jpg" afterDir="false" />
72 <change beforePath="$PROJECT_DIR$/uploads/avatarUrl/2.jpg" beforeDir="false" afterPath="$PROJECT_DIR$/uploads/avatarUrl/2.jpg" afterDir="false" />
73 <change beforePath="$PROJECT_DIR$/uploads/avatarUrl/3.jpg" beforeDir="false" afterPath="$PROJECT_DIR$/uploads/avatarUrl/3.jpg" afterDir="false" />
74 <change beforePath="$PROJECT_DIR$/uploads/avatarUrl/4.jpg" beforeDir="false" afterPath="$PROJECT_DIR$/uploads/avatarUrl/4.jpg" afterDir="false" />
YelinCuifdf4ed72025-05-26 11:49:36 +080075 </list>
22301138b295a5f2025-06-04 19:20:30 +080076 <option name="SHOW_DIALOG" value="false" />
22301115cf6dba22025-03-25 19:06:21 +080077 <option name="HIGHLIGHT_CONFLICTS" value="true" />
78 <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
79 <option name="LAST_RESOLUTION" value="IGNORE" />
80 </component>
81 <component name="FileTemplateManagerImpl">
82 <option name="RECENT_TEMPLATES">
83 <list>
84 <option value="Class" />
85 </list>
86 </option>
87 </component>
88 <component name="Git.Settings">
89 <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
223011385e9c35a2025-06-04 15:52:45 +080090 <option name="ROOT_SYNC" value="SYNC" />
22301115cf6dba22025-03-25 19:06:21 +080091 </component>
223011385d076852025-06-05 17:28:06 +080092 <component name="HighlightingSettingsPerFile">
93 <setting file="file://$PROJECT_DIR$/src/main/java/com/example/myproject/config/WebConfig.java" root0="FORCE_HIGHLIGHTING" />
94 <setting file="file://$PROJECT_DIR$/src/main/java/com/example/myproject/service/PostService.java" root0="FORCE_HIGHLIGHTING" />
95 </component>
22301115cf6dba22025-03-25 19:06:21 +080096 <component name="MarkdownSettingsMigration">
97 <option name="stateVersion" value="1" />
98 </component>
YelinCuifdf4ed72025-05-26 11:49:36 +080099 <component name="ProblemsViewState">
22301138b2533412025-06-05 00:18:58 +0800100 <option name="selectedTabId" value="CurrentFile" />
YelinCuifdf4ed72025-05-26 11:49:36 +0800101 </component>
223011385e9c35a2025-06-04 15:52:45 +0800102 <component name="ProjectColorInfo">{
103 &quot;associatedIndex&quot;: 0
104}</component>
22301115cf6dba22025-03-25 19:06:21 +0800105 <component name="ProjectId" id="2vZNfNTEFyHApdxmHZ7Y0rlJjKB" />
JinGefe5140c2025-06-06 20:07:42 +0800106 <component name="ProjectLevelVcsManager" settingsEditedManually="true">
107 <ConfirmationsSetting value="2" id="Add" />
108 </component>
22301115cf6dba22025-03-25 19:06:21 +0800109 <component name="ProjectViewState">
110 <option name="hideEmptyMiddlePackages" value="true" />
111 <option name="showLibraryContents" value="true" />
112 </component>
JinGefe5140c2025-06-06 20:07:42 +0800113 <component name="PropertiesComponent"><![CDATA[{
114 "keyToString": {
115 "ASKED_ADD_EXTERNAL_FILES": "true",
116 "JUnit.UserControllerTest.executor": "Run",
117 "JUnit.UserControllerTest.testUpdateUserAvatar.executor": "Run",
118 "JUnit.UserControllerTest.testUploadUserAvatar.executor": "Run",
119 "RequestMappingsPanelOrder0": "0",
120 "RequestMappingsPanelOrder1": "1",
121 "RequestMappingsPanelWidth0": "75",
122 "RequestMappingsPanelWidth1": "75",
123 "RunOnceActivity.OpenProjectViewOnStart": "true",
124 "RunOnceActivity.ShowReadmeOnStart": "true",
125 "RunOnceActivity.git.unshallow": "true",
126 "Spring Boot.MyProjectApplication.executor": "Run",
127 "git-widget-placeholder": "完成pt与bt交互、补充图片资源",
128 "ignore.virus.scanning.warn.message": "true",
129 "kotlin-language-version-configured": "true",
130 "last_opened_file_path": "D:/Desktop/echo后端/echo-backend/images",
131 "node.js.detected.package.eslint": "true",
132 "node.js.selected.package.eslint": "(autodetect)",
133 "node.js.selected.package.tslint": "(autodetect)",
134 "nodejs_package_manager_path": "npm",
135 "settings.editor.selected.configurable": "project.propVCSSupport.DirectoryMappings",
136 "vue.rearranger.settings.migration": "true",
137 "应用程序.MyProjectApplication.executor": "Run"
22301138b295a5f2025-06-04 19:20:30 +0800138 },
JinGefe5140c2025-06-06 20:07:42 +0800139 "keyToStringList": {
140 "DatabaseDriversLRU": [
141 "mysql_aurora"
22301138b295a5f2025-06-04 19:20:30 +0800142 ]
22301115cf6dba22025-03-25 19:06:21 +0800143 }
JinGefe5140c2025-06-06 20:07:42 +0800144}]]></component>
22301115cf6dba22025-03-25 19:06:21 +0800145 <component name="RecentsManager">
223011385e9c35a2025-06-04 15:52:45 +0800146 <key name="CopyFile.RECENT_KEYS">
JinGefe5140c2025-06-06 20:07:42 +0800147 <recent name="D:\Desktop\echo后端\echo-backend\images" />
148 <recent name="D:\Desktop\echo后端\echo-backend\uploads\dynamic" />
22301138c1017df2025-06-05 16:11:39 +0800149 <recent name="D:\PT\echo-backend\src\main\java\com\example\myproject\config" />
223011385e9c35a2025-06-04 15:52:45 +0800150 <recent name="D:\PT\echo-backend\src\main\java\com\example\myproject\service" />
151 <recent name="D:\PT\echo-backend\src\main\java\com\example\myproject\controller" />
152 </key>
22301115cf6dba22025-03-25 19:06:21 +0800153 <key name="MoveFile.RECENT_KEYS">
154 <recent name="D:\study\学习资源\大三下\school\echo-backend\src\main\resources\mapper" />
155 </key>
156 </component>
YelinCuibde0b9a2025-06-05 21:46:37 +0800157 <component name="RunManager" selected="应用程序.MyProjectApplication">
2230111590135d72025-06-03 17:11:40 +0800158 <configuration name="MyProjectApplication" type="Application" factoryName="Application" temporary="true">
159 <option name="MAIN_CLASS_NAME" value="com.example.myproject.MyProjectApplication" />
160 <module name="echo-backend" />
161 <extension name="coverage">
162 <pattern>
163 <option name="PATTERN" value="com.example.myproject.*" />
164 <option name="ENABLED" value="true" />
165 </pattern>
166 </extension>
167 <method v="2">
168 <option name="Make" enabled="true" />
169 </method>
170 </configuration>
171 <configuration name="MyProjectApplication" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
172 <option name="MAIN_CLASS_NAME" value="com.example.myproject.MyProjectApplication" />
173 <module name="echo-backend" />
174 <extension name="coverage">
175 <pattern>
176 <option name="PATTERN" value="com.example.myproject.*" />
177 <option name="ENABLED" value="true" />
178 </pattern>
179 </extension>
180 <method v="2">
181 <option name="Make" enabled="true" />
182 </method>
183 </configuration>
2230111590135d72025-06-03 17:11:40 +0800184 <configuration name="TorrentControllerTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
223011381c359102025-06-03 15:19:59 +0800185 <module name="echo-backend" />
186 <extension name="coverage">
187 <pattern>
188 <option name="PATTERN" value="com.example.myproject.controller.*" />
189 <option name="ENABLED" value="true" />
190 </pattern>
191 </extension>
192 <option name="PACKAGE_NAME" value="com.example.myproject.controller" />
2230111590135d72025-06-03 17:11:40 +0800193 <option name="MAIN_CLASS_NAME" value="com.example.myproject.controller.TorrentControllerTest" />
YelinCuifdf4ed72025-05-26 11:49:36 +0800194 <option name="TEST_OBJECT" value="class" />
195 <method v="2">
196 <option name="Make" enabled="true" />
197 </method>
198 </configuration>
223011385e9c35a2025-06-04 15:52:45 +0800199 <configuration name="UserControllerTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
200 <module name="echo-backend" />
201 <extension name="coverage">
202 <pattern>
203 <option name="PATTERN" value="com.example.myproject.controller.*" />
204 <option name="ENABLED" value="true" />
205 </pattern>
206 </extension>
207 <option name="PACKAGE_NAME" value="com.example.myproject.controller" />
208 <option name="MAIN_CLASS_NAME" value="com.example.myproject.controller.UserControllerTest" />
209 <option name="TEST_OBJECT" value="class" />
210 <method v="2">
211 <option name="Make" enabled="true" />
212 </method>
213 </configuration>
22301138b2533412025-06-05 00:18:58 +0800214 <configuration name="UserControllerTest.testUpdateUserAvatar" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
215 <module name="echo-backend" />
216 <extension name="coverage">
217 <pattern>
218 <option name="PATTERN" value="com.example.myproject.controller.*" />
219 <option name="ENABLED" value="true" />
220 </pattern>
221 </extension>
222 <option name="PACKAGE_NAME" value="com.example.myproject.controller" />
223 <option name="MAIN_CLASS_NAME" value="com.example.myproject.controller.UserControllerTest" />
224 <option name="METHOD_NAME" value="testUpdateUserAvatar" />
225 <option name="TEST_OBJECT" value="method" />
226 <method v="2">
227 <option name="Make" enabled="true" />
228 </method>
229 </configuration>
230 <configuration name="UserControllerTest.testUploadUserAvatar" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
231 <module name="echo-backend" />
232 <extension name="coverage">
233 <pattern>
234 <option name="PATTERN" value="com.example.myproject.controller.*" />
235 <option name="ENABLED" value="true" />
236 </pattern>
237 </extension>
238 <option name="PACKAGE_NAME" value="com.example.myproject.controller" />
239 <option name="MAIN_CLASS_NAME" value="com.example.myproject.controller.UserControllerTest" />
240 <option name="METHOD_NAME" value="testUploadUserAvatar" />
241 <option name="TEST_OBJECT" value="method" />
242 <method v="2">
243 <option name="Make" enabled="true" />
244 </method>
245 </configuration>
223011385e9c35a2025-06-04 15:52:45 +0800246 <configuration name="MyProjectApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
247 <module name="echo-backend" />
248 <option name="SPRING_BOOT_MAIN_CLASS" value="com.example.myproject.MyProjectApplication" />
249 <method v="2">
250 <option name="Make" enabled="true" />
251 </method>
252 </configuration>
YelinCuifdf4ed72025-05-26 11:49:36 +0800253 <recent_temporary>
254 <list>
YelinCuibde0b9a2025-06-05 21:46:37 +0800255 <item itemvalue="应用程序.MyProjectApplication" />
22301138b2533412025-06-05 00:18:58 +0800256 <item itemvalue="JUnit.UserControllerTest.testUploadUserAvatar" />
257 <item itemvalue="JUnit.UserControllerTest.testUpdateUserAvatar" />
223011385e9c35a2025-06-04 15:52:45 +0800258 <item itemvalue="JUnit.UserControllerTest" />
2230111590135d72025-06-03 17:11:40 +0800259 <item itemvalue="JUnit.TorrentControllerTest" />
YelinCuifdf4ed72025-05-26 11:49:36 +0800260 </list>
261 </recent_temporary>
262 </component>
22301115cf6dba22025-03-25 19:06:21 +0800263 <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
264 <component name="TaskManager">
265 <task active="true" id="Default" summary="Default task">
266 <changelist id="f008fe30-0711-42e2-bb33-17dcfdbad387" name="Changes" comment="" />
267 <created>1744348740342</created>
268 <option name="number" value="Default" />
269 <option name="presentableId" value="Default" />
270 <updated>1744348740342</updated>
223011385e9c35a2025-06-04 15:52:45 +0800271 <workItem from="1749007243227" duration="1245000" />
22301138b2533412025-06-05 00:18:58 +0800272 <workItem from="1749033374884" duration="7535000" />
22301138c1017df2025-06-05 16:11:39 +0800273 <workItem from="1749048857906" duration="4388000" />
223011385d076852025-06-05 17:28:06 +0800274 <workItem from="1749109821491" duration="5517000" />
JinGefe5140c2025-06-06 20:07:42 +0800275 <workItem from="1749206945935" duration="4467000" />
22301115cf6dba22025-03-25 19:06:21 +0800276 </task>
223011385e9c35a2025-06-04 15:52:45 +0800277 <task id="LOCAL-00001" summary="pom">
278 <option name="closed" value="true" />
279 <created>1749011916131</created>
280 <option name="number" value="00001" />
281 <option name="presentableId" value="LOCAL-00001" />
282 <option name="project" value="LOCAL" />
283 <updated>1749011916131</updated>
284 </task>
285 <task id="LOCAL-00002" summary="pom">
286 <option name="closed" value="true" />
287 <created>1749012141761</created>
288 <option name="number" value="00002" />
289 <option name="presentableId" value="LOCAL-00002" />
290 <option name="project" value="LOCAL" />
291 <updated>1749012141761</updated>
292 </task>
293 <option name="localTasksCounter" value="3" />
22301115cf6dba22025-03-25 19:06:21 +0800294 <servers />
295 </component>
223011385e9c35a2025-06-04 15:52:45 +0800296 <component name="TypeScriptGeneratedFilesManager">
297 <option name="version" value="3" />
298 </component>
299 <component name="Vcs.Log.Tabs.Properties">
300 <option name="TAB_STATES">
301 <map>
302 <entry key="MAIN">
303 <value>
304 <State>
305 <option name="FILTERS">
306 <map>
307 <entry key="branch">
308 <value>
309 <list>
310 <option value="master" />
311 </list>
312 </value>
313 </entry>
314 </map>
315 </option>
316 </State>
317 </value>
318 </entry>
319 </map>
320 </option>
321 </component>
322 <component name="VcsManagerConfiguration">
JinGefe5140c2025-06-06 20:07:42 +0800323 <option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
223011385e9c35a2025-06-04 15:52:45 +0800324 <MESSAGE value="pom" />
325 <option name="LAST_COMMIT_MESSAGE" value="pom" />
326 </component>
22301138c1017df2025-06-05 16:11:39 +0800327 <component name="XDebuggerManager">
328 <breakpoint-manager>
329 <breakpoints>
330 <line-breakpoint enabled="true" type="java-method">
331 <url>file://$PROJECT_DIR$/src/test/java/com/example/myproject/controller/UserControllerTest.java</url>
332 <line>235</line>
333 <properties class="com.example.myproject.controller.UserControllerTest" method="testUploadUserAvatar">
334 <option name="EMULATED" value="true" />
335 <option name="WATCH_EXIT" value="false" />
336 </properties>
337 <option name="timeStamp" value="1" />
338 </line-breakpoint>
339 </breakpoints>
340 </breakpoint-manager>
341 </component>
22301115cf6dba22025-03-25 19:06:21 +0800342</project>