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"> |
YelinCui | fdf4ed7 | 2025-05-26 11:49:36 +0800 | [diff] [blame] | 7 | <list default="true" id="f008fe30-0711-42e2-bb33-17dcfdbad387" name="Changes" comment=""> |
22301138 | f682451 | 2025-06-04 02:03:13 +0800 | [diff] [blame^] | 8 | <change afterPath="$PROJECT_DIR$/src/main/java/com/example/myproject/entity/UserInviteCode.java" afterDir="false" /> |
| 9 | <change afterPath="$PROJECT_DIR$/src/main/java/com/example/myproject/repository/UserInviteCodeRepository.java" afterDir="false" /> |
| 10 | <change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" /> |
| 11 | <change beforePath="$PROJECT_DIR$/.idea/vcs.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" /> |
YelinCui | fdf4ed7 | 2025-05-26 11:49:36 +0800 | [diff] [blame] | 12 | <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> |
YelinCui | fdf4ed7 | 2025-05-26 11:49:36 +0800 | [diff] [blame] | 13 | <change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" /> |
YelinCui | fdf4ed7 | 2025-05-26 11:49:36 +0800 | [diff] [blame] | 14 | <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" /> |
22301138 | f682451 | 2025-06-04 02:03:13 +0800 | [diff] [blame^] | 15 | <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" /> |
| 16 | <change beforePath="$PROJECT_DIR$/src/main/java/com/example/myproject/repository/UserRepository.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/example/myproject/repository/UserRepository.java" afterDir="false" /> |
YelinCui | fdf4ed7 | 2025-05-26 11:49:36 +0800 | [diff] [blame] | 17 | <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" /> |
22301138 | f682451 | 2025-06-04 02:03:13 +0800 | [diff] [blame^] | 18 | <change beforePath="$PROJECT_DIR$/src/main/java/com/example/myproject/service/serviceImpl/UserDetailsServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/example/myproject/service/serviceImpl/UserDetailsServiceImpl.java" afterDir="false" /> |
| 19 | <change beforePath="$PROJECT_DIR$/src/main/java/com/example/myproject/service/serviceImpl/UserServiceImpl.java" beforeDir="false" /> |
YelinCui | fdf4ed7 | 2025-05-26 11:49:36 +0800 | [diff] [blame] | 20 | <change beforePath="$PROJECT_DIR$/src/main/resources/application.properties" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/application.properties" afterDir="false" /> |
YelinCui | fdf4ed7 | 2025-05-26 11:49:36 +0800 | [diff] [blame] | 21 | <change beforePath="$PROJECT_DIR$/src/test/java/com/example/myproject/controller/UserControllerTest.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/test/java/com/example/myproject/controller/UserControllerTest.java" afterDir="false" /> |
22301138 | f682451 | 2025-06-04 02:03:13 +0800 | [diff] [blame^] | 22 | <change beforePath="$PROJECT_DIR$/target/classes/application.properties" beforeDir="false" /> |
YelinCui | fdf4ed7 | 2025-05-26 11:49:36 +0800 | [diff] [blame] | 23 | <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/MyProjectApplication.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/example/myproject/MyProjectApplication.class" afterDir="false" /> |
22301138 | f682451 | 2025-06-04 02:03:13 +0800 | [diff] [blame^] | 24 | <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/controller/UserController$EmailRequest.class" beforeDir="false" /> |
| 25 | <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/controller/UserController$VerificationRequest.class" beforeDir="false" /> |
YelinCui | fdf4ed7 | 2025-05-26 11:49:36 +0800 | [diff] [blame] | 26 | <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" /> |
22301138 | f682451 | 2025-06-04 02:03:13 +0800 | [diff] [blame^] | 27 | <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" /> |
| 28 | <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/service/serviceImpl/UserDetailsServiceImpl.class" beforeDir="false" /> |
| 29 | <change beforePath="$PROJECT_DIR$/target/classes/com/example/myproject/service/serviceImpl/UserServiceImpl.class" beforeDir="false" /> |
| 30 | <change beforePath="$PROJECT_DIR$/target/classes/files/files.torrent" beforeDir="false" /> |
| 31 | <change beforePath="$PROJECT_DIR$/target/classes/mapper/FavoriteMapper.xml" beforeDir="false" /> |
| 32 | <change beforePath="$PROJECT_DIR$/target/classes/mapper/PromotionMapper.xml" beforeDir="false" /> |
| 33 | <change beforePath="$PROJECT_DIR$/target/classes/mapper/TorrentMapper.xml" beforeDir="false" /> |
| 34 | <change beforePath="$PROJECT_DIR$/target/classes/mapper/UserMapper.xml" beforeDir="false" /> |
| 35 | <change beforePath="$PROJECT_DIR$/target/classes/mapper/VerificationTokenMapper.xml" beforeDir="false" /> |
| 36 | <change beforePath="$PROJECT_DIR$/target/classes/output/valid.torrent" beforeDir="false" /> |
| 37 | <change beforePath="$PROJECT_DIR$/target/echo-backend-1.0-SNAPSHOT.jar" beforeDir="false" afterPath="$PROJECT_DIR$/target/echo-backend-1.0-SNAPSHOT.jar" afterDir="false" /> |
| 38 | <change beforePath="$PROJECT_DIR$/target/echo-backend-1.0-SNAPSHOT.jar.original" beforeDir="false" afterPath="$PROJECT_DIR$/target/echo-backend-1.0-SNAPSHOT.jar.original" afterDir="false" /> |
| 39 | <change beforePath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" beforeDir="false" afterPath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" afterDir="false" /> |
| 40 | <change beforePath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" beforeDir="false" afterPath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" afterDir="false" /> |
| 41 | <change beforePath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst" beforeDir="false" afterPath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst" afterDir="false" /> |
| 42 | <change beforePath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst" beforeDir="false" afterPath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst" afterDir="false" /> |
| 43 | <change beforePath="$PROJECT_DIR$/target/test-classes/classpath.index" beforeDir="false" /> |
| 44 | <change beforePath="$PROJECT_DIR$/target/test-classes/com/example/myproject/controller/UserControllerTest$1.class" beforeDir="false" /> |
| 45 | <change beforePath="$PROJECT_DIR$/target/test-classes/com/example/myproject/controller/UserControllerTest.class" beforeDir="false" /> |
YelinCui | fdf4ed7 | 2025-05-26 11:49:36 +0800 | [diff] [blame] | 46 | </list> |
22301115 | cf6dba2 | 2025-03-25 19:06:21 +0800 | [diff] [blame] | 47 | <option name="SHOW_DIALOG" value="false" /> |
| 48 | <option name="HIGHLIGHT_CONFLICTS" value="true" /> |
| 49 | <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> |
| 50 | <option name="LAST_RESOLUTION" value="IGNORE" /> |
| 51 | </component> |
| 52 | <component name="FileTemplateManagerImpl"> |
| 53 | <option name="RECENT_TEMPLATES"> |
| 54 | <list> |
| 55 | <option value="Class" /> |
| 56 | </list> |
| 57 | </option> |
| 58 | </component> |
| 59 | <component name="Git.Settings"> |
| 60 | <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> |
22301138 | f682451 | 2025-06-04 02:03:13 +0800 | [diff] [blame^] | 61 | <option name="ROOT_SYNC" value="SYNC" /> |
22301115 | cf6dba2 | 2025-03-25 19:06:21 +0800 | [diff] [blame] | 62 | </component> |
| 63 | <component name="MarkdownSettingsMigration"> |
| 64 | <option name="stateVersion" value="1" /> |
| 65 | </component> |
YelinCui | fdf4ed7 | 2025-05-26 11:49:36 +0800 | [diff] [blame] | 66 | <component name="ProblemsViewState"> |
22301138 | f682451 | 2025-06-04 02:03:13 +0800 | [diff] [blame^] | 67 | <option name="selectedTabId" value="ProjectErrors" /> |
YelinCui | fdf4ed7 | 2025-05-26 11:49:36 +0800 | [diff] [blame] | 68 | </component> |
22301115 | cf6dba2 | 2025-03-25 19:06:21 +0800 | [diff] [blame] | 69 | <component name="ProjectId" id="2vZNfNTEFyHApdxmHZ7Y0rlJjKB" /> |
| 70 | <component name="ProjectLevelVcsManager" settingsEditedManually="true" /> |
| 71 | <component name="ProjectViewState"> |
| 72 | <option name="hideEmptyMiddlePackages" value="true" /> |
| 73 | <option name="showLibraryContents" value="true" /> |
| 74 | </component> |
22301138 | f682451 | 2025-06-04 02:03:13 +0800 | [diff] [blame^] | 75 | <component name="PropertiesComponent"><![CDATA[{ |
| 76 | "keyToString": { |
| 77 | "JUnit.UserControllerTest.executor": "Run", |
| 78 | "RequestMappingsPanelOrder0": "0", |
| 79 | "RequestMappingsPanelOrder1": "1", |
| 80 | "RequestMappingsPanelWidth0": "75", |
| 81 | "RequestMappingsPanelWidth1": "75", |
| 82 | "RunOnceActivity.OpenProjectViewOnStart": "true", |
| 83 | "RunOnceActivity.ShowReadmeOnStart": "true", |
| 84 | "Spring Boot.MyProjectApplication.executor": "Run", |
| 85 | "git-widget-placeholder": "master", |
| 86 | "last_opened_file_path": "D:/PT/echo-backend/src/main/java/com/example/myproject/service", |
| 87 | "node.js.selected.package.tslint": "(autodetect)", |
| 88 | "应用程序.MyProjectApplication.executor": "Run" |
22301115 | cf6dba2 | 2025-03-25 19:06:21 +0800 | [diff] [blame] | 89 | } |
22301138 | f682451 | 2025-06-04 02:03:13 +0800 | [diff] [blame^] | 90 | }]]></component> |
22301115 | cf6dba2 | 2025-03-25 19:06:21 +0800 | [diff] [blame] | 91 | <component name="RecentsManager"> |
22301138 | f682451 | 2025-06-04 02:03:13 +0800 | [diff] [blame^] | 92 | <key name="CopyFile.RECENT_KEYS"> |
| 93 | <recent name="D:\PT\echo-backend\src\main\java\com\example\myproject\service" /> |
| 94 | <recent name="D:\PT\echo-backend\src\main\java\com\example\myproject\controller" /> |
| 95 | </key> |
22301115 | cf6dba2 | 2025-03-25 19:06:21 +0800 | [diff] [blame] | 96 | <key name="MoveFile.RECENT_KEYS"> |
| 97 | <recent name="D:\study\学习资源\大三下\school\echo-backend\src\main\resources\mapper" /> |
| 98 | </key> |
| 99 | </component> |
22301138 | f682451 | 2025-06-04 02:03:13 +0800 | [diff] [blame^] | 100 | <component name="RunManager" selected="JUnit.UserControllerTest"> |
YelinCui | fdf4ed7 | 2025-05-26 11:49:36 +0800 | [diff] [blame] | 101 | <configuration name="BtClient" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true"> |
| 102 | <option name="MAIN_CLASS_NAME" value="com.example.myproject.client.BtClient" /> |
| 103 | <module name="echo-backend" /> |
| 104 | <extension name="coverage"> |
| 105 | <pattern> |
| 106 | <option name="PATTERN" value="com.example.myproject.client.*" /> |
| 107 | <option name="ENABLED" value="true" /> |
| 108 | </pattern> |
| 109 | </extension> |
| 110 | <method v="2"> |
| 111 | <option name="Make" enabled="true" /> |
| 112 | </method> |
| 113 | </configuration> |
| 114 | <configuration name="MyProjectApplication" type="Application" factoryName="Application" temporary="true"> |
| 115 | <option name="MAIN_CLASS_NAME" value="com.example.myproject.MyProjectApplication" /> |
| 116 | <module name="echo-backend" /> |
| 117 | <extension name="coverage"> |
| 118 | <pattern> |
| 119 | <option name="PATTERN" value="com.example.myproject.*" /> |
| 120 | <option name="ENABLED" value="true" /> |
| 121 | </pattern> |
| 122 | </extension> |
| 123 | <method v="2"> |
| 124 | <option name="Make" enabled="true" /> |
| 125 | </method> |
| 126 | </configuration> |
| 127 | <configuration name="MyProjectApplication" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true"> |
| 128 | <option name="MAIN_CLASS_NAME" value="com.example.myproject.MyProjectApplication" /> |
| 129 | <module name="echo-backend" /> |
| 130 | <extension name="coverage"> |
| 131 | <pattern> |
| 132 | <option name="PATTERN" value="com.example.myproject.*" /> |
| 133 | <option name="ENABLED" value="true" /> |
| 134 | </pattern> |
| 135 | </extension> |
| 136 | <method v="2"> |
| 137 | <option name="Make" enabled="true" /> |
| 138 | </method> |
| 139 | </configuration> |
| 140 | <configuration name="TrackerServer" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true"> |
| 141 | <option name="MAIN_CLASS_NAME" value="com.example.myproject.tracker.TrackerServer" /> |
| 142 | <module name="echo-backend" /> |
| 143 | <extension name="coverage"> |
| 144 | <pattern> |
| 145 | <option name="PATTERN" value="com.example.myproject.tracker.*" /> |
| 146 | <option name="ENABLED" value="true" /> |
| 147 | </pattern> |
| 148 | </extension> |
| 149 | <method v="2"> |
| 150 | <option name="Make" enabled="true" /> |
| 151 | </method> |
| 152 | </configuration> |
| 153 | <configuration name="TorrentControllerTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true"> |
| 154 | <module name="echo-backend" /> |
| 155 | <extension name="coverage"> |
| 156 | <pattern> |
| 157 | <option name="PATTERN" value="com.example.myproject.controller.*" /> |
| 158 | <option name="ENABLED" value="true" /> |
| 159 | </pattern> |
| 160 | </extension> |
| 161 | <option name="PACKAGE_NAME" value="com.example.myproject.controller" /> |
| 162 | <option name="MAIN_CLASS_NAME" value="com.example.myproject.controller.TorrentControllerTest" /> |
| 163 | <option name="TEST_OBJECT" value="class" /> |
| 164 | <method v="2"> |
| 165 | <option name="Make" enabled="true" /> |
| 166 | </method> |
| 167 | </configuration> |
22301138 | f682451 | 2025-06-04 02:03:13 +0800 | [diff] [blame^] | 168 | <configuration name="UserControllerTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true"> |
| 169 | <module name="echo-backend" /> |
| 170 | <extension name="coverage"> |
| 171 | <pattern> |
| 172 | <option name="PATTERN" value="com.example.myproject.controller.*" /> |
| 173 | <option name="ENABLED" value="true" /> |
| 174 | </pattern> |
| 175 | </extension> |
| 176 | <option name="PACKAGE_NAME" value="com.example.myproject.controller" /> |
| 177 | <option name="MAIN_CLASS_NAME" value="com.example.myproject.controller.UserControllerTest" /> |
| 178 | <option name="TEST_OBJECT" value="class" /> |
| 179 | <method v="2"> |
| 180 | <option name="Make" enabled="true" /> |
| 181 | </method> |
| 182 | </configuration> |
| 183 | <configuration name="MyProjectApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true"> |
| 184 | <module name="echo-backend" /> |
| 185 | <option name="SPRING_BOOT_MAIN_CLASS" value="com.example.myproject.MyProjectApplication" /> |
| 186 | <method v="2"> |
| 187 | <option name="Make" enabled="true" /> |
| 188 | </method> |
| 189 | </configuration> |
YelinCui | fdf4ed7 | 2025-05-26 11:49:36 +0800 | [diff] [blame] | 190 | <recent_temporary> |
| 191 | <list> |
22301138 | f682451 | 2025-06-04 02:03:13 +0800 | [diff] [blame^] | 192 | <item itemvalue="JUnit.UserControllerTest" /> |
YelinCui | fdf4ed7 | 2025-05-26 11:49:36 +0800 | [diff] [blame] | 193 | <item itemvalue="应用程序.MyProjectApplication" /> |
| 194 | <item itemvalue="JUnit.TorrentControllerTest" /> |
| 195 | </list> |
| 196 | </recent_temporary> |
| 197 | </component> |
22301115 | cf6dba2 | 2025-03-25 19:06:21 +0800 | [diff] [blame] | 198 | <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" /> |
| 199 | <component name="TaskManager"> |
| 200 | <task active="true" id="Default" summary="Default task"> |
| 201 | <changelist id="f008fe30-0711-42e2-bb33-17dcfdbad387" name="Changes" comment="" /> |
| 202 | <created>1744348740342</created> |
| 203 | <option name="number" value="Default" /> |
| 204 | <option name="presentableId" value="Default" /> |
| 205 | <updated>1744348740342</updated> |
| 206 | </task> |
| 207 | <servers /> |
| 208 | </component> |
22301138 | f682451 | 2025-06-04 02:03:13 +0800 | [diff] [blame^] | 209 | <component name="Vcs.Log.Tabs.Properties"> |
| 210 | <option name="TAB_STATES"> |
| 211 | <map> |
| 212 | <entry key="MAIN"> |
| 213 | <value> |
| 214 | <State /> |
| 215 | </value> |
| 216 | </entry> |
| 217 | </map> |
| 218 | </option> |
| 219 | </component> |
22301115 | cf6dba2 | 2025-03-25 19:06:21 +0800 | [diff] [blame] | 220 | </project> |