123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project version="4">
- <component name="AutoImportSettings">
- <option name="autoReloadType" value="SELECTIVE" />
- </component>
- <component name="ChangeListManager">
- <list default="true" id="51f87b2c-e642-46f6-a612-d629399369a5" name="默认变更列表" comment="">
- <change afterPath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/dto/R.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/dto/UserAuth.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/filter/FilterConfig.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/remote/NewAuthenticationApi.java" afterDir="false" />
- <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" />
- <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/pom.xml" afterDir="false" />
- <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" />
- <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" />
- <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/config/IpLimitFilter.java" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/config/JWTGetWayConfig.java" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/config/RouteLocatorConfig.java" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/controller/LoginController.java" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/dto/LoginDto.java" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/entity/Application.java" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/entity/LogEntity.java" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/entity/LoginTo.java" beforeDir="false" />
- <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" />
- <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" />
- <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" />
- <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" />
- <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/filter/WrapperResponseGlobalFilter.java" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/mapper/ApplicationMapper.java" beforeDir="false" />
- <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" />
- <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/service/AuthenticationService.java" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/service/Fs4aFeign.java" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/service/impl/AuthenticationServiceImpl.java" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/service/impl/IpUtils.java" beforeDir="false" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- </list>
- <option name="SHOW_DIALOG" value="false" />
- <option name="HIGHLIGHT_CONFLICTS" value="true" />
- <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
- <option name="LAST_RESOLUTION" value="IGNORE" />
- </component>
- <component name="FileTemplateManagerImpl">
- <option name="RECENT_TEMPLATES">
- <list>
- <option value="Class" />
- </list>
- </option>
- </component>
- <component name="Git.Settings">
- <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
- </component>
- <component name="ProjectId" id="2NMIqVCaHYPcWXdWXWgv5WKRLRY" />
- <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
- <component name="ProjectViewState">
- <option name="hideEmptyMiddlePackages" value="true" />
- <option name="showLibraryContents" value="true" />
- </component>
- <component name="PropertiesComponent">
- <property name="RequestMappingsPanelOrder0" value="0" />
- <property name="RequestMappingsPanelOrder1" value="1" />
- <property name="RequestMappingsPanelWidth0" value="75" />
- <property name="RequestMappingsPanelWidth1" value="75" />
- <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
- <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
- <property name="WebServerToolWindowFactoryState" value="false" />
- <property name="aspect.path.notification.shown" value="true" />
- <property name="last_opened_file_path" value="$PROJECT_DIR$/../../../spring-gateway" />
- <property name="nodejs_package_manager_path" value="npm" />
- <property name="restartRequiresConfirmation" value="false" />
- </component>
- <component name="ReactorSettings">
- <option name="notificationShown" value="true" />
- </component>
- <component name="RunDashboard">
- <option name="configurationTypes">
- <set>
- <option value="SpringBootApplicationConfigurationType" />
- </set>
- </option>
- </component>
- <component name="RunManager" selected="Spring Boot.InterfacesGatewayApplication">
- <configuration default="true" type="ArquillianJUnit" factoryName="" nameIsGenerated="true">
- <option name="arquillianRunConfiguration">
- <value>
- <option name="containerStateName" value="" />
- </value>
- </option>
- <option name="TEST_OBJECT" value="class" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="AnalysisApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
- <module name="fs4a-common-analysis" />
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.fs4a.analysis.AnalysisApplication" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="AuthenticationApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
- <module name="fs4a-authentication" />
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.fs4a.authentication.AuthenticationApplication" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="CommonPoducerApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
- <module name="fs4a-common-producer" />
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.fs4a.wechat.CommonPoducerApplication" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="ConsumerApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
- <module name="fs4a-common-consumer" />
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.fs4a.analysis.ConsumerApplication" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="Fs4aMyabtisApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
- <module name="fs4a-myabtis" />
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.fs4a.fs4amyabtis.Fs4aMyabtisApplication" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="Fs4aWeChatApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
- <module name="fs4a-service-wechat" />
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.fs4a.wechat.Fs4aWeChatApplication" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="InterfacesGatewayApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
- <module name="interfaces-gateway" />
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.fs4a.InterfacesGatewayApplication" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="StarterFileLogApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
- <module name="common-file" />
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.fs4a.common.file.StarterFileLogApplication" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- </component>
- <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
- <component name="TaskManager">
- <task active="true" id="Default" summary="默认任务">
- <changelist id="51f87b2c-e642-46f6-a612-d629399369a5" name="默认变更列表" comment="" />
- <created>1679467719137</created>
- <option name="number" value="Default" />
- <option name="presentableId" value="Default" />
- <updated>1679467719137</updated>
- <workItem from="1679467720734" duration="1356000" />
- <workItem from="1680226762423" duration="4104000" />
- <workItem from="1680234755705" duration="276000" />
- <workItem from="1680243161139" duration="93000" />
- <workItem from="1681355283499" duration="1533000" />
- <workItem from="1682003258495" duration="918000" />
- <workItem from="1682345589249" duration="1367000" />
- <workItem from="1686125633680" duration="6171000" />
- <workItem from="1687155434901" duration="5747000" />
- <workItem from="1688955178099" duration="32445000" />
- </task>
- <servers />
- </component>
- <component name="TypeScriptGeneratedFilesManager">
- <option name="version" value="3" />
- </component>
- <component name="Vcs.Log.Tabs.Properties">
- <option name="TAB_STATES">
- <map>
- <entry key="MAIN">
- <value>
- <State />
- </value>
- </entry>
- </map>
- </option>
- <option name="oldMeFiltersMigrated" value="true" />
- </component>
- <component name="XDebuggerManager">
- <breakpoint-manager>
- <breakpoints>
- <line-breakpoint enabled="true" type="java-line">
- <url>file://$PROJECT_DIR$/fs4a-dao/fs4a-myabtis/src/main/java/com/fs4a/fs4amyabtis/service/impl/CommonAuthServiceImpl.java</url>
- <line>70</line>
- <option name="timeStamp" value="3" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="java-line">
- <url>file://$PROJECT_DIR$/fs4a-dao/fs4a-myabtis/src/main/java/com/fs4a/fs4amyabtis/service/impl/CommonAuthServiceImpl.java</url>
- <line>87</line>
- <option name="timeStamp" value="4" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="java-line">
- <url>file://$PROJECT_DIR$/fs4a-dao/fs4a-myabtis/src/main/java/com/fs4a/fs4amyabtis/service/impl/CommonAuthServiceImpl.java</url>
- <line>78</line>
- <option name="timeStamp" value="6" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="java-line">
- <url>file://$PROJECT_DIR$/fs4a-dao/fs4a-myabtis/src/main/java/com/fs4a/fs4amyabtis/service/impl/CommonAuthServiceImpl.java</url>
- <line>237</line>
- <option name="timeStamp" value="7" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="java-line">
- <url>file://$PROJECT_DIR$/fs4a-dao/fs4a-myabtis/src/main/java/com/fs4a/fs4amyabtis/service/impl/CommonAuthServiceImpl.java</url>
- <line>256</line>
- <option name="timeStamp" value="8" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="java-line">
- <url>file://$PROJECT_DIR$/fs4a-dao/fs4a-myabtis/src/main/java/com/fs4a/fs4amyabtis/service/impl/CommonAuthServiceImpl.java</url>
- <line>296</line>
- <option name="timeStamp" value="9" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="java-line">
- <url>file://$PROJECT_DIR$/fs4a-service/fs4a-authentication/src/main/java/com/fs4a/authentication/controller/TokenController.java</url>
- <line>43</line>
- <option name="timeStamp" value="10" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="java-line">
- <url>file://$PROJECT_DIR$/fs4a-service/fs4a-authentication/src/main/java/com/fs4a/authentication/controller/TokenController.java</url>
- <line>70</line>
- <option name="timeStamp" value="11" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="java-line">
- <url>file://$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/filter/TokenGlobalFilter.java</url>
- <line>67</line>
- <option name="timeStamp" value="22" />
- </line-breakpoint>
- <line-breakpoint enabled="true" type="java-line">
- <url>file://$PROJECT_DIR$/fs4a-interfaces/interfaces-gateway/src/main/java/com/fs4a/filter/TokenGlobalFilter.java</url>
- <line>68</line>
- <option name="timeStamp" value="23" />
- </line-breakpoint>
- </breakpoints>
- </breakpoint-manager>
- </component>
- </project>
|