|
@@ -5,25 +5,44 @@
|
|
|
</component>
|
|
|
<component name="ChangeListManager">
|
|
|
<list default="true" id="0bad6c28-ea68-4d3a-b40f-655b0d82b08f" name="Changes" comment="">
|
|
|
- <change afterPath="$PROJECT_DIR$/seata-order-service2001/pom.xml" afterDir="false" />
|
|
|
- <change afterPath="$PROJECT_DIR$/seata-order-service2001/src/main/java/com/sf/SeataOrderMainApp2001.java" afterDir="false" />
|
|
|
- <change afterPath="$PROJECT_DIR$/seata-order-service2001/src/main/java/com/sf/config/DataSourceProxyConfig.java" afterDir="false" />
|
|
|
- <change afterPath="$PROJECT_DIR$/seata-order-service2001/src/main/java/com/sf/config/MybatisConfig.java" afterDir="false" />
|
|
|
- <change afterPath="$PROJECT_DIR$/seata-order-service2001/src/main/java/com/sf/controller/OrderController.java" afterDir="false" />
|
|
|
- <change afterPath="$PROJECT_DIR$/seata-order-service2001/src/main/java/com/sf/dao/OrderDao.java" afterDir="false" />
|
|
|
- <change afterPath="$PROJECT_DIR$/seata-order-service2001/src/main/java/com/sf/domain/CommonResult.java" afterDir="false" />
|
|
|
- <change afterPath="$PROJECT_DIR$/seata-order-service2001/src/main/java/com/sf/domain/Order.java" afterDir="false" />
|
|
|
- <change afterPath="$PROJECT_DIR$/seata-order-service2001/src/main/java/com/sf/service/OrderService.java" afterDir="false" />
|
|
|
- <change afterPath="$PROJECT_DIR$/seata-order-service2001/src/main/java/com/sf/service/impl/OrderServiceImpl.java" afterDir="false" />
|
|
|
- <change afterPath="$PROJECT_DIR$/seata-order-service2001/src/main/resources/application.yml" afterDir="false" />
|
|
|
- <change afterPath="$PROJECT_DIR$/seata-order-service2001/src/main/resources/file.conf" afterDir="false" />
|
|
|
- <change afterPath="$PROJECT_DIR$/seata-order-service2001/src/main/resources/mapper/OrderMapper.xml" afterDir="false" />
|
|
|
- <change afterPath="$PROJECT_DIR$/seata-order-service2001/src/main/resources/registry.conf" afterDir="false" />
|
|
|
- <change afterPath="$PROJECT_DIR$/seata-order-service2001/src/test/java/com/sf/AppTest.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/Storage-Module/pom.xml" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/Storage-Module/src/main/java/com/sf/SeataStorageServiceApplication2002.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/Storage-Module/src/main/java/com/sf/config/DataSourceProxyConfig.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/Storage-Module/src/main/java/com/sf/config/MybatisConfig.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/Storage-Module/src/main/java/com/sf/controller/StorageController.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/Storage-Module/src/main/java/com/sf/dao/StorageDao.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/Storage-Module/src/main/java/com/sf/domain/CommonResult.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/Storage-Module/src/main/java/com/sf/domain/Storage.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/Storage-Module/src/main/java/com/sf/service/StorageService.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/Storage-Module/src/main/java/com/sf/service/impl/StorageServiceImpl.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/Storage-Module/src/main/resources/application.yml" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/Storage-Module/src/main/resources/file.conf" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/Storage-Module/src/main/resources/mapper/StorageMapper.xml" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/Storage-Module/src/main/resources/registry.conf" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/Storage-Module/src/test/java/com/sf/AppTest.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/account-Module/pom.xml" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/account-Module/src/main/java/com/sf/SeataAccountMainApp2003.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/account-Module/src/main/java/com/sf/config/DataSourceProxyConfig.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/account-Module/src/main/java/com/sf/config/MybatisConfig.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/account-Module/src/main/java/com/sf/controller/AccountController.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/account-Module/src/main/java/com/sf/dao/AccountDao.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/account-Module/src/main/java/com/sf/domain/Account.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/account-Module/src/main/java/com/sf/domain/CommonResult.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/account-Module/src/main/java/com/sf/service/AccountService.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/account-Module/src/main/java/com/sf/service/impl/AccountServiceImpl.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/account-Module/src/main/resources/application.yml" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/account-Module/src/main/resources/file.conf" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/account-Module/src/main/resources/mapper/AccountMapper.xml" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/account-Module/src/main/resources/registry.conf" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/account-Module/src/test/java/com/sf/AppTest.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/seata-order-service2001/src/main/java/com/sf/service/AccountService.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/seata-order-service2001/src/main/java/com/sf/service/StorageService.java" afterDir="false" />
|
|
|
<change beforePath="$PROJECT_DIR$/.idea/compiler.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/compiler.xml" afterDir="false" />
|
|
|
<change beforePath="$PROJECT_DIR$/.idea/encodings.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/encodings.xml" afterDir="false" />
|
|
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
|
<change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/seata-order-service2001/src/main/java/com/sf/service/impl/OrderServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/seata-order-service2001/src/main/java/com/sf/service/impl/OrderServiceImpl.java" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/seata-order-service2001/src/main/resources/application.yml" beforeDir="false" afterPath="$PROJECT_DIR$/seata-order-service2001/src/main/resources/application.yml" afterDir="false" />
|
|
|
</list>
|
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
@@ -33,8 +52,8 @@
|
|
|
<component name="FileTemplateManagerImpl">
|
|
|
<option name="RECENT_TEMPLATES">
|
|
|
<list>
|
|
|
- <option value="Interface" />
|
|
|
<option value="Class" />
|
|
|
+ <option value="Interface" />
|
|
|
</list>
|
|
|
</option>
|
|
|
</component>
|
|
@@ -62,7 +81,7 @@
|
|
|
"SHARE_PROJECT_CONFIGURATION_FILES": "true",
|
|
|
"WebServerToolWindowFactoryState": "false",
|
|
|
"jdk.selected.JAVA_MODULE": "1.8",
|
|
|
- "last_opened_file_path": "D:/Program Files/IntelliJ IDEA 2019.3.3/VIP23/springcloudalibabaVIP23/cloudalibaba-sentinel-service8401/src/main/resources",
|
|
|
+ "last_opened_file_path": "D:/Program Files/IntelliJ IDEA 2019.3.3/VIP23/springcloudalibabaVIP23/account-Module/src/main/java/com/sf",
|
|
|
"node.js.detected.package.eslint": "true",
|
|
|
"node.js.detected.package.tslint": "true",
|
|
|
"node.js.selected.package.eslint": "(autodetect)",
|
|
@@ -71,17 +90,17 @@
|
|
|
"project.structure.proportion": "0.15",
|
|
|
"project.structure.side.proportion": "0.35402298",
|
|
|
"settings.editor.selected.configurable": "editor.preferences.fonts.default",
|
|
|
- "spring.configuration.checksum": "eef36db803e3763009b633b1a4930b6c",
|
|
|
+ "spring.configuration.checksum": "2349743076d2cecf0f0d93d8ea63264e",
|
|
|
"vue.rearranger.settings.migration": "true"
|
|
|
}
|
|
|
}]]></component>
|
|
|
<component name="RecentsManager">
|
|
|
<key name="CopyFile.RECENT_KEYS">
|
|
|
+ <recent name="D:\Program Files\IntelliJ IDEA 2019.3.3\VIP23\springcloudalibabaVIP23\account-Module\src\main\java\com\sf" />
|
|
|
+ <recent name="D:\Program Files\IntelliJ IDEA 2019.3.3\VIP23\springcloudalibabaVIP23\account-Module\src\main\resources" />
|
|
|
+ <recent name="D:\Program Files\IntelliJ IDEA 2019.3.3\VIP23\springcloudalibabaVIP23\Storage-Module\src\main\java\com\sf" />
|
|
|
<recent name="D:\Program Files\IntelliJ IDEA 2019.3.3\VIP23\springcloudalibabaVIP23\cloudalibaba-sentinel-service8401\src\main\resources" />
|
|
|
<recent name="D:\Program Files\IntelliJ IDEA 2019.3.3\VIP23\springcloudalibabaVIP23\cloudalibaba-consumer-nacos-order84\src\main\resources" />
|
|
|
- <recent name="D:\Program Files\IntelliJ IDEA 2019.3.3\VIP23\springcloudalibabaVIP23\cloudalibaba-provider-payment9004\src\main\resources" />
|
|
|
- <recent name="D:\Program Files\IntelliJ IDEA 2019.3.3\VIP23\springcloudalibabaVIP23\cloudalibaba-provider-payment9002\src\main\resources" />
|
|
|
- <recent name="D:\Program Files\IntelliJ IDEA 2019.3.3\VIP23\springcloudalibabaVIP23\cloudalibaba-provider-payment9001\src\main\resources" />
|
|
|
</key>
|
|
|
<key name="CopyClassDialog.RECENTS_KEY">
|
|
|
<recent name="com.sf.config" />
|
|
@@ -96,7 +115,7 @@
|
|
|
</set>
|
|
|
</option>
|
|
|
</component>
|
|
|
- <component name="RunManager" selected="Spring Boot.MainApp8401">
|
|
|
+ <component name="RunManager" selected="Spring Boot.SeataOrderMainApp2001">
|
|
|
<configuration name="MainApp8401" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
|
|
|
<module name="cloudalibaba-sentinel-service8401" />
|
|
|
<option name="SPRING_BOOT_MAIN_CLASS" value="com.sf.MainApp8401" />
|
|
@@ -110,9 +129,9 @@
|
|
|
<option name="Make" enabled="true" />
|
|
|
</method>
|
|
|
</configuration>
|
|
|
- <configuration name="NacosConfigClientMain3377" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
|
|
|
- <module name="cloudalibaba-config-nacos-client3377" />
|
|
|
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.sf.NacosConfigClientMain3377" />
|
|
|
+ <configuration name="OrderNacosMain84" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
|
|
|
+ <module name="cloudalibaba-consumer-nacos-order84" />
|
|
|
+ <option name="SPRING_BOOT_MAIN_CLASS" value="com.sf.OrderNacosMain84" />
|
|
|
<extension name="coverage">
|
|
|
<pattern>
|
|
|
<option name="PATTERN" value="com.sf.*" />
|
|
@@ -123,9 +142,9 @@
|
|
|
<option name="Make" enabled="true" />
|
|
|
</method>
|
|
|
</configuration>
|
|
|
- <configuration name="OrderNacosMain84" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
|
|
|
- <module name="cloudalibaba-consumer-nacos-order84" />
|
|
|
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.sf.OrderNacosMain84" />
|
|
|
+ <configuration name="SeataAccountMainApp2003" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
|
|
|
+ <module name="account-Module" />
|
|
|
+ <option name="SPRING_BOOT_MAIN_CLASS" value="com.sf.SeataAccountMainApp2003" />
|
|
|
<extension name="coverage">
|
|
|
<pattern>
|
|
|
<option name="PATTERN" value="com.sf.*" />
|
|
@@ -136,9 +155,9 @@
|
|
|
<option name="Make" enabled="true" />
|
|
|
</method>
|
|
|
</configuration>
|
|
|
- <configuration name="PaymentMain9003" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
|
|
|
- <module name="cloudalibaba-provider-payment9003" />
|
|
|
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.sf.PaymentMain9003" />
|
|
|
+ <configuration name="SeataOrderMainApp2001" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
|
|
|
+ <module name="seata-order-service2001" />
|
|
|
+ <option name="SPRING_BOOT_MAIN_CLASS" value="com.sf.SeataOrderMainApp2001" />
|
|
|
<extension name="coverage">
|
|
|
<pattern>
|
|
|
<option name="PATTERN" value="com.sf.*" />
|
|
@@ -149,9 +168,9 @@
|
|
|
<option name="Make" enabled="true" />
|
|
|
</method>
|
|
|
</configuration>
|
|
|
- <configuration name="PaymentMain9004" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
|
|
|
- <module name="cloudalibaba-provider-payment9004" />
|
|
|
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.sf.PaymentMain9004" />
|
|
|
+ <configuration name="SeataStorageServiceApplication2002" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
|
|
|
+ <module name="Storage-Module" />
|
|
|
+ <option name="SPRING_BOOT_MAIN_CLASS" value="com.sf.SeataStorageServiceApplication2002" />
|
|
|
<extension name="coverage">
|
|
|
<pattern>
|
|
|
<option name="PATTERN" value="com.sf.*" />
|
|
@@ -164,11 +183,11 @@
|
|
|
</configuration>
|
|
|
<recent_temporary>
|
|
|
<list>
|
|
|
+ <item itemvalue="Spring Boot.SeataOrderMainApp2001" />
|
|
|
+ <item itemvalue="Spring Boot.SeataAccountMainApp2003" />
|
|
|
+ <item itemvalue="Spring Boot.SeataStorageServiceApplication2002" />
|
|
|
<item itemvalue="Spring Boot.MainApp8401" />
|
|
|
<item itemvalue="Spring Boot.OrderNacosMain84" />
|
|
|
- <item itemvalue="Spring Boot.PaymentMain9004" />
|
|
|
- <item itemvalue="Spring Boot.PaymentMain9003" />
|
|
|
- <item itemvalue="Spring Boot.NacosConfigClientMain3377" />
|
|
|
</list>
|
|
|
</recent_temporary>
|
|
|
</component>
|
|
@@ -187,7 +206,8 @@
|
|
|
<workItem from="1697931753064" duration="638000" />
|
|
|
<workItem from="1698312279279" duration="9566000" />
|
|
|
<workItem from="1698914353786" duration="9997000" />
|
|
|
- <workItem from="1699079521546" duration="5328000" />
|
|
|
+ <workItem from="1699079521546" duration="6446000" />
|
|
|
+ <workItem from="1699523852460" duration="6288000" />
|
|
|
</task>
|
|
|
<servers />
|
|
|
</component>
|