blob: 0709a149dc37014b341aa06b087b320f8b5a33cf [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">
Krishya025bdbc2025-06-07 01:20:10 +08008 <change afterPath="$PROJECT_DIR$/src/main/java/com/example/myproject/controller/Test.java" afterDir="false" />
JinGefe5140c2025-06-06 20:07:42 +08009 <change beforePath="$PROJECT_DIR$/.idea/dataSources.local.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/dataSources.local.xml" afterDir="false" />
Krishya025bdbc2025-06-07 01:20:10 +080010 <change beforePath="$PROJECT_DIR$/.idea/dataSources/6d2a7063-ae4c-471f-ae05-e32dede5d0ec.xml" beforeDir="false" />
11 <change beforePath="$PROJECT_DIR$/.idea/jarRepositories.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/jarRepositories.xml" afterDir="false" />
JinGefe5140c2025-06-06 20:07:42 +080012 <change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
YelinCuifdf4ed72025-05-26 11:49:36 +080013 <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
JinGefe5140c2025-06-06 20:07:42 +080014 <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" />
Krishya025bdbc2025-06-07 01:20:10 +080015 <change beforePath="$PROJECT_DIR$/src/main/java/com/example/myproject/mapper/PromotionMapper.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/example/myproject/mapper/PromotionMapper.java" afterDir="false" />
16 <change beforePath="$PROJECT_DIR$/src/main/java/com/example/myproject/service/serviceImpl/PromotionServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/example/myproject/service/serviceImpl/PromotionServiceImpl.java" afterDir="false" />
JinGefe5140c2025-06-06 20:07:42 +080017 <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" />
18 <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" />
19 <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" />
20 <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" />
JinGefe5140c2025-06-06 20:07:42 +080021 <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" />
22 <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" />
23 <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" />
JinGefe5140c2025-06-06 20:07:42 +080024 <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" />
25 <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" />
Krishya025bdbc2025-06-07 01:20:10 +080026 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/dto/TrackerProtocol.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/dto/TrackerProtocol.class" afterDir="false" />
JinGefe5140c2025-06-06 20:07:42 +080027 <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" />
28 <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" />
29 <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" />
30 <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" />
31 <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" />
32 <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" />
33 <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" />
34 <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" />
Krishya025bdbc2025-06-07 01:20:10 +080035 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/entity/TorrentReport$TorrentReportBuilder.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/entity/TorrentReport$TorrentReportBuilder.class" afterDir="false" />
36 <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/entity/TorrentReport.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/entity/TorrentReport.class" afterDir="false" />
JinGefe5140c2025-06-06 20:07:42 +080037 <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" />
38 <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" />
39 <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" />
40 <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" />
41 <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" />
42 <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" />
43 <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" />
JinGefe5140c2025-06-06 20:07:42 +080044 <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" />
45 <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" />
46 <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" />
47 <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 +080048 <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 +080049 <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" />
50 <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" />
YelinCuifdf4ed72025-05-26 11:49:36 +080051 </list>
22301138b295a5f2025-06-04 19:20:30 +080052 <option name="SHOW_DIALOG" value="false" />
22301115cf6dba22025-03-25 19:06:21 +080053 <option name="HIGHLIGHT_CONFLICTS" value="true" />
54 <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
55 <option name="LAST_RESOLUTION" value="IGNORE" />
56 </component>
57 <component name="FileTemplateManagerImpl">
58 <option name="RECENT_TEMPLATES">
59 <list>
60 <option value="Class" />
61 </list>
62 </option>
63 </component>
64 <component name="Git.Settings">
65 <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
223011385e9c35a2025-06-04 15:52:45 +080066 <option name="ROOT_SYNC" value="SYNC" />
22301115cf6dba22025-03-25 19:06:21 +080067 </component>
223011385d076852025-06-05 17:28:06 +080068 <component name="HighlightingSettingsPerFile">
69 <setting file="file://$PROJECT_DIR$/src/main/java/com/example/myproject/config/WebConfig.java" root0="FORCE_HIGHLIGHTING" />
70 <setting file="file://$PROJECT_DIR$/src/main/java/com/example/myproject/service/PostService.java" root0="FORCE_HIGHLIGHTING" />
71 </component>
22301115cf6dba22025-03-25 19:06:21 +080072 <component name="MarkdownSettingsMigration">
73 <option name="stateVersion" value="1" />
74 </component>
YelinCuifdf4ed72025-05-26 11:49:36 +080075 <component name="ProblemsViewState">
22301138b2533412025-06-05 00:18:58 +080076 <option name="selectedTabId" value="CurrentFile" />
YelinCuifdf4ed72025-05-26 11:49:36 +080077 </component>
223011385e9c35a2025-06-04 15:52:45 +080078 <component name="ProjectColorInfo">{
79 &quot;associatedIndex&quot;: 0
80}</component>
22301115cf6dba22025-03-25 19:06:21 +080081 <component name="ProjectId" id="2vZNfNTEFyHApdxmHZ7Y0rlJjKB" />
JinGefe5140c2025-06-06 20:07:42 +080082 <component name="ProjectLevelVcsManager" settingsEditedManually="true">
83 <ConfirmationsSetting value="2" id="Add" />
84 </component>
22301115cf6dba22025-03-25 19:06:21 +080085 <component name="ProjectViewState">
86 <option name="hideEmptyMiddlePackages" value="true" />
87 <option name="showLibraryContents" value="true" />
88 </component>
JinGefe5140c2025-06-06 20:07:42 +080089 <component name="PropertiesComponent"><![CDATA[{
90 "keyToString": {
91 "ASKED_ADD_EXTERNAL_FILES": "true",
92 "JUnit.UserControllerTest.executor": "Run",
93 "JUnit.UserControllerTest.testUpdateUserAvatar.executor": "Run",
94 "JUnit.UserControllerTest.testUploadUserAvatar.executor": "Run",
95 "RequestMappingsPanelOrder0": "0",
96 "RequestMappingsPanelOrder1": "1",
97 "RequestMappingsPanelWidth0": "75",
98 "RequestMappingsPanelWidth1": "75",
99 "RunOnceActivity.OpenProjectViewOnStart": "true",
100 "RunOnceActivity.ShowReadmeOnStart": "true",
101 "RunOnceActivity.git.unshallow": "true",
102 "Spring Boot.MyProjectApplication.executor": "Run",
Krishya025bdbc2025-06-07 01:20:10 +0800103 "WebServerToolWindowFactoryState": "false",
JinGefe5140c2025-06-06 20:07:42 +0800104 "git-widget-placeholder": "完成pt与bt交互、补充图片资源",
105 "ignore.virus.scanning.warn.message": "true",
106 "kotlin-language-version-configured": "true",
Krishya025bdbc2025-06-07 01:20:10 +0800107 "last_opened_file_path": "D:/EchoTorrent/echo-backend",
JinGefe5140c2025-06-06 20:07:42 +0800108 "node.js.detected.package.eslint": "true",
109 "node.js.selected.package.eslint": "(autodetect)",
110 "node.js.selected.package.tslint": "(autodetect)",
111 "nodejs_package_manager_path": "npm",
112 "settings.editor.selected.configurable": "project.propVCSSupport.DirectoryMappings",
Krishya025bdbc2025-06-07 01:20:10 +0800113 "spring.configuration.checksum": "7395fbe190575546ce46bbbb7113b62b",
JinGefe5140c2025-06-06 20:07:42 +0800114 "vue.rearranger.settings.migration": "true",
115 "应用程序.MyProjectApplication.executor": "Run"
22301138b295a5f2025-06-04 19:20:30 +0800116 },
JinGefe5140c2025-06-06 20:07:42 +0800117 "keyToStringList": {
118 "DatabaseDriversLRU": [
119 "mysql_aurora"
22301138b295a5f2025-06-04 19:20:30 +0800120 ]
22301115cf6dba22025-03-25 19:06:21 +0800121 }
JinGefe5140c2025-06-06 20:07:42 +0800122}]]></component>
22301115cf6dba22025-03-25 19:06:21 +0800123 <component name="RecentsManager">
223011385e9c35a2025-06-04 15:52:45 +0800124 <key name="CopyFile.RECENT_KEYS">
JinGefe5140c2025-06-06 20:07:42 +0800125 <recent name="D:\Desktop\echo后端\echo-backend\images" />
126 <recent name="D:\Desktop\echo后端\echo-backend\uploads\dynamic" />
22301138c1017df2025-06-05 16:11:39 +0800127 <recent name="D:\PT\echo-backend\src\main\java\com\example\myproject\config" />
223011385e9c35a2025-06-04 15:52:45 +0800128 <recent name="D:\PT\echo-backend\src\main\java\com\example\myproject\service" />
129 <recent name="D:\PT\echo-backend\src\main\java\com\example\myproject\controller" />
130 </key>
22301115cf6dba22025-03-25 19:06:21 +0800131 <key name="MoveFile.RECENT_KEYS">
132 <recent name="D:\study\学习资源\大三下\school\echo-backend\src\main\resources\mapper" />
133 </key>
134 </component>
YelinCuibde0b9a2025-06-05 21:46:37 +0800135 <component name="RunManager" selected="应用程序.MyProjectApplication">
2230111590135d72025-06-03 17:11:40 +0800136 <configuration name="MyProjectApplication" type="Application" factoryName="Application" temporary="true">
137 <option name="MAIN_CLASS_NAME" value="com.example.myproject.MyProjectApplication" />
138 <module name="echo-backend" />
139 <extension name="coverage">
140 <pattern>
141 <option name="PATTERN" value="com.example.myproject.*" />
142 <option name="ENABLED" value="true" />
143 </pattern>
144 </extension>
145 <method v="2">
146 <option name="Make" enabled="true" />
147 </method>
148 </configuration>
149 <configuration name="MyProjectApplication" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
150 <option name="MAIN_CLASS_NAME" value="com.example.myproject.MyProjectApplication" />
151 <module name="echo-backend" />
152 <extension name="coverage">
153 <pattern>
154 <option name="PATTERN" value="com.example.myproject.*" />
155 <option name="ENABLED" value="true" />
156 </pattern>
157 </extension>
158 <method v="2">
159 <option name="Make" enabled="true" />
160 </method>
161 </configuration>
2230111590135d72025-06-03 17:11:40 +0800162 <configuration name="TorrentControllerTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
223011381c359102025-06-03 15:19:59 +0800163 <module name="echo-backend" />
164 <extension name="coverage">
165 <pattern>
166 <option name="PATTERN" value="com.example.myproject.controller.*" />
167 <option name="ENABLED" value="true" />
168 </pattern>
169 </extension>
170 <option name="PACKAGE_NAME" value="com.example.myproject.controller" />
2230111590135d72025-06-03 17:11:40 +0800171 <option name="MAIN_CLASS_NAME" value="com.example.myproject.controller.TorrentControllerTest" />
YelinCuifdf4ed72025-05-26 11:49:36 +0800172 <option name="TEST_OBJECT" value="class" />
173 <method v="2">
174 <option name="Make" enabled="true" />
175 </method>
176 </configuration>
223011385e9c35a2025-06-04 15:52:45 +0800177 <configuration name="UserControllerTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
178 <module name="echo-backend" />
179 <extension name="coverage">
180 <pattern>
181 <option name="PATTERN" value="com.example.myproject.controller.*" />
182 <option name="ENABLED" value="true" />
183 </pattern>
184 </extension>
185 <option name="PACKAGE_NAME" value="com.example.myproject.controller" />
186 <option name="MAIN_CLASS_NAME" value="com.example.myproject.controller.UserControllerTest" />
187 <option name="TEST_OBJECT" value="class" />
188 <method v="2">
189 <option name="Make" enabled="true" />
190 </method>
191 </configuration>
22301138b2533412025-06-05 00:18:58 +0800192 <configuration name="UserControllerTest.testUpdateUserAvatar" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
193 <module name="echo-backend" />
194 <extension name="coverage">
195 <pattern>
196 <option name="PATTERN" value="com.example.myproject.controller.*" />
197 <option name="ENABLED" value="true" />
198 </pattern>
199 </extension>
200 <option name="PACKAGE_NAME" value="com.example.myproject.controller" />
201 <option name="MAIN_CLASS_NAME" value="com.example.myproject.controller.UserControllerTest" />
202 <option name="METHOD_NAME" value="testUpdateUserAvatar" />
203 <option name="TEST_OBJECT" value="method" />
204 <method v="2">
205 <option name="Make" enabled="true" />
206 </method>
207 </configuration>
208 <configuration name="UserControllerTest.testUploadUserAvatar" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
209 <module name="echo-backend" />
210 <extension name="coverage">
211 <pattern>
212 <option name="PATTERN" value="com.example.myproject.controller.*" />
213 <option name="ENABLED" value="true" />
214 </pattern>
215 </extension>
216 <option name="PACKAGE_NAME" value="com.example.myproject.controller" />
217 <option name="MAIN_CLASS_NAME" value="com.example.myproject.controller.UserControllerTest" />
218 <option name="METHOD_NAME" value="testUploadUserAvatar" />
219 <option name="TEST_OBJECT" value="method" />
220 <method v="2">
221 <option name="Make" enabled="true" />
222 </method>
223 </configuration>
223011385e9c35a2025-06-04 15:52:45 +0800224 <configuration name="MyProjectApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
225 <module name="echo-backend" />
226 <option name="SPRING_BOOT_MAIN_CLASS" value="com.example.myproject.MyProjectApplication" />
227 <method v="2">
228 <option name="Make" enabled="true" />
229 </method>
230 </configuration>
YelinCuifdf4ed72025-05-26 11:49:36 +0800231 <recent_temporary>
232 <list>
YelinCuibde0b9a2025-06-05 21:46:37 +0800233 <item itemvalue="应用程序.MyProjectApplication" />
22301138b2533412025-06-05 00:18:58 +0800234 <item itemvalue="JUnit.UserControllerTest.testUploadUserAvatar" />
235 <item itemvalue="JUnit.UserControllerTest.testUpdateUserAvatar" />
223011385e9c35a2025-06-04 15:52:45 +0800236 <item itemvalue="JUnit.UserControllerTest" />
2230111590135d72025-06-03 17:11:40 +0800237 <item itemvalue="JUnit.TorrentControllerTest" />
YelinCuifdf4ed72025-05-26 11:49:36 +0800238 </list>
239 </recent_temporary>
240 </component>
22301115cf6dba22025-03-25 19:06:21 +0800241 <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
242 <component name="TaskManager">
243 <task active="true" id="Default" summary="Default task">
244 <changelist id="f008fe30-0711-42e2-bb33-17dcfdbad387" name="Changes" comment="" />
245 <created>1744348740342</created>
246 <option name="number" value="Default" />
247 <option name="presentableId" value="Default" />
248 <updated>1744348740342</updated>
223011385e9c35a2025-06-04 15:52:45 +0800249 <workItem from="1749007243227" duration="1245000" />
22301138b2533412025-06-05 00:18:58 +0800250 <workItem from="1749033374884" duration="7535000" />
22301138c1017df2025-06-05 16:11:39 +0800251 <workItem from="1749048857906" duration="4388000" />
223011385d076852025-06-05 17:28:06 +0800252 <workItem from="1749109821491" duration="5517000" />
JinGefe5140c2025-06-06 20:07:42 +0800253 <workItem from="1749206945935" duration="4467000" />
Krishya025bdbc2025-06-07 01:20:10 +0800254 <workItem from="1749228924144" duration="1349000" />
22301115cf6dba22025-03-25 19:06:21 +0800255 </task>
223011385e9c35a2025-06-04 15:52:45 +0800256 <task id="LOCAL-00001" summary="pom">
257 <option name="closed" value="true" />
258 <created>1749011916131</created>
259 <option name="number" value="00001" />
260 <option name="presentableId" value="LOCAL-00001" />
261 <option name="project" value="LOCAL" />
262 <updated>1749011916131</updated>
263 </task>
264 <task id="LOCAL-00002" summary="pom">
265 <option name="closed" value="true" />
266 <created>1749012141761</created>
267 <option name="number" value="00002" />
268 <option name="presentableId" value="LOCAL-00002" />
269 <option name="project" value="LOCAL" />
270 <updated>1749012141761</updated>
271 </task>
272 <option name="localTasksCounter" value="3" />
22301115cf6dba22025-03-25 19:06:21 +0800273 <servers />
274 </component>
223011385e9c35a2025-06-04 15:52:45 +0800275 <component name="TypeScriptGeneratedFilesManager">
276 <option name="version" value="3" />
277 </component>
278 <component name="Vcs.Log.Tabs.Properties">
279 <option name="TAB_STATES">
280 <map>
281 <entry key="MAIN">
282 <value>
283 <State>
284 <option name="FILTERS">
285 <map>
286 <entry key="branch">
287 <value>
288 <list>
289 <option value="master" />
290 </list>
291 </value>
292 </entry>
293 </map>
294 </option>
295 </State>
296 </value>
297 </entry>
298 </map>
299 </option>
300 </component>
301 <component name="VcsManagerConfiguration">
JinGefe5140c2025-06-06 20:07:42 +0800302 <option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
223011385e9c35a2025-06-04 15:52:45 +0800303 <MESSAGE value="pom" />
304 <option name="LAST_COMMIT_MESSAGE" value="pom" />
305 </component>
22301138c1017df2025-06-05 16:11:39 +0800306 <component name="XDebuggerManager">
307 <breakpoint-manager>
308 <breakpoints>
309 <line-breakpoint enabled="true" type="java-method">
310 <url>file://$PROJECT_DIR$/src/test/java/com/example/myproject/controller/UserControllerTest.java</url>
311 <line>235</line>
312 <properties class="com.example.myproject.controller.UserControllerTest" method="testUploadUserAvatar">
313 <option name="EMULATED" value="true" />
314 <option name="WATCH_EXIT" value="false" />
315 </properties>
316 <option name="timeStamp" value="1" />
317 </line-breakpoint>
318 </breakpoints>
319 </breakpoint-manager>
320 </component>
22301115cf6dba22025-03-25 19:06:21 +0800321</project>