workspace.xml 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378
  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">
  7. <list default="true" id="d8501681-0944-4d49-82f9-09aabb10da6a" name="变更" comment="">
  8. <change afterPath="$PROJECT_DIR$/../education_uni/components/my-userinfo/my-userinfo.vue" afterDir="false" />
  9. <change afterPath="$PROJECT_DIR$/../education_uni/static/rightwhite.png" afterDir="false" />
  10. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  11. <change beforePath="$PROJECT_DIR$/common/service_base/src/main/java/com/xunwang/servicebase/utils/RandomNameUtils.java" beforeDir="false" />
  12. <change beforePath="$PROJECT_DIR$/service/service-education/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/service/service-education/pom.xml" afterDir="false" />
  13. <change beforePath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/controller/InviteInfoController.java" beforeDir="false" afterPath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/controller/InviteInfoController.java" afterDir="false" />
  14. <change beforePath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/controller/StudentRequirementsController.java" beforeDir="false" afterPath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/controller/StudentRequirementsController.java" afterDir="false" />
  15. <change beforePath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/entity/StuNeeds.java" beforeDir="false" afterPath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/entity/StuNeeds.java" afterDir="false" />
  16. <change beforePath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/entity/dto/MyStuNeedsDto.java" beforeDir="false" afterPath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/entity/dto/MyStuNeedsDto.java" afterDir="false" />
  17. <change beforePath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/entity/socket/Message.java" beforeDir="false" afterPath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/entity/socket/Message.java" afterDir="false" />
  18. <change beforePath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/handler/ChatEndpoint.java" beforeDir="false" afterPath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/handler/ChatEndpoint.java" afterDir="false" />
  19. <change beforePath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/mapper/xml/MyFavoriteNeedsMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/mapper/xml/MyFavoriteNeedsMapper.xml" afterDir="false" />
  20. <change beforePath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/mapper/xml/StudentRequirementsMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/mapper/xml/StudentRequirementsMapper.xml" afterDir="false" />
  21. <change beforePath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/service/impl/InviteInfoServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/service/impl/InviteInfoServiceImpl.java" afterDir="false" />
  22. <change beforePath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/util/MessageUtil.java" beforeDir="false" afterPath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/util/MessageUtil.java" afterDir="false" />
  23. <change beforePath="$PROJECT_DIR$/service/service-file/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/service/service-file/pom.xml" afterDir="false" />
  24. <change beforePath="$PROJECT_DIR$/service/service-payment/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/service/service-payment/pom.xml" afterDir="false" />
  25. <change beforePath="$PROJECT_DIR$/service/service-payment/src/main/java/com/xunwang/payment/controller/OrderInfoController.java" beforeDir="false" afterPath="$PROJECT_DIR$/service/service-payment/src/main/java/com/xunwang/payment/controller/OrderInfoController.java" afterDir="false" />
  26. <change beforePath="$PROJECT_DIR$/service/service-payment/src/main/java/com/xunwang/payment/mapper/xml/OrderInfoMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/service/service-payment/src/main/java/com/xunwang/payment/mapper/xml/OrderInfoMapper.xml" afterDir="false" />
  27. <change beforePath="$PROJECT_DIR$/service/service-ucenter/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/service/service-ucenter/pom.xml" afterDir="false" />
  28. <change beforePath="$PROJECT_DIR$/service/service-ucenter/src/main/java/com/xunwang/ucenter/service/impl/MiniProgramOpenidUidServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/service/service-ucenter/src/main/java/com/xunwang/ucenter/service/impl/MiniProgramOpenidUidServiceImpl.java" afterDir="false" />
  29. <change beforePath="$PROJECT_DIR$/../education_uni/components/my-coursedetail/my-coursedetail.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/components/my-coursedetail/my-coursedetail.vue" afterDir="false" />
  30. <change beforePath="$PROJECT_DIR$/../education_uni/components/my-invite/my-invite.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/components/my-invite/my-invite.vue" afterDir="false" />
  31. <change beforePath="$PROJECT_DIR$/../education_uni/components/my-requiredetail/my-requiredetail.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/components/my-requiredetail/my-requiredetail.vue" afterDir="false" />
  32. <change beforePath="$PROJECT_DIR$/../education_uni/components/xb-swiper-preview/index.vue" beforeDir="false" />
  33. <change beforePath="$PROJECT_DIR$/../education_uni/main.js" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/main.js" afterDir="false" />
  34. <change beforePath="$PROJECT_DIR$/../education_uni/package-lock.json" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/package-lock.json" afterDir="false" />
  35. <change beforePath="$PROJECT_DIR$/../education_uni/pages.json" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/pages.json" afterDir="false" />
  36. <change beforePath="$PROJECT_DIR$/../education_uni/pages/home/home.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/pages/home/home.vue" afterDir="false" />
  37. <change beforePath="$PROJECT_DIR$/../education_uni/pages/message/message.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/pages/message/message.vue" afterDir="false" />
  38. <change beforePath="$PROJECT_DIR$/../education_uni/pages/my/my.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/pages/my/my.vue" afterDir="false" />
  39. <change beforePath="$PROJECT_DIR$/../education_uni/pages/student/student.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/pages/student/student.vue" afterDir="false" />
  40. <change beforePath="$PROJECT_DIR$/../education_uni/pages/teacher/teacher.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/pages/teacher/teacher.vue" afterDir="false" />
  41. <change beforePath="$PROJECT_DIR$/../education_uni/static/avatar.png" beforeDir="false" />
  42. <change beforePath="$PROJECT_DIR$/../education_uni/static/xb-swiper-preview/icon-back.png" beforeDir="false" />
  43. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/manager/complaint/manager_complaint.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/manager/complaint/manager_complaint.vue" afterDir="false" />
  44. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/manager/complaint/manager_complaint_detail.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/manager/complaint/manager_complaint_detail.vue" afterDir="false" />
  45. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/manager/complaint/manager_complaint_handle.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/manager/complaint/manager_complaint_handle.vue" afterDir="false" />
  46. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/manager/manager.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/manager/manager.vue" afterDir="false" />
  47. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/manager/suggestion/manager_suggestion.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/manager/suggestion/manager_suggestion.vue" afterDir="false" />
  48. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/manager/suggestion/manager_suggestion_detail.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/manager/suggestion/manager_suggestion_detail.vue" afterDir="false" />
  49. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/manager/suggestion/manager_suggestion_handle.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/manager/suggestion/manager_suggestion_handle.vue" afterDir="false" />
  50. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/my/complaint/my_complaint.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/my/complaint/my_complaint.vue" afterDir="false" />
  51. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/my/complaint/my_complaint_detail.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/my/complaint/my_complaint_detail.vue" afterDir="false" />
  52. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/my/complaint/my_complaint_write.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/my/complaint/my_complaint_write.vue" afterDir="false" />
  53. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/my/home/my_home_strategy.vue" beforeDir="false" />
  54. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/my/invitation/my_invitation_receive.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/my/invitation/my_invitation_receive.vue" afterDir="false" />
  55. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/my/invitation/my_invitation_receive_detail.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/my/invitation/my_invitation_receive_detail.vue" afterDir="false" />
  56. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/my/invitation/my_invitation_send.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/my/invitation/my_invitation_send.vue" afterDir="false" />
  57. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/my/invitation/my_invitation_send_detail.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/my/invitation/my_invitation_send_detail.vue" afterDir="false" />
  58. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/my/message/my_message_detail.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/my/message/my_message_detail.vue" afterDir="false" />
  59. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/my/official_account/my_official_account.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/my/official_account/my_official_account.vue" afterDir="false" />
  60. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/my/order/my_order.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/my/order/my_order.vue" afterDir="false" />
  61. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/my/order/my_order_detail.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/my/order/my_order_detail.vue" afterDir="false" />
  62. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/my/share/my_share.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/my/share/my_share.vue" afterDir="false" />
  63. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/my/share/my_share_result.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/my/share/my_share_result.vue" afterDir="false" />
  64. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/my/share/my_share_result_order.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/my/share/my_share_result_order.vue" afterDir="false" />
  65. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/my/share/my_share_result_order_detail.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/my/share/my_share_result_order_detail.vue" afterDir="false" />
  66. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/my/suggestion/my_suggestion.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/my/suggestion/my_suggestion.vue" afterDir="false" />
  67. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/my/suggestion/my_suggestion_detail.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/my/suggestion/my_suggestion_detail.vue" afterDir="false" />
  68. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/my/suggestion/my_suggestion_write.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/my/suggestion/my_suggestion_write.vue" afterDir="false" />
  69. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/my/user/my_user_detail.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/my/user/my_user_detail.vue" afterDir="false" />
  70. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/my/user/my_user_login.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/my/user/my_user_login.vue" afterDir="false" />
  71. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/student/order/student_order_detail.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/student/order/student_order_detail.vue" afterDir="false" />
  72. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/student/require/student_require_add.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/student/require/student_require_add.vue" afterDir="false" />
  73. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/student/require/student_require_all_detail.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/student/require/student_require_all_detail.vue" afterDir="false" />
  74. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/student/require/student_require_my_collect.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/student/require/student_require_my_collect.vue" afterDir="false" />
  75. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/student/require/student_require_my_detail.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/student/require/student_require_my_detail.vue" afterDir="false" />
  76. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/student/require/student_require_my_publish.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/student/require/student_require_my_publish.vue" afterDir="false" />
  77. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/teacher/authentication/teacher_authentication.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/teacher/authentication/teacher_authentication.vue" afterDir="false" />
  78. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/teacher/authentication/teacher_authentication_add.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/teacher/authentication/teacher_authentication_add.vue" afterDir="false" />
  79. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/teacher/authentication/teacher_authentication_detail.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/teacher/authentication/teacher_authentication_detail.vue" afterDir="false" />
  80. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/teacher/course/teacher_course_add.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/teacher/course/teacher_course_add.vue" afterDir="false" />
  81. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/teacher/course/teacher_course_all_detail.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/teacher/course/teacher_course_all_detail.vue" afterDir="false" />
  82. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/teacher/course/teacher_course_my_collect.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/teacher/course/teacher_course_my_collect.vue" afterDir="false" />
  83. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/teacher/course/teacher_course_my_detail.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/teacher/course/teacher_course_my_detail.vue" afterDir="false" />
  84. <change beforePath="$PROJECT_DIR$/../education_uni/subpkg/teacher/course/teacher_course_my_publish.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/subpkg/teacher/course/teacher_course_my_publish.vue" afterDir="false" />
  85. <change beforePath="$PROJECT_DIR$/../education_uni/uni_modules/uni-file-picker/components/uni-file-picker/uni-file-picker.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/uni_modules/uni-file-picker/components/uni-file-picker/uni-file-picker.vue" afterDir="false" />
  86. </list>
  87. <option name="SHOW_DIALOG" value="false" />
  88. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  89. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  90. <option name="LAST_RESOLUTION" value="IGNORE" />
  91. </component>
  92. <component name="FileTemplateManagerImpl">
  93. <option name="RECENT_TEMPLATES">
  94. <list>
  95. <option value="Class" />
  96. </list>
  97. </option>
  98. </component>
  99. <component name="Git.Settings">
  100. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
  101. </component>
  102. <component name="MarkdownSettingsMigration">
  103. <option name="stateVersion" value="1" />
  104. </component>
  105. <component name="MavenImportPreferences">
  106. <option name="generalSettings">
  107. <MavenGeneralSettings>
  108. <option name="localRepository" value="D:\Java\MAVEN\repository" />
  109. <option name="mavenHome" value="D:/Java/MAVEN/apache-maven-3.6.3" />
  110. <option name="useMavenConfig" value="true" />
  111. <option name="userSettingsFile" value="C:\Users\86180\.m2\settings.xml" />
  112. </MavenGeneralSettings>
  113. </option>
  114. </component>
  115. <component name="ProjectId" id="2NlqjO0MzfumhO7jPalfB88knmA" />
  116. <component name="ProjectLevelVcsManager" settingsEditedManually="true">
  117. <ConfirmationsSetting value="1" id="Add" />
  118. </component>
  119. <component name="ProjectViewState">
  120. <option name="hideEmptyMiddlePackages" value="true" />
  121. <option name="showLibraryContents" value="true" />
  122. </component>
  123. <component name="PropertiesComponent">{
  124. &quot;keyToString&quot;: {
  125. &quot;RequestMappingsPanelOrder0&quot;: &quot;0&quot;,
  126. &quot;RequestMappingsPanelOrder1&quot;: &quot;1&quot;,
  127. &quot;RequestMappingsPanelWidth0&quot;: &quot;75&quot;,
  128. &quot;RequestMappingsPanelWidth1&quot;: &quot;75&quot;,
  129. &quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
  130. &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
  131. &quot;WebServerToolWindowFactoryState&quot;: &quot;false&quot;,
  132. &quot;last_opened_file_path&quot;: &quot;C:/Users/86180/Desktop/新讯网/家教/mengyuan/family/education_family/service/service-payment/src/main/java/com/xunwang/payment&quot;,
  133. &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
  134. &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
  135. &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
  136. &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
  137. &quot;project.structure.last.edited&quot;: &quot;Modules&quot;,
  138. &quot;project.structure.proportion&quot;: &quot;0.15&quot;,
  139. &quot;project.structure.side.proportion&quot;: &quot;0.2&quot;,
  140. &quot;settings.editor.selected.configurable&quot;: &quot;preferences.pluginManager&quot;,
  141. &quot;spring.configuration.checksum&quot;: &quot;0b7b4537507353d4a1822abd918fca9b&quot;,
  142. &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
  143. }
  144. }</component>
  145. <component name="ReactorSettings">
  146. <option name="notificationShown" value="true" />
  147. </component>
  148. <component name="RecentsManager">
  149. <key name="CopyFile.RECENT_KEYS">
  150. <recent name="C:\Users\86180\Desktop\新讯网\家教\mengyuan\family\education_family\service\service-payment\src\main\java\com\xunwang\payment" />
  151. <recent name="C:\Users\86180\Desktop\新讯网\家教\mengyuan\family\education_family\service\service-ucenter\src\main\java\com\xunwang\ucenter\service" />
  152. <recent name="C:\Users\86180\Desktop\新讯网\家教\mengyuan\family\education_family\service\service-ucenter\src\main\java\com\xunwang\ucenter\entity" />
  153. <recent name="C:\Users\86180\Desktop\新讯网\家教\mengyuan\family\education_family\service\service-ucenter\src\main\java\com\xunwang\ucenter\mapper" />
  154. </key>
  155. <key name="MoveFile.RECENT_KEYS">
  156. <recent name="C:\Users\86180\Desktop\新讯网\家教\mengyuan\family\education_family\service\service-payment\src\main\resources" />
  157. <recent name="C:\Users\86180\Desktop\新讯网\家教\mengyuan\family\education_family\service\service-ucenter\src\main\java\com\xunwang\ucenter\utils" />
  158. <recent name="C:\Users\86180\Desktop\新讯网\家教\mengyuan\family\education_family\service\service-ucenter\src\main\java\com\xunwang\ucenter" />
  159. <recent name="C:\Users\86180\Desktop\新讯网\家教\mengyuan\family\education_family\service\service-ucenter\src\main\java\com\xunwang\ucenter\controller" />
  160. </key>
  161. <key name="CopyClassDialog.RECENTS_KEY">
  162. <recent name="com.xunwang.payment.filter" />
  163. <recent name="com.xunwang.payment.config" />
  164. <recent name="com.xunwang.payment.feign" />
  165. <recent name="com.xunwang.ucenter.entity.vo" />
  166. <recent name="com.xunwang.education.entity.vo" />
  167. </key>
  168. </component>
  169. <component name="RunDashboard">
  170. <option name="configurationTypes">
  171. <set>
  172. <option value="SpringBootApplicationConfigurationType" />
  173. </set>
  174. </option>
  175. </component>
  176. <component name="RunManager" selected="Spring Boot.ServiceUcApplication">
  177. <configuration name="RandomNameUtils" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  178. <option name="MAIN_CLASS_NAME" value="com.xunwang.servicebase.utils.RandomNameUtils" />
  179. <module name="service_base" />
  180. <extension name="coverage">
  181. <pattern>
  182. <option name="PATTERN" value="com.xunwang.servicebase.utils.*" />
  183. <option name="ENABLED" value="true" />
  184. </pattern>
  185. </extension>
  186. <method v="2">
  187. <option name="Make" enabled="true" />
  188. </method>
  189. </configuration>
  190. <configuration name="test" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  191. <option name="MAIN_CLASS_NAME" value="com.xunwang.servicebase.config.test" />
  192. <module name="service_base" />
  193. <extension name="coverage">
  194. <pattern>
  195. <option name="PATTERN" value="com.xunwang.servicebase.config.*" />
  196. <option name="ENABLED" value="true" />
  197. </pattern>
  198. </extension>
  199. <method v="2">
  200. <option name="Make" enabled="true" />
  201. </method>
  202. </configuration>
  203. <configuration name="CodeGenerator.run" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  204. <module name="service-education" />
  205. <extension name="coverage">
  206. <pattern>
  207. <option name="PATTERN" value="com.xunwang.education.*" />
  208. <option name="ENABLED" value="true" />
  209. </pattern>
  210. </extension>
  211. <option name="PACKAGE_NAME" value="com.xunwang.education" />
  212. <option name="MAIN_CLASS_NAME" value="com.xunwang.education.CodeGenerator" />
  213. <option name="METHOD_NAME" value="run" />
  214. <option name="TEST_OBJECT" value="method" />
  215. <method v="2">
  216. <option name="Make" enabled="true" />
  217. </method>
  218. </configuration>
  219. <configuration name="ApiGatewayApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
  220. <module name="api_gateway" />
  221. <option name="SPRING_BOOT_MAIN_CLASS" value="com.xunwang.gateway.ApiGatewayApplication" />
  222. <method v="2">
  223. <option name="Make" enabled="true" />
  224. </method>
  225. </configuration>
  226. <configuration name="EducationApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
  227. <module name="service-education" />
  228. <option name="SPRING_BOOT_MAIN_CLASS" value="com.xunwang.education.EducationApplication" />
  229. <method v="2">
  230. <option name="Make" enabled="true" />
  231. </method>
  232. </configuration>
  233. <configuration name="ServiceFileApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
  234. <module name="service-file" />
  235. <option name="SPRING_BOOT_MAIN_CLASS" value="com.xunwang.file.ServiceFileApplication" />
  236. <method v="2">
  237. <option name="Make" enabled="true" />
  238. </method>
  239. </configuration>
  240. <configuration name="ServicePaymentApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
  241. <module name="service-payment" />
  242. <option name="SPRING_BOOT_MAIN_CLASS" value="com.xunwang.payment.ServicePaymentApplication" />
  243. <method v="2">
  244. <option name="Make" enabled="true" />
  245. </method>
  246. </configuration>
  247. <configuration name="ServiceUcApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
  248. <module name="service-ucenter" />
  249. <option name="SPRING_BOOT_MAIN_CLASS" value="com.xunwang.ucenter.ServiceUcApplication" />
  250. <method v="2">
  251. <option name="Make" enabled="true" />
  252. </method>
  253. </configuration>
  254. <list>
  255. <item itemvalue="Application.RandomNameUtils" />
  256. <item itemvalue="Application.test" />
  257. <item itemvalue="JUnit.CodeGenerator.run" />
  258. <item itemvalue="Spring Boot.ApiGatewayApplication" />
  259. <item itemvalue="Spring Boot.EducationApplication" />
  260. <item itemvalue="Spring Boot.ServicePaymentApplication" />
  261. <item itemvalue="Spring Boot.ServiceFileApplication" />
  262. <item itemvalue="Spring Boot.ServiceUcApplication" />
  263. </list>
  264. <recent_temporary>
  265. <list>
  266. <item itemvalue="Application.RandomNameUtils" />
  267. <item itemvalue="Application.test" />
  268. <item itemvalue="JUnit.CodeGenerator.run" />
  269. </list>
  270. </recent_temporary>
  271. </component>
  272. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="应用程序级" UseSingleDictionary="true" transferred="true" />
  273. <component name="SpringBootOptions">
  274. <option name="showAdditionalConfigNotification" value="false" />
  275. </component>
  276. <component name="TaskManager">
  277. <task active="true" id="Default" summary="默认任务">
  278. <changelist id="d8501681-0944-4d49-82f9-09aabb10da6a" name="变更" comment="" />
  279. <created>1680249151719</created>
  280. <option name="number" value="Default" />
  281. <option name="presentableId" value="Default" />
  282. <updated>1680249151719</updated>
  283. <workItem from="1680249152914" duration="659000" />
  284. <workItem from="1680250023896" duration="2028000" />
  285. <workItem from="1680259560009" duration="1157000" />
  286. <workItem from="1680261688387" duration="1098000" />
  287. <workItem from="1680415678947" duration="4065000" />
  288. <workItem from="1680487711290" duration="6587000" />
  289. <workItem from="1680572290064" duration="6911000" />
  290. <workItem from="1680769462635" duration="630000" />
  291. <workItem from="1681009112995" duration="18000" />
  292. <workItem from="1681029920199" duration="750000" />
  293. <workItem from="1681093257373" duration="9650000" />
  294. <workItem from="1681176039810" duration="4618000" />
  295. <workItem from="1681181913167" duration="17934000" />
  296. <workItem from="1681264244349" duration="13961000" />
  297. <workItem from="1681349465496" duration="258000" />
  298. <workItem from="1681373221557" duration="1465000" />
  299. <workItem from="1681614006847" duration="84000" />
  300. <workItem from="1681614187403" duration="506000" />
  301. <workItem from="1681719478690" duration="3410000" />
  302. <workItem from="1681781043145" duration="21266000" />
  303. <workItem from="1681866679019" duration="20348000" />
  304. <workItem from="1681954373117" duration="18825000" />
  305. <workItem from="1682040924078" duration="16995000" />
  306. <workItem from="1682214045725" duration="15205000" />
  307. <workItem from="1682246451113" duration="4679000" />
  308. <workItem from="1682299671271" duration="25610000" />
  309. <workItem from="1682343573916" duration="78000" />
  310. <workItem from="1682386014350" duration="4802000" />
  311. <workItem from="1682390885746" duration="4087000" />
  312. <workItem from="1682404394648" duration="2483000" />
  313. <workItem from="1682472705408" duration="21879000" />
  314. <workItem from="1682560334401" duration="925000" />
  315. <workItem from="1682562789445" duration="8727000" />
  316. <workItem from="1682583011822" duration="2548000" />
  317. <workItem from="1682586247834" duration="1408000" />
  318. <workItem from="1682591466648" duration="3813000" />
  319. <workItem from="1682650727402" duration="21000" />
  320. <workItem from="1682651600115" duration="2685000" />
  321. <workItem from="1683186408426" duration="179000" />
  322. <workItem from="1683277922914" duration="1691000" />
  323. <workItem from="1683338594273" duration="12836000" />
  324. <workItem from="1683360243246" duration="1324000" />
  325. <workItem from="1683361726487" duration="133000" />
  326. <workItem from="1683768565661" duration="4146000" />
  327. <workItem from="1683856000395" duration="604000" />
  328. <workItem from="1683860765533" duration="3217000" />
  329. <workItem from="1684030715610" duration="707000" />
  330. <workItem from="1684032526455" duration="4644000" />
  331. <workItem from="1684114494211" duration="21000" />
  332. <workItem from="1684124662564" duration="8000" />
  333. <workItem from="1684124735794" duration="37000" />
  334. <workItem from="1684125195393" duration="49000" />
  335. <workItem from="1684131303003" duration="683000" />
  336. <workItem from="1684132008183" duration="2195000" />
  337. <workItem from="1684219223445" duration="2158000" />
  338. <workItem from="1684287219750" duration="12047000" />
  339. <workItem from="1684373892189" duration="10373000" />
  340. <workItem from="1684460567845" duration="554000" />
  341. <workItem from="1684461645676" duration="2458000" />
  342. <workItem from="1684476277251" duration="5334000" />
  343. <workItem from="1684636800359" duration="5465000" />
  344. <workItem from="1684719059668" duration="8210000" />
  345. <workItem from="1684741693654" duration="984000" />
  346. <workItem from="1684805792374" duration="6000" />
  347. <workItem from="1684806782672" duration="6245000" />
  348. <workItem from="1684892001178" duration="12563000" />
  349. <workItem from="1684978510421" duration="6346000" />
  350. <workItem from="1685015027288" duration="237000" />
  351. <workItem from="1685015505031" duration="16000" />
  352. <workItem from="1685065691162" duration="3513000" />
  353. <workItem from="1685241160460" duration="1293000" />
  354. <workItem from="1685256298185" duration="26000" />
  355. </task>
  356. <servers />
  357. </component>
  358. <component name="TypeScriptGeneratedFilesManager">
  359. <option name="version" value="3" />
  360. </component>
  361. <component name="UnknownFeatures">
  362. <option featureType="dependencySupport" implementationName="java:org.springframework:spring-core" />
  363. <option featureType="dependencySupport" implementationName="java:org.springframework:spring-websocket" />
  364. <option featureType="dependencySupport" implementationName="java:jakarta.validation:jakarta.validation-api" />
  365. <option featureType="dependencySupport" implementationName="java:io.projectreactor:reactor-core" />
  366. <option featureType="dependencySupport" implementationName="java:org.springframework.data:spring-data-commons" />
  367. <option featureType="dependencySupport" implementationName="java:org.springframework.cloud:spring-cloud-context" />
  368. <option featureType="dependencySupport" implementationName="java:org.hibernate.validator:hibernate-validator" />
  369. <option featureType="dependencySupport" implementationName="java:io.minio:minio" />
  370. <option featureType="dependencySupport" implementationName="java:org.springframework:spring-messaging" />
  371. <option featureType="dependencySupport" implementationName="java:org.springframework.boot:spring-boot" />
  372. <option featureType="dependencySupport" implementationName="java:org.springframework:spring-webmvc" />
  373. </component>
  374. <component name="XSLT-Support.FileAssociations.UIState">
  375. <expand />
  376. <select />
  377. </component>
  378. </project>