fs4a.iws 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  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="51f87b2c-e642-46f6-a612-d629399369a5" name="默认变更列表" comment="">
  8. <change afterPath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/dto/R.java" afterDir="false" />
  9. <change afterPath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/dto/UserAuth.java" afterDir="false" />
  10. <change afterPath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/filter/FilterConfig.java" afterDir="false" />
  11. <change afterPath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/remote/NewAuthenticationApi.java" afterDir="false" />
  12. <change beforePath="$PROJECT_DIR$/fs4a-dao/fs4a-myabtis/src/main/java/com/fs4a/fs4amyabtis/service/impl/CommonAuthServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/fs4a-dao/fs4a-myabtis/src/main/java/com/fs4a/fs4amyabtis/service/impl/CommonAuthServiceImpl.java" afterDir="false" />
  13. <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/pom.xml" afterDir="false" />
  14. <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/InterfacesGatewayApplication.java" beforeDir="false" afterPath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/InterfacesGatewayApplication.java" afterDir="false" />
  15. <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/config/GatWayShipUrlConfig.java" beforeDir="false" afterPath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/config/GatWayShipUrlConfig.java" afterDir="false" />
  16. <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/config/IpLimitFilter.java" beforeDir="false" />
  17. <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/config/JWTGetWayConfig.java" beforeDir="false" />
  18. <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/config/RouteLocatorConfig.java" beforeDir="false" />
  19. <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/controller/LoginController.java" beforeDir="false" />
  20. <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/dto/LoginDto.java" beforeDir="false" />
  21. <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/entity/Application.java" beforeDir="false" />
  22. <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/entity/LogEntity.java" beforeDir="false" />
  23. <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/entity/LoginTo.java" beforeDir="false" />
  24. <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/filter/GatewayCorsWebFilter.java" beforeDir="false" afterPath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/filter/GatewayCorsWebFilter.java" afterDir="false" />
  25. <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/filter/RequestBodyRewrite.java" beforeDir="false" afterPath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/filter/RequestBodyRewrite.java" afterDir="false" />
  26. <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/filter/TokenGlobalFilter.java" beforeDir="false" afterPath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/filter/TokenGlobalFilter.java" afterDir="false" />
  27. <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/filter/WrapperRequestGlobalFilter.java" beforeDir="false" afterPath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/filter/WrapperRequestGlobalFilter.java" afterDir="false" />
  28. <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/filter/WrapperResponseGlobalFilter.java" beforeDir="false" />
  29. <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/mapper/ApplicationMapper.java" beforeDir="false" />
  30. <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/remote/AuthenticationApi.java" beforeDir="false" afterPath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/remote/AuthenticationApi.java" afterDir="false" />
  31. <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/service/AuthenticationService.java" beforeDir="false" />
  32. <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/service/Fs4aFeign.java" beforeDir="false" />
  33. <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/service/impl/AuthenticationServiceImpl.java" beforeDir="false" />
  34. <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/service/impl/IpUtils.java" beforeDir="false" />
  35. <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/resources/bootstrap-dev.yaml" beforeDir="false" afterPath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/resources/bootstrap-dev.yaml" afterDir="false" />
  36. <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/resources/bootstrap-prod.yaml" beforeDir="false" afterPath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/resources/bootstrap-prod.yaml" afterDir="false" />
  37. <change beforePath="$PROJECT_DIR$/fs4a-middleware/fs4a-nacos-register/src/main/resources/bootstrap-register.yaml" beforeDir="false" afterPath="$PROJECT_DIR$/fs4a-middleware/fs4a-nacos-register/src/main/resources/bootstrap-register.yaml" afterDir="false" />
  38. <change beforePath="$PROJECT_DIR$/fs4a-service/fs4a-authentication/src/main/resources/bootstrap-test.yaml" beforeDir="false" afterPath="$PROJECT_DIR$/fs4a-service/fs4a-authentication/src/main/resources/bootstrap-test.yaml" afterDir="false" />
  39. <change beforePath="$PROJECT_DIR$/fs4a-service/fs4a-service-wechat/src/main/java/com/fs4a/wechat/dto/logTo.java" beforeDir="false" afterPath="$PROJECT_DIR$/fs4a-service/fs4a-service-wechat/src/main/java/com/fs4a/wechat/dto/LogTo.java" afterDir="false" />
  40. <change beforePath="$PROJECT_DIR$/fs4a-service/fs4a-service-wechat/src/main/resources/lib/rsa_private_1224key.pem" beforeDir="false" afterPath="$PROJECT_DIR$/fs4a-service/fs4a-service-wechat/src/main/resources/lib/rsa_private_1224key.pem" afterDir="false" />
  41. </list>
  42. <option name="SHOW_DIALOG" value="false" />
  43. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  44. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  45. <option name="LAST_RESOLUTION" value="IGNORE" />
  46. </component>
  47. <component name="FileTemplateManagerImpl">
  48. <option name="RECENT_TEMPLATES">
  49. <list>
  50. <option value="Class" />
  51. </list>
  52. </option>
  53. </component>
  54. <component name="Git.Settings">
  55. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
  56. </component>
  57. <component name="ProjectId" id="2NMIqVCaHYPcWXdWXWgv5WKRLRY" />
  58. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  59. <component name="ProjectViewState">
  60. <option name="hideEmptyMiddlePackages" value="true" />
  61. <option name="showLibraryContents" value="true" />
  62. </component>
  63. <component name="PropertiesComponent">
  64. <property name="RequestMappingsPanelOrder0" value="0" />
  65. <property name="RequestMappingsPanelOrder1" value="1" />
  66. <property name="RequestMappingsPanelWidth0" value="75" />
  67. <property name="RequestMappingsPanelWidth1" value="75" />
  68. <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
  69. <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
  70. <property name="WebServerToolWindowFactoryState" value="false" />
  71. <property name="aspect.path.notification.shown" value="true" />
  72. <property name="last_opened_file_path" value="$PROJECT_DIR$/../../../spring-gateway" />
  73. <property name="nodejs_package_manager_path" value="npm" />
  74. <property name="restartRequiresConfirmation" value="false" />
  75. </component>
  76. <component name="ReactorSettings">
  77. <option name="notificationShown" value="true" />
  78. </component>
  79. <component name="RunDashboard">
  80. <option name="configurationTypes">
  81. <set>
  82. <option value="SpringBootApplicationConfigurationType" />
  83. </set>
  84. </option>
  85. </component>
  86. <component name="RunManager" selected="Spring Boot.InterfacesGatewayApplication">
  87. <configuration default="true" type="ArquillianJUnit" factoryName="" nameIsGenerated="true">
  88. <option name="arquillianRunConfiguration">
  89. <value>
  90. <option name="containerStateName" value="" />
  91. </value>
  92. </option>
  93. <option name="TEST_OBJECT" value="class" />
  94. <method v="2">
  95. <option name="Make" enabled="true" />
  96. </method>
  97. </configuration>
  98. <configuration name="AnalysisApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  99. <module name="fs4a-common-analysis" />
  100. <option name="SPRING_BOOT_MAIN_CLASS" value="com.fs4a.analysis.AnalysisApplication" />
  101. <method v="2">
  102. <option name="Make" enabled="true" />
  103. </method>
  104. </configuration>
  105. <configuration name="AuthenticationApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  106. <module name="fs4a-authentication" />
  107. <option name="SPRING_BOOT_MAIN_CLASS" value="com.fs4a.authentication.AuthenticationApplication" />
  108. <method v="2">
  109. <option name="Make" enabled="true" />
  110. </method>
  111. </configuration>
  112. <configuration name="CommonPoducerApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  113. <module name="fs4a-common-producer" />
  114. <option name="SPRING_BOOT_MAIN_CLASS" value="com.fs4a.wechat.CommonPoducerApplication" />
  115. <method v="2">
  116. <option name="Make" enabled="true" />
  117. </method>
  118. </configuration>
  119. <configuration name="ConsumerApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  120. <module name="fs4a-common-consumer" />
  121. <option name="SPRING_BOOT_MAIN_CLASS" value="com.fs4a.analysis.ConsumerApplication" />
  122. <method v="2">
  123. <option name="Make" enabled="true" />
  124. </method>
  125. </configuration>
  126. <configuration name="Fs4aMyabtisApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  127. <module name="fs4a-myabtis" />
  128. <option name="SPRING_BOOT_MAIN_CLASS" value="com.fs4a.fs4amyabtis.Fs4aMyabtisApplication" />
  129. <method v="2">
  130. <option name="Make" enabled="true" />
  131. </method>
  132. </configuration>
  133. <configuration name="Fs4aWeChatApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  134. <module name="fs4a-service-wechat" />
  135. <option name="SPRING_BOOT_MAIN_CLASS" value="com.fs4a.wechat.Fs4aWeChatApplication" />
  136. <method v="2">
  137. <option name="Make" enabled="true" />
  138. </method>
  139. </configuration>
  140. <configuration name="InterfacesGatewayApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  141. <module name="interfaces-gateway" />
  142. <option name="SPRING_BOOT_MAIN_CLASS" value="com.fs4a.InterfacesGatewayApplication" />
  143. <method v="2">
  144. <option name="Make" enabled="true" />
  145. </method>
  146. </configuration>
  147. <configuration name="StarterFileLogApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  148. <module name="common-file" />
  149. <option name="SPRING_BOOT_MAIN_CLASS" value="com.fs4a.common.file.StarterFileLogApplication" />
  150. <method v="2">
  151. <option name="Make" enabled="true" />
  152. </method>
  153. </configuration>
  154. </component>
  155. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  156. <component name="TaskManager">
  157. <task active="true" id="Default" summary="默认任务">
  158. <changelist id="51f87b2c-e642-46f6-a612-d629399369a5" name="默认变更列表" comment="" />
  159. <created>1679467719137</created>
  160. <option name="number" value="Default" />
  161. <option name="presentableId" value="Default" />
  162. <updated>1679467719137</updated>
  163. <workItem from="1679467720734" duration="1356000" />
  164. <workItem from="1680226762423" duration="4104000" />
  165. <workItem from="1680234755705" duration="276000" />
  166. <workItem from="1680243161139" duration="93000" />
  167. <workItem from="1681355283499" duration="1533000" />
  168. <workItem from="1682003258495" duration="918000" />
  169. <workItem from="1682345589249" duration="1367000" />
  170. <workItem from="1686125633680" duration="6171000" />
  171. <workItem from="1687155434901" duration="5747000" />
  172. <workItem from="1688955178099" duration="32445000" />
  173. </task>
  174. <servers />
  175. </component>
  176. <component name="TypeScriptGeneratedFilesManager">
  177. <option name="version" value="3" />
  178. </component>
  179. <component name="Vcs.Log.Tabs.Properties">
  180. <option name="TAB_STATES">
  181. <map>
  182. <entry key="MAIN">
  183. <value>
  184. <State />
  185. </value>
  186. </entry>
  187. </map>
  188. </option>
  189. <option name="oldMeFiltersMigrated" value="true" />
  190. </component>
  191. <component name="XDebuggerManager">
  192. <breakpoint-manager>
  193. <breakpoints>
  194. <line-breakpoint enabled="true" type="java-line">
  195. <url>file://$PROJECT_DIR$/fs4a-dao/fs4a-myabtis/src/main/java/com/fs4a/fs4amyabtis/service/impl/CommonAuthServiceImpl.java</url>
  196. <line>70</line>
  197. <option name="timeStamp" value="3" />
  198. </line-breakpoint>
  199. <line-breakpoint enabled="true" type="java-line">
  200. <url>file://$PROJECT_DIR$/fs4a-dao/fs4a-myabtis/src/main/java/com/fs4a/fs4amyabtis/service/impl/CommonAuthServiceImpl.java</url>
  201. <line>87</line>
  202. <option name="timeStamp" value="4" />
  203. </line-breakpoint>
  204. <line-breakpoint enabled="true" type="java-line">
  205. <url>file://$PROJECT_DIR$/fs4a-dao/fs4a-myabtis/src/main/java/com/fs4a/fs4amyabtis/service/impl/CommonAuthServiceImpl.java</url>
  206. <line>78</line>
  207. <option name="timeStamp" value="6" />
  208. </line-breakpoint>
  209. <line-breakpoint enabled="true" type="java-line">
  210. <url>file://$PROJECT_DIR$/fs4a-dao/fs4a-myabtis/src/main/java/com/fs4a/fs4amyabtis/service/impl/CommonAuthServiceImpl.java</url>
  211. <line>237</line>
  212. <option name="timeStamp" value="7" />
  213. </line-breakpoint>
  214. <line-breakpoint enabled="true" type="java-line">
  215. <url>file://$PROJECT_DIR$/fs4a-dao/fs4a-myabtis/src/main/java/com/fs4a/fs4amyabtis/service/impl/CommonAuthServiceImpl.java</url>
  216. <line>256</line>
  217. <option name="timeStamp" value="8" />
  218. </line-breakpoint>
  219. <line-breakpoint enabled="true" type="java-line">
  220. <url>file://$PROJECT_DIR$/fs4a-dao/fs4a-myabtis/src/main/java/com/fs4a/fs4amyabtis/service/impl/CommonAuthServiceImpl.java</url>
  221. <line>296</line>
  222. <option name="timeStamp" value="9" />
  223. </line-breakpoint>
  224. <line-breakpoint enabled="true" type="java-line">
  225. <url>file://$PROJECT_DIR$/fs4a-service/fs4a-authentication/src/main/java/com/fs4a/authentication/controller/TokenController.java</url>
  226. <line>43</line>
  227. <option name="timeStamp" value="10" />
  228. </line-breakpoint>
  229. <line-breakpoint enabled="true" type="java-line">
  230. <url>file://$PROJECT_DIR$/fs4a-service/fs4a-authentication/src/main/java/com/fs4a/authentication/controller/TokenController.java</url>
  231. <line>70</line>
  232. <option name="timeStamp" value="11" />
  233. </line-breakpoint>
  234. <line-breakpoint enabled="true" type="java-line">
  235. <url>file://$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/filter/TokenGlobalFilter.java</url>
  236. <line>67</line>
  237. <option name="timeStamp" value="22" />
  238. </line-breakpoint>
  239. <line-breakpoint enabled="true" type="java-line">
  240. <url>file://$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/filter/TokenGlobalFilter.java</url>
  241. <line>68</line>
  242. <option name="timeStamp" value="23" />
  243. </line-breakpoint>
  244. </breakpoints>
  245. </breakpoint-manager>
  246. </component>
  247. </project>