workspace.xml 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  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 beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/apiclient_key.pem" beforeDir="false" afterPath="$PROJECT_DIR$/service/service-payment/src/main/resources/apiclient_key.pem" afterDir="false" />
  10. <change beforePath="$PROJECT_DIR$/common/common_utils/src/main/java/com/xunwang/commonutils/JwtUtils.java" beforeDir="false" afterPath="$PROJECT_DIR$/common/common_utils/src/main/java/com/xunwang/commonutils/JwtUtils.java" afterDir="false" />
  11. <change beforePath="$PROJECT_DIR$/common/common_utils/target/classes/com/xunwang/commonutils/JwtUtils.class" beforeDir="false" afterPath="$PROJECT_DIR$/common/common_utils/target/classes/com/xunwang/commonutils/JwtUtils.class" afterDir="false" />
  12. <change beforePath="$PROJECT_DIR$/infrastructure/api_gateway/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/infrastructure/api_gateway/pom.xml" afterDir="false" />
  13. <change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
  14. <change beforePath="$PROJECT_DIR$/service/service-education/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/service/service-education/pom.xml" afterDir="false" />
  15. <change beforePath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/EducationApplication.java" beforeDir="false" afterPath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/EducationApplication.java" afterDir="false" />
  16. <change beforePath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/controller/HomeController.java" beforeDir="false" afterPath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/controller/HomeController.java" afterDir="false" />
  17. <change beforePath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/controller/TeacherCoursesController.java" beforeDir="false" afterPath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/controller/TeacherCoursesController.java" afterDir="false" />
  18. <change beforePath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/feign/PayFeign.java" beforeDir="false" afterPath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/feign/PayFeign.java" afterDir="false" />
  19. <change beforePath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/mapper/StudentRequirementsMapper.java" beforeDir="false" afterPath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/mapper/StudentRequirementsMapper.java" afterDir="false" />
  20. <change beforePath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/mapper/TeacherCoursesMapper.java" beforeDir="false" afterPath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/mapper/TeacherCoursesMapper.java" afterDir="false" />
  21. <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" />
  22. <change beforePath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/mapper/xml/TeacherCoursesMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/mapper/xml/TeacherCoursesMapper.xml" afterDir="false" />
  23. <change beforePath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/service/TeacherCoursesService.java" beforeDir="false" afterPath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/service/TeacherCoursesService.java" afterDir="false" />
  24. <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" />
  25. <change beforePath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/service/impl/TeacherCoursesServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/service/impl/TeacherCoursesServiceImpl.java" afterDir="false" />
  26. <change beforePath="$PROJECT_DIR$/service/service-education/src/test/java/com/xunwang/education/CodeGenerator.java" beforeDir="false" afterPath="$PROJECT_DIR$/service/service-education/src/test/java/com/xunwang/education/CodeGenerator.java" afterDir="false" />
  27. <change beforePath="$PROJECT_DIR$/service/service-file/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/service/service-file/pom.xml" afterDir="false" />
  28. <change beforePath="$PROJECT_DIR$/service/service-file/src/main/java/com/xunwang/file/controller/FileUpload.java" beforeDir="false" afterPath="$PROJECT_DIR$/service/service-file/src/main/java/com/xunwang/file/controller/FileUpload.java" afterDir="false" />
  29. <change beforePath="$PROJECT_DIR$/service/service-file/src/main/resources/application-dev.yml" beforeDir="false" afterPath="$PROJECT_DIR$/service/service-file/src/main/resources/application-dev.yml" afterDir="false" />
  30. <change beforePath="$PROJECT_DIR$/service/service-file/src/test/java/com/xunwang/file/ServiceFileApplicationTests.java" beforeDir="false" />
  31. <change beforePath="$PROJECT_DIR$/service/service-payment/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/service/service-payment/pom.xml" afterDir="false" />
  32. <change beforePath="$PROJECT_DIR$/service/service-payment/src/main/java/com/xunwang/payment/config/WxPayConfig.java" beforeDir="false" afterPath="$PROJECT_DIR$/service/service-payment/src/main/java/com/xunwang/payment/config/WxPayConfig.java" afterDir="false" />
  33. <change beforePath="$PROJECT_DIR$/service/service-ucenter/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/service/service-ucenter/pom.xml" afterDir="false" />
  34. <change beforePath="$PROJECT_DIR$/../education_uni/components/my-userinfo/my-userinfo.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/components/my-userinfo/my-userinfo.vue" afterDir="false" />
  35. <change beforePath="$PROJECT_DIR$/../education_uni/manifest.json" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/manifest.json" afterDir="false" />
  36. <change beforePath="$PROJECT_DIR$/../education_uni/pages.json" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/pages.json" afterDir="false" />
  37. <change beforePath="$PROJECT_DIR$/../education_uni/pages/home/home.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/pages/home/home.vue" afterDir="false" />
  38. <change beforePath="$PROJECT_DIR$/../education_uni/pages/student/student.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/pages/student/student.vue" afterDir="false" />
  39. <change beforePath="$PROJECT_DIR$/../education_uni/pages/teacher/teacher.vue" beforeDir="false" afterPath="$PROJECT_DIR$/../education_uni/pages/teacher/teacher.vue" afterDir="false" />
  40. <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" />
  41. <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" />
  42. <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" />
  43. <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" />
  44. <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" />
  45. <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" />
  46. <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" />
  47. <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" />
  48. <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" />
  49. <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" />
  50. <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" />
  51. <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" />
  52. </list>
  53. <option name="SHOW_DIALOG" value="false" />
  54. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  55. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  56. <option name="LAST_RESOLUTION" value="IGNORE" />
  57. </component>
  58. <component name="FileTemplateManagerImpl">
  59. <option name="RECENT_TEMPLATES">
  60. <list>
  61. <option value="Class" />
  62. </list>
  63. </option>
  64. </component>
  65. <component name="Git.Settings">
  66. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
  67. </component>
  68. <component name="MarkdownSettingsMigration">
  69. <option name="stateVersion" value="1" />
  70. </component>
  71. <component name="MavenImportPreferences">
  72. <option name="generalSettings">
  73. <MavenGeneralSettings>
  74. <option name="localRepository" value="D:\Java\MAVEN\repository" />
  75. <option name="mavenHome" value="D:/Java/MAVEN/apache-maven-3.6.3" />
  76. <option name="useMavenConfig" value="true" />
  77. <option name="userSettingsFile" value="C:\Users\86180\.m2\settings.xml" />
  78. </MavenGeneralSettings>
  79. </option>
  80. </component>
  81. <component name="ProjectId" id="2NlqjO0MzfumhO7jPalfB88knmA" />
  82. <component name="ProjectLevelVcsManager" settingsEditedManually="true">
  83. <ConfirmationsSetting value="1" id="Add" />
  84. </component>
  85. <component name="ProjectViewState">
  86. <option name="hideEmptyMiddlePackages" value="true" />
  87. <option name="showLibraryContents" value="true" />
  88. </component>
  89. <component name="PropertiesComponent">{
  90. &quot;keyToString&quot;: {
  91. &quot;RequestMappingsPanelOrder0&quot;: &quot;0&quot;,
  92. &quot;RequestMappingsPanelOrder1&quot;: &quot;1&quot;,
  93. &quot;RequestMappingsPanelWidth0&quot;: &quot;75&quot;,
  94. &quot;RequestMappingsPanelWidth1&quot;: &quot;75&quot;,
  95. &quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
  96. &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
  97. &quot;WebServerToolWindowFactoryState&quot;: &quot;false&quot;,
  98. &quot;last_opened_file_path&quot;: &quot;C:/Users/86180/Desktop/新讯网/家教/mengyuan/family/education_family/service/service-ucenter/src/main/java/com/xunwang/ucenter/service&quot;,
  99. &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
  100. &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
  101. &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
  102. &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
  103. &quot;project.structure.last.edited&quot;: &quot;模块&quot;,
  104. &quot;project.structure.proportion&quot;: &quot;0.15&quot;,
  105. &quot;project.structure.side.proportion&quot;: &quot;0.2&quot;,
  106. &quot;settings.editor.selected.configurable&quot;: &quot;preferences.pluginManager&quot;,
  107. &quot;spring.configuration.checksum&quot;: &quot;563f355ce74efede22e8a7477a1b8dde&quot;,
  108. &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
  109. }
  110. }</component>
  111. <component name="ReactorSettings">
  112. <option name="notificationShown" value="true" />
  113. </component>
  114. <component name="RecentsManager">
  115. <key name="CopyFile.RECENT_KEYS">
  116. <recent name="C:\Users\86180\Desktop\新讯网\家教\mengyuan\family\education_family\service\service-ucenter\src\main\java\com\xunwang\ucenter\service" />
  117. <recent name="C:\Users\86180\Desktop\新讯网\家教\mengyuan\family\education_family\service\service-ucenter\src\main\java\com\xunwang\ucenter\entity" />
  118. <recent name="C:\Users\86180\Desktop\新讯网\家教\mengyuan\family\education_family\service\service-ucenter\src\main\java\com\xunwang\ucenter\mapper" />
  119. </key>
  120. <key name="MoveFile.RECENT_KEYS">
  121. <recent name="C:\Users\86180\Desktop\新讯网\家教\mengyuan\family\education_family\service\service-payment\src\main\resources" />
  122. <recent name="C:\Users\86180\Desktop\新讯网\家教\mengyuan\family\education_family\service\service-ucenter\src\main\java\com\xunwang\ucenter\utils" />
  123. <recent name="C:\Users\86180\Desktop\新讯网\家教\mengyuan\family\education_family\service\service-ucenter\src\main\java\com\xunwang\ucenter" />
  124. <recent name="C:\Users\86180\Desktop\新讯网\家教\mengyuan\family\education_family\service\service-ucenter\src\main\java\com\xunwang\ucenter\controller" />
  125. </key>
  126. <key name="CopyClassDialog.RECENTS_KEY">
  127. <recent name="com.xunwang.payment.feign" />
  128. <recent name="com.xunwang.ucenter.entity.vo" />
  129. <recent name="com.xunwang.education.entity.vo" />
  130. <recent name="com.xunwang.education.entity.dto" />
  131. </key>
  132. </component>
  133. <component name="RunDashboard">
  134. <option name="configurationTypes">
  135. <set>
  136. <option value="SpringBootApplicationConfigurationType" />
  137. </set>
  138. </option>
  139. </component>
  140. <component name="RunManager" selected="Spring Boot.ServiceFileApplication">
  141. <configuration name="CodeGenerator.run" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  142. <module name="service-education" />
  143. <extension name="coverage">
  144. <pattern>
  145. <option name="PATTERN" value="com.xunwang.education.*" />
  146. <option name="ENABLED" value="true" />
  147. </pattern>
  148. </extension>
  149. <option name="PACKAGE_NAME" value="com.xunwang.education" />
  150. <option name="MAIN_CLASS_NAME" value="com.xunwang.education.CodeGenerator" />
  151. <option name="METHOD_NAME" value="run" />
  152. <option name="TEST_OBJECT" value="method" />
  153. <method v="2">
  154. <option name="Make" enabled="true" />
  155. </method>
  156. </configuration>
  157. <configuration name="ApiGatewayApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
  158. <module name="api_gateway" />
  159. <option name="SPRING_BOOT_MAIN_CLASS" value="com.xunwang.gateway.ApiGatewayApplication" />
  160. <method v="2">
  161. <option name="Make" enabled="true" />
  162. </method>
  163. </configuration>
  164. <configuration name="EducationApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
  165. <module name="service-education" />
  166. <option name="SPRING_BOOT_MAIN_CLASS" value="com.xunwang.education.EducationApplication" />
  167. <method v="2">
  168. <option name="Make" enabled="true" />
  169. </method>
  170. </configuration>
  171. <configuration name="ServiceFileApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
  172. <module name="service-file" />
  173. <option name="SPRING_BOOT_MAIN_CLASS" value="com.xunwang.file.ServiceFileApplication" />
  174. <method v="2">
  175. <option name="Make" enabled="true" />
  176. </method>
  177. </configuration>
  178. <configuration name="ServicePaymentApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
  179. <module name="service-payment" />
  180. <option name="SPRING_BOOT_MAIN_CLASS" value="com.xunwang.payment.ServicePaymentApplication" />
  181. <method v="2">
  182. <option name="Make" enabled="true" />
  183. </method>
  184. </configuration>
  185. <configuration name="ServiceUcApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
  186. <module name="service-ucenter" />
  187. <option name="SPRING_BOOT_MAIN_CLASS" value="com.xunwang.ucenter.ServiceUcApplication" />
  188. <method v="2">
  189. <option name="Make" enabled="true" />
  190. </method>
  191. </configuration>
  192. <recent_temporary>
  193. <list>
  194. <item itemvalue="JUnit.CodeGenerator.run" />
  195. </list>
  196. </recent_temporary>
  197. </component>
  198. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="应用程序级" UseSingleDictionary="true" transferred="true" />
  199. <component name="SpringBootOptions">
  200. <option name="showAdditionalConfigNotification" value="false" />
  201. </component>
  202. <component name="TaskManager">
  203. <task active="true" id="Default" summary="默认任务">
  204. <changelist id="d8501681-0944-4d49-82f9-09aabb10da6a" name="变更" comment="" />
  205. <created>1680249151719</created>
  206. <option name="number" value="Default" />
  207. <option name="presentableId" value="Default" />
  208. <updated>1680249151719</updated>
  209. <workItem from="1680249152914" duration="659000" />
  210. <workItem from="1680250023896" duration="2028000" />
  211. <workItem from="1680259560009" duration="1157000" />
  212. <workItem from="1680261688387" duration="1098000" />
  213. <workItem from="1680415678947" duration="4065000" />
  214. <workItem from="1680487711290" duration="6587000" />
  215. <workItem from="1680572290064" duration="6911000" />
  216. <workItem from="1680769462635" duration="630000" />
  217. <workItem from="1681009112995" duration="18000" />
  218. <workItem from="1681029920199" duration="750000" />
  219. <workItem from="1681093257373" duration="9650000" />
  220. <workItem from="1681176039810" duration="4618000" />
  221. <workItem from="1681181913167" duration="17934000" />
  222. <workItem from="1681264244349" duration="13961000" />
  223. <workItem from="1681349465496" duration="258000" />
  224. <workItem from="1681373221557" duration="1465000" />
  225. <workItem from="1681614006847" duration="84000" />
  226. <workItem from="1681614187403" duration="506000" />
  227. <workItem from="1681719478690" duration="3410000" />
  228. <workItem from="1681781043145" duration="21266000" />
  229. <workItem from="1681866679019" duration="20348000" />
  230. <workItem from="1681954373117" duration="18825000" />
  231. <workItem from="1682040924078" duration="16995000" />
  232. <workItem from="1682214045725" duration="15205000" />
  233. <workItem from="1682246451113" duration="4679000" />
  234. <workItem from="1682299671271" duration="25610000" />
  235. <workItem from="1682343573916" duration="78000" />
  236. <workItem from="1682386014350" duration="4802000" />
  237. <workItem from="1682390885746" duration="4087000" />
  238. <workItem from="1682404394648" duration="2483000" />
  239. <workItem from="1682472705408" duration="21879000" />
  240. <workItem from="1682560334401" duration="925000" />
  241. <workItem from="1682562789445" duration="8727000" />
  242. <workItem from="1682583011822" duration="2548000" />
  243. <workItem from="1682586247834" duration="1408000" />
  244. </task>
  245. <servers />
  246. </component>
  247. <component name="TypeScriptGeneratedFilesManager">
  248. <option name="version" value="3" />
  249. </component>
  250. <component name="UnknownFeatures">
  251. <option featureType="dependencySupport" implementationName="java:org.springframework:spring-core" />
  252. <option featureType="dependencySupport" implementationName="java:org.springframework:spring-websocket" />
  253. <option featureType="dependencySupport" implementationName="java:jakarta.validation:jakarta.validation-api" />
  254. <option featureType="dependencySupport" implementationName="java:io.projectreactor:reactor-core" />
  255. <option featureType="dependencySupport" implementationName="java:org.springframework.data:spring-data-commons" />
  256. <option featureType="dependencySupport" implementationName="java:org.springframework.cloud:spring-cloud-context" />
  257. <option featureType="dependencySupport" implementationName="java:org.hibernate.validator:hibernate-validator" />
  258. <option featureType="dependencySupport" implementationName="java:io.minio:minio" />
  259. <option featureType="dependencySupport" implementationName="java:org.springframework:spring-messaging" />
  260. <option featureType="dependencySupport" implementationName="java:org.springframework.boot:spring-boot" />
  261. <option featureType="dependencySupport" implementationName="java:org.springframework:spring-webmvc" />
  262. </component>
  263. <component name="XDebuggerManager">
  264. <breakpoint-manager>
  265. <breakpoints>
  266. <line-breakpoint enabled="true" type="java-line">
  267. <url>file://$PROJECT_DIR$/service/service-education/src/main/java/com/xunwang/education/controller/MyFavoriteNeedsController.java</url>
  268. <line>62</line>
  269. <option name="timeStamp" value="2" />
  270. </line-breakpoint>
  271. </breakpoints>
  272. </breakpoint-manager>
  273. </component>
  274. <component name="XSLT-Support.FileAssociations.UIState">
  275. <expand />
  276. <select />
  277. </component>
  278. </project>