22301115 | cf6dba2 | 2025-03-25 19:06:21 +0800 | [diff] [blame] | 1 | <?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"> |
22301138 | 5e9c35a | 2025-06-04 15:52:45 +0800 | [diff] [blame] | 7 | <list default="true" id="f008fe30-0711-42e2-bb33-17dcfdbad387" name="Changes" comment="pom"> |
JinGe | fe5140c | 2025-06-06 20:07:42 +0800 | [diff] [blame^] | 8 | <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" /> |
YelinCui | fdf4ed7 | 2025-05-26 11:49:36 +0800 | [diff] [blame] | 11 | <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> |
JinGe | fe5140c | 2025-06-06 20:07:42 +0800 | [diff] [blame^] | 12 | <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" /> |
YelinCui | 196bd69 | 2025-06-05 22:18:17 +0800 | [diff] [blame] | 23 | <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" /> |
JinGe | fe5140c | 2025-06-06 20:07:42 +0800 | [diff] [blame^] | 24 | <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" /> |
YelinCui | 196bd69 | 2025-06-05 22:18:17 +0800 | [diff] [blame] | 57 | <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" /> |
JinGe | fe5140c | 2025-06-06 20:07:42 +0800 | [diff] [blame^] | 58 | <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" /> |
YelinCui | fdf4ed7 | 2025-05-26 11:49:36 +0800 | [diff] [blame] | 75 | </list> |
22301138 | b295a5f | 2025-06-04 19:20:30 +0800 | [diff] [blame] | 76 | <option name="SHOW_DIALOG" value="false" /> |
22301115 | cf6dba2 | 2025-03-25 19:06:21 +0800 | [diff] [blame] | 77 | <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$" /> |
22301138 | 5e9c35a | 2025-06-04 15:52:45 +0800 | [diff] [blame] | 90 | <option name="ROOT_SYNC" value="SYNC" /> |
22301115 | cf6dba2 | 2025-03-25 19:06:21 +0800 | [diff] [blame] | 91 | </component> |
22301138 | 5d07685 | 2025-06-05 17:28:06 +0800 | [diff] [blame] | 92 | <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> |
22301115 | cf6dba2 | 2025-03-25 19:06:21 +0800 | [diff] [blame] | 96 | <component name="MarkdownSettingsMigration"> |
| 97 | <option name="stateVersion" value="1" /> |
| 98 | </component> |
YelinCui | fdf4ed7 | 2025-05-26 11:49:36 +0800 | [diff] [blame] | 99 | <component name="ProblemsViewState"> |
22301138 | b253341 | 2025-06-05 00:18:58 +0800 | [diff] [blame] | 100 | <option name="selectedTabId" value="CurrentFile" /> |
YelinCui | fdf4ed7 | 2025-05-26 11:49:36 +0800 | [diff] [blame] | 101 | </component> |
22301138 | 5e9c35a | 2025-06-04 15:52:45 +0800 | [diff] [blame] | 102 | <component name="ProjectColorInfo">{ |
| 103 | "associatedIndex": 0 |
| 104 | }</component> |
22301115 | cf6dba2 | 2025-03-25 19:06:21 +0800 | [diff] [blame] | 105 | <component name="ProjectId" id="2vZNfNTEFyHApdxmHZ7Y0rlJjKB" /> |
JinGe | fe5140c | 2025-06-06 20:07:42 +0800 | [diff] [blame^] | 106 | <component name="ProjectLevelVcsManager" settingsEditedManually="true"> |
| 107 | <ConfirmationsSetting value="2" id="Add" /> |
| 108 | </component> |
22301115 | cf6dba2 | 2025-03-25 19:06:21 +0800 | [diff] [blame] | 109 | <component name="ProjectViewState"> |
| 110 | <option name="hideEmptyMiddlePackages" value="true" /> |
| 111 | <option name="showLibraryContents" value="true" /> |
| 112 | </component> |
JinGe | fe5140c | 2025-06-06 20:07:42 +0800 | [diff] [blame^] | 113 | <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" |
22301138 | b295a5f | 2025-06-04 19:20:30 +0800 | [diff] [blame] | 138 | }, |
JinGe | fe5140c | 2025-06-06 20:07:42 +0800 | [diff] [blame^] | 139 | "keyToStringList": { |
| 140 | "DatabaseDriversLRU": [ |
| 141 | "mysql_aurora" |
22301138 | b295a5f | 2025-06-04 19:20:30 +0800 | [diff] [blame] | 142 | ] |
22301115 | cf6dba2 | 2025-03-25 19:06:21 +0800 | [diff] [blame] | 143 | } |
JinGe | fe5140c | 2025-06-06 20:07:42 +0800 | [diff] [blame^] | 144 | }]]></component> |
22301115 | cf6dba2 | 2025-03-25 19:06:21 +0800 | [diff] [blame] | 145 | <component name="RecentsManager"> |
22301138 | 5e9c35a | 2025-06-04 15:52:45 +0800 | [diff] [blame] | 146 | <key name="CopyFile.RECENT_KEYS"> |
JinGe | fe5140c | 2025-06-06 20:07:42 +0800 | [diff] [blame^] | 147 | <recent name="D:\Desktop\echo后端\echo-backend\images" /> |
| 148 | <recent name="D:\Desktop\echo后端\echo-backend\uploads\dynamic" /> |
22301138 | c1017df | 2025-06-05 16:11:39 +0800 | [diff] [blame] | 149 | <recent name="D:\PT\echo-backend\src\main\java\com\example\myproject\config" /> |
22301138 | 5e9c35a | 2025-06-04 15:52:45 +0800 | [diff] [blame] | 150 | <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> |
22301115 | cf6dba2 | 2025-03-25 19:06:21 +0800 | [diff] [blame] | 153 | <key name="MoveFile.RECENT_KEYS"> |
| 154 | <recent name="D:\study\学习资源\大三下\school\echo-backend\src\main\resources\mapper" /> |
| 155 | </key> |
| 156 | </component> |
YelinCui | bde0b9a | 2025-06-05 21:46:37 +0800 | [diff] [blame] | 157 | <component name="RunManager" selected="应用程序.MyProjectApplication"> |
22301115 | 90135d7 | 2025-06-03 17:11:40 +0800 | [diff] [blame] | 158 | <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> |
22301115 | 90135d7 | 2025-06-03 17:11:40 +0800 | [diff] [blame] | 184 | <configuration name="TorrentControllerTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true"> |
22301138 | 1c35910 | 2025-06-03 15:19:59 +0800 | [diff] [blame] | 185 | <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" /> |
22301115 | 90135d7 | 2025-06-03 17:11:40 +0800 | [diff] [blame] | 193 | <option name="MAIN_CLASS_NAME" value="com.example.myproject.controller.TorrentControllerTest" /> |
YelinCui | fdf4ed7 | 2025-05-26 11:49:36 +0800 | [diff] [blame] | 194 | <option name="TEST_OBJECT" value="class" /> |
| 195 | <method v="2"> |
| 196 | <option name="Make" enabled="true" /> |
| 197 | </method> |
| 198 | </configuration> |
22301138 | 5e9c35a | 2025-06-04 15:52:45 +0800 | [diff] [blame] | 199 | <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> |
22301138 | b253341 | 2025-06-05 00:18:58 +0800 | [diff] [blame] | 214 | <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> |
22301138 | 5e9c35a | 2025-06-04 15:52:45 +0800 | [diff] [blame] | 246 | <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> |
YelinCui | fdf4ed7 | 2025-05-26 11:49:36 +0800 | [diff] [blame] | 253 | <recent_temporary> |
| 254 | <list> |
YelinCui | bde0b9a | 2025-06-05 21:46:37 +0800 | [diff] [blame] | 255 | <item itemvalue="应用程序.MyProjectApplication" /> |
22301138 | b253341 | 2025-06-05 00:18:58 +0800 | [diff] [blame] | 256 | <item itemvalue="JUnit.UserControllerTest.testUploadUserAvatar" /> |
| 257 | <item itemvalue="JUnit.UserControllerTest.testUpdateUserAvatar" /> |
22301138 | 5e9c35a | 2025-06-04 15:52:45 +0800 | [diff] [blame] | 258 | <item itemvalue="JUnit.UserControllerTest" /> |
22301115 | 90135d7 | 2025-06-03 17:11:40 +0800 | [diff] [blame] | 259 | <item itemvalue="JUnit.TorrentControllerTest" /> |
YelinCui | fdf4ed7 | 2025-05-26 11:49:36 +0800 | [diff] [blame] | 260 | </list> |
| 261 | </recent_temporary> |
| 262 | </component> |
22301115 | cf6dba2 | 2025-03-25 19:06:21 +0800 | [diff] [blame] | 263 | <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> |
22301138 | 5e9c35a | 2025-06-04 15:52:45 +0800 | [diff] [blame] | 271 | <workItem from="1749007243227" duration="1245000" /> |
22301138 | b253341 | 2025-06-05 00:18:58 +0800 | [diff] [blame] | 272 | <workItem from="1749033374884" duration="7535000" /> |
22301138 | c1017df | 2025-06-05 16:11:39 +0800 | [diff] [blame] | 273 | <workItem from="1749048857906" duration="4388000" /> |
22301138 | 5d07685 | 2025-06-05 17:28:06 +0800 | [diff] [blame] | 274 | <workItem from="1749109821491" duration="5517000" /> |
JinGe | fe5140c | 2025-06-06 20:07:42 +0800 | [diff] [blame^] | 275 | <workItem from="1749206945935" duration="4467000" /> |
22301115 | cf6dba2 | 2025-03-25 19:06:21 +0800 | [diff] [blame] | 276 | </task> |
22301138 | 5e9c35a | 2025-06-04 15:52:45 +0800 | [diff] [blame] | 277 | <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" /> |
22301115 | cf6dba2 | 2025-03-25 19:06:21 +0800 | [diff] [blame] | 294 | <servers /> |
| 295 | </component> |
22301138 | 5e9c35a | 2025-06-04 15:52:45 +0800 | [diff] [blame] | 296 | <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"> |
JinGe | fe5140c | 2025-06-06 20:07:42 +0800 | [diff] [blame^] | 323 | <option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" /> |
22301138 | 5e9c35a | 2025-06-04 15:52:45 +0800 | [diff] [blame] | 324 | <MESSAGE value="pom" /> |
| 325 | <option name="LAST_COMMIT_MESSAGE" value="pom" /> |
| 326 | </component> |
22301138 | c1017df | 2025-06-05 16:11:39 +0800 | [diff] [blame] | 327 | <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> |
22301115 | cf6dba2 | 2025-03-25 19:06:21 +0800 | [diff] [blame] | 342 | </project> |