workspace.xml 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  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="c9251c3e-9f2f-4b6c-a5f7-503156fe13c0" name="Changes" comment="bug修复">
  8. <change afterPath="$PROJECT_DIR$/generationXK-service/src/test/java/com/gyee/generation/SaticScheduleCALTaskTest.java" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  10. <change beforePath="$PROJECT_DIR$/data-adapter/src/main/java/com/gyee/dataadapter/config/DataConverterManager2.java" beforeDir="false" afterPath="$PROJECT_DIR$/data-adapter/src/main/java/com/gyee/dataadapter/config/DataConverterManager2.java" afterDir="false" />
  11. <change beforePath="$PROJECT_DIR$/data-adapter/src/main/java/com/gyee/dataadapter/config/MqttServer.java" beforeDir="false" afterPath="$PROJECT_DIR$/data-adapter/src/main/java/com/gyee/dataadapter/config/MqttServer.java" afterDir="false" />
  12. <change beforePath="$PROJECT_DIR$/data-adapter/src/main/java/com/gyee/dataadapter/config/PushCallback.java" beforeDir="false" afterPath="$PROJECT_DIR$/data-adapter/src/main/java/com/gyee/dataadapter/config/PushCallback.java" afterDir="false" />
  13. <change beforePath="$PROJECT_DIR$/data-adapter/src/main/java/com/gyee/dataadapter/controller/SubscribeController.java" beforeDir="false" afterPath="$PROJECT_DIR$/data-adapter/src/main/java/com/gyee/dataadapter/controller/SubscribeController.java" afterDir="false" />
  14. <change beforePath="$PROJECT_DIR$/data-adapter/src/main/java/com/gyee/dataadapter/dao_mqtt_influxdb_taos/MqttTaosLatestDao.java" beforeDir="false" afterPath="$PROJECT_DIR$/data-adapter/src/main/java/com/gyee/dataadapter/dao_mqtt_influxdb_taos/MqttTaosLatestDao.java" afterDir="false" />
  15. <change beforePath="$PROJECT_DIR$/data-adapter/src/main/java/com/gyee/dataadapter/entity/PointData.java" beforeDir="false" afterPath="$PROJECT_DIR$/data-adapter/src/main/java/com/gyee/dataadapter/entity/PointData.java" afterDir="false" />
  16. <change beforePath="$PROJECT_DIR$/data-adapter/src/main/java/com/gyee/dataadapter/service/TsDataService.java" beforeDir="false" afterPath="$PROJECT_DIR$/data-adapter/src/main/java/com/gyee/dataadapter/service/TsDataService.java" afterDir="false" />
  17. <change beforePath="$PROJECT_DIR$/data-adapter/src/main/resources/application.yaml" beforeDir="false" afterPath="$PROJECT_DIR$/data-adapter/src/main/resources/application.yaml" afterDir="false" />
  18. <change beforePath="$PROJECT_DIR$/generationXK-service/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/generationXK-service/pom.xml" afterDir="false" />
  19. <change beforePath="$PROJECT_DIR$/generationXK-service/src/test/java/com/gyee/generation/CurveTest.java" beforeDir="false" afterPath="$PROJECT_DIR$/generationXK-service/src/test/java/com/gyee/generation/CurveTest.java" afterDir="false" />
  20. </list>
  21. <option name="SHOW_DIALOG" value="false" />
  22. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  23. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  24. <option name="LAST_RESOLUTION" value="IGNORE" />
  25. </component>
  26. <component name="FileTemplateManagerImpl">
  27. <option name="RECENT_TEMPLATES">
  28. <list>
  29. <option value="Class" />
  30. </list>
  31. </option>
  32. </component>
  33. <component name="Git.Settings">
  34. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  35. </component>
  36. <component name="GitToolBoxStore">
  37. <option name="projectConfigVersion" value="5" />
  38. </component>
  39. <component name="HighlightingSettingsPerFile">
  40. <setting file="file://$PROJECT_DIR$/generationXK-service/src/test/java/com/gyee/generation/SaticScheduleCALTaskTest.java" root0="FORCE_HIGHLIGHTING" />
  41. </component>
  42. <component name="KubernetesApiPersistence">{}</component>
  43. <component name="KubernetesApiProvider">{
  44. &quot;isMigrated&quot;: true
  45. }</component>
  46. <component name="MarkdownSettingsMigration">
  47. <option name="stateVersion" value="1" />
  48. </component>
  49. <component name="MavenRunner">
  50. <option name="skipTests" value="true" />
  51. </component>
  52. <component name="ProjectColorInfo">{
  53. &quot;associatedIndex&quot;: 1
  54. }</component>
  55. <component name="ProjectId" id="2iwn3jPr2YFMSRwqKgOLfEkwsXR" />
  56. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  57. <component name="ProjectViewState">
  58. <option name="autoscrollFromSource" value="true" />
  59. <option name="autoscrollToSource" value="true" />
  60. <option name="hideEmptyMiddlePackages" value="true" />
  61. <option name="showLibraryContents" value="true" />
  62. </component>
  63. <component name="PropertiesComponent"><![CDATA[{
  64. "keyToString": {
  65. "HTTP 请求.generated-requests | #259.executor": "Run",
  66. "HTTP 请求.generated-requests | #260.executor": "Run",
  67. "HTTP 请求.generated-requests | #261.executor": "Run",
  68. "HTTP 请求.generated-requests | #262.executor": "Run",
  69. "HTTP 请求.generated-requests | #263.executor": "Run",
  70. "HTTP 请求.generated-requests | #264.executor": "Run",
  71. "JUnit.SaticScheduleCALTaskTest.all.executor": "Debug",
  72. "JUnit.test.test1.executor": "Debug",
  73. "Maven.common [clean].executor": "Run",
  74. "Maven.common [compile].executor": "Run",
  75. "Maven.common [package].executor": "Run",
  76. "Maven.runeconmy-nx [clean].executor": "Run",
  77. "Maven.runeconomy-xk [clean].executor": "Run",
  78. "Maven.runeconomy-xk [compile].executor": "Run",
  79. "Maven.runeconomy-xk [package].executor": "Run",
  80. "RequestMappingsPanelOrder0": "0",
  81. "RequestMappingsPanelOrder1": "1",
  82. "RequestMappingsPanelWidth0": "75",
  83. "RequestMappingsPanelWidth1": "75",
  84. "RunOnceActivity.OpenProjectViewOnStart": "true",
  85. "RunOnceActivity.ShowReadmeOnStart": "true",
  86. "SHARE_PROJECT_CONFIGURATION_FILES": "true",
  87. "Spring Boot.DataAdapterApp.executor": "Debug",
  88. "Spring Boot.DataAdapterApplication.executor": "Debug",
  89. "Spring Boot.GenerationMain.executor": "Debug",
  90. "Spring Boot.RunEconomyApplication.executor": "Debug",
  91. "WebServerToolWindowFactoryState": "false",
  92. "git-widget-placeholder": "master",
  93. "kotlin-language-version-configured": "true",
  94. "last_opened_file_path": "D:/ruoyi/runeconomy-nx/generationXK-service/src/test/java/com/gyee/generation",
  95. "node.js.detected.package.eslint": "true",
  96. "node.js.detected.package.tslint": "true",
  97. "node.js.selected.package.eslint": "(autodetect)",
  98. "node.js.selected.package.tslint": "(autodetect)",
  99. "nodejs_package_manager_path": "npm",
  100. "project.structure.last.edited": "SDK",
  101. "project.structure.proportion": "0.15",
  102. "project.structure.side.proportion": "0.2",
  103. "run.configurations.included.in.services": "true",
  104. "settings.editor.selected.configurable": "MavenSettings",
  105. "vue.rearranger.settings.migration": "true"
  106. },
  107. "keyToStringList": {
  108. "DatabaseDriversLRU": [
  109. "32cedcb1-ba4b-45b2-8a73-afb0e89cadeb"
  110. ]
  111. }
  112. }]]></component>
  113. <component name="ReactorSettings">
  114. <option name="notificationShown" value="true" />
  115. </component>
  116. <component name="RecentsManager">
  117. <key name="CopyFile.RECENT_KEYS">
  118. <recent name="D:\ruoyi\runeconomy-nx" />
  119. <recent name="D:\ruoyi\runeconomy-nx\data-adapter\src\main\java\com\gyee\dataadapter\entity" />
  120. <recent name="D:\work\workspaces\runeconomy-nx\runeconomy-xk\src\main\java\com\gyee\runeconomy" />
  121. </key>
  122. <key name="CopyClassDialog.RECENTS_KEY">
  123. <recent name="com.gyee.dataadapter.dao" />
  124. <recent name="com.gyee.dataadapter.config" />
  125. <recent name="com.gyee.dataadapter.service" />
  126. <recent name="com.gyee.dataadapter.entity" />
  127. <recent name="com.gyee.runeconomy.initalcache" />
  128. </key>
  129. </component>
  130. <component name="RunDashboard">
  131. <option name="configurationTypes">
  132. <set>
  133. <option value="MicronautRunConfigurationType" />
  134. <option value="SpringBootApplicationConfigurationType" />
  135. </set>
  136. </option>
  137. </component>
  138. <component name="RunManager" selected="JUnit.SaticScheduleCALTaskTest.all">
  139. <configuration name="generated-requests | #259" type="HttpClient.HttpRequestRunConfigurationType" factoryName="HTTP Request" temporary="true" nameIsGenerated="true" path="$APPLICATION_CONFIG_DIR$/scratches/generated-requests.http" index="259" requestIdentifier="#259" runType="运行单个请求">
  140. <method v="2" />
  141. </configuration>
  142. <configuration name="generated-requests | #261" type="HttpClient.HttpRequestRunConfigurationType" factoryName="HTTP Request" temporary="true" nameIsGenerated="true" path="$APPLICATION_CONFIG_DIR$/scratches/generated-requests.http" index="261" requestIdentifier="#261" runType="运行单个请求">
  143. <method v="2" />
  144. </configuration>
  145. <configuration name="generated-requests | #263" type="HttpClient.HttpRequestRunConfigurationType" factoryName="HTTP Request" temporary="true" nameIsGenerated="true" path="$APPLICATION_CONFIG_DIR$/scratches/generated-requests.http" index="263" requestIdentifier="#263" runType="运行单个请求">
  146. <method v="2" />
  147. </configuration>
  148. <configuration name="generated-requests | #264" type="HttpClient.HttpRequestRunConfigurationType" factoryName="HTTP Request" temporary="true" nameIsGenerated="true" path="$APPLICATION_CONFIG_DIR$/scratches/generated-requests.http" index="264" requestIdentifier="#264" runType="运行单个请求">
  149. <method v="2" />
  150. </configuration>
  151. <configuration name="SaticScheduleCALTaskTest.all" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  152. <module name="generationXK-service" />
  153. <extension name="coverage">
  154. <pattern>
  155. <option name="PATTERN" value="com.gyee.generation.*" />
  156. <option name="ENABLED" value="true" />
  157. </pattern>
  158. </extension>
  159. <option name="PACKAGE_NAME" value="com.gyee.generation" />
  160. <option name="MAIN_CLASS_NAME" value="com.gyee.generation.SaticScheduleCALTaskTest" />
  161. <option name="METHOD_NAME" value="all" />
  162. <option name="TEST_OBJECT" value="method" />
  163. <method v="2">
  164. <option name="Make" enabled="true" />
  165. </method>
  166. </configuration>
  167. <configuration default="true" type="JetRunConfigurationType">
  168. <module name="runeconomy-nx" />
  169. <method v="2">
  170. <option name="Make" enabled="true" />
  171. </method>
  172. </configuration>
  173. <configuration default="true" type="KotlinStandaloneScriptRunConfigurationType">
  174. <module name="runeconomy-nx" />
  175. <option name="filePath" />
  176. <method v="2">
  177. <option name="Make" enabled="true" />
  178. </method>
  179. </configuration>
  180. <configuration name="CommonMain" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
  181. <module name="common" />
  182. <option name="SPRING_BOOT_MAIN_CLASS" value="com.gyee.common.CommonMain" />
  183. <method v="2">
  184. <option name="Make" enabled="true" />
  185. </method>
  186. </configuration>
  187. <configuration name="DataAdapterApp" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
  188. <module name="data-adapter" />
  189. <option name="SPRING_BOOT_MAIN_CLASS" value="com.gyee.dataadapter.DataAdapterApp" />
  190. <method v="2">
  191. <option name="Make" enabled="true" />
  192. </method>
  193. </configuration>
  194. <configuration name="GenerationMain" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
  195. <module name="generationXK-service" />
  196. <option name="SPRING_BOOT_MAIN_CLASS" value="com.gyee.generation.GenerationMain" />
  197. <method v="2">
  198. <option name="Make" enabled="true" />
  199. </method>
  200. </configuration>
  201. <configuration name="RunEconomyApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
  202. <module name="runeconomy-xk" />
  203. <option name="SPRING_BOOT_MAIN_CLASS" value="com.gyee.RunEconomyApplication" />
  204. <method v="2">
  205. <option name="Make" enabled="true" />
  206. </method>
  207. </configuration>
  208. <recent_temporary>
  209. <list>
  210. <item itemvalue="JUnit.SaticScheduleCALTaskTest.all" />
  211. <item itemvalue="HTTP 请求.generated-requests | #264" />
  212. <item itemvalue="HTTP 请求.generated-requests | #259" />
  213. <item itemvalue="HTTP 请求.generated-requests | #263" />
  214. <item itemvalue="HTTP 请求.generated-requests | #261" />
  215. </list>
  216. </recent_temporary>
  217. </component>
  218. <component name="SharedIndexes">
  219. <attachedChunks>
  220. <set>
  221. <option value="bundled-jdk-9823dce3aa75-b114ca120d71-intellij.indexing.shared.core-IU-242.21829.142" />
  222. </set>
  223. </attachedChunks>
  224. </component>
  225. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  226. <component name="TaskManager">
  227. <task active="true" id="Default" summary="Default task">
  228. <changelist id="c9251c3e-9f2f-4b6c-a5f7-503156fe13c0" name="Changes" comment="" />
  229. <created>1720410312095</created>
  230. <option name="number" value="Default" />
  231. <option name="presentableId" value="Default" />
  232. <updated>1720410312095</updated>
  233. <workItem from="1720410313228" duration="3048000" />
  234. <workItem from="1720420026232" duration="1223000" />
  235. <workItem from="1720421274226" duration="3826000" />
  236. <workItem from="1720573941117" duration="16513000" />
  237. <workItem from="1720660217604" duration="5841000" />
  238. <workItem from="1720788195694" duration="597000" />
  239. <workItem from="1721005075742" duration="4647000" />
  240. <workItem from="1721110176692" duration="2709000" />
  241. <workItem from="1721266032572" duration="3438000" />
  242. <workItem from="1721609765138" duration="2308000" />
  243. <workItem from="1721696474474" duration="586000" />
  244. <workItem from="1722317965884" duration="4144000" />
  245. <workItem from="1722406210722" duration="132000" />
  246. <workItem from="1722999793754" duration="327000" />
  247. <workItem from="1726121000186" duration="2113000" />
  248. <workItem from="1726128426495" duration="6375000" />
  249. <workItem from="1726275498465" duration="21935000" />
  250. <workItem from="1726622318617" duration="13588000" />
  251. <workItem from="1726642901861" duration="8316000" />
  252. <workItem from="1726708351953" duration="14332000" />
  253. </task>
  254. <task id="LOCAL-00001" summary="宁夏风公司">
  255. <option name="closed" value="true" />
  256. <created>1720423579183</created>
  257. <option name="number" value="00001" />
  258. <option name="presentableId" value="LOCAL-00001" />
  259. <option name="project" value="LOCAL" />
  260. <updated>1720423579183</updated>
  261. </task>
  262. <task id="LOCAL-00002" summary="适配器适配">
  263. <option name="closed" value="true" />
  264. <created>1726304049440</created>
  265. <option name="number" value="00002" />
  266. <option name="presentableId" value="LOCAL-00002" />
  267. <option name="project" value="LOCAL" />
  268. <updated>1726304049440</updated>
  269. </task>
  270. <task id="LOCAL-00003" summary="读取调试">
  271. <option name="closed" value="true" />
  272. <created>1726640662521</created>
  273. <option name="number" value="00003" />
  274. <option name="presentableId" value="LOCAL-00003" />
  275. <option name="project" value="LOCAL" />
  276. <updated>1726640662521</updated>
  277. </task>
  278. <task id="LOCAL-00004" summary="读取调试">
  279. <option name="closed" value="true" />
  280. <created>1726643253281</created>
  281. <option name="number" value="00004" />
  282. <option name="presentableId" value="LOCAL-00004" />
  283. <option name="project" value="LOCAL" />
  284. <updated>1726643253281</updated>
  285. </task>
  286. <task id="LOCAL-00005" summary="bug修复">
  287. <option name="closed" value="true" />
  288. <created>1726725051595</created>
  289. <option name="number" value="00005" />
  290. <option name="presentableId" value="LOCAL-00005" />
  291. <option name="project" value="LOCAL" />
  292. <updated>1726725051595</updated>
  293. </task>
  294. <option name="localTasksCounter" value="6" />
  295. <servers />
  296. </component>
  297. <component name="TypeScriptGeneratedFilesManager">
  298. <option name="version" value="3" />
  299. </component>
  300. <component name="Vcs.Log.Tabs.Properties">
  301. <option name="TAB_STATES">
  302. <map>
  303. <entry key="MAIN">
  304. <value>
  305. <State />
  306. </value>
  307. </entry>
  308. </map>
  309. </option>
  310. </component>
  311. <component name="VcsManagerConfiguration">
  312. <MESSAGE value="宁夏风公司" />
  313. <MESSAGE value="适配器适配" />
  314. <MESSAGE value="读取调试" />
  315. <MESSAGE value="bug修复" />
  316. <option name="LAST_COMMIT_MESSAGE" value="bug修复" />
  317. </component>
  318. <component name="XDebuggerManager">
  319. <breakpoint-manager>
  320. <breakpoints>
  321. <line-breakpoint enabled="true" type="java-line">
  322. <url>file://$PROJECT_DIR$/data-adapter/src/main/java/com/gyee/dataadapter/controller/AdapterController.java</url>
  323. <line>89</line>
  324. <option name="timeStamp" value="1" />
  325. </line-breakpoint>
  326. <line-breakpoint enabled="true" type="java-line">
  327. <url>file://$PROJECT_DIR$/data-adapter/src/main/java/com/gyee/dataadapter/dao_mqtt_influxdb_taos/MqttTaosLatestDao.java</url>
  328. <line>46</line>
  329. <option name="timeStamp" value="3" />
  330. </line-breakpoint>
  331. <line-breakpoint enabled="true" type="java-line">
  332. <url>file://$PROJECT_DIR$/data-adapter/src/main/java/com/gyee/dataadapter/dao_mqtt_influxdb_taos/MqttTaosLatestDao.java</url>
  333. <line>48</line>
  334. <option name="timeStamp" value="7" />
  335. </line-breakpoint>
  336. </breakpoints>
  337. </breakpoint-manager>
  338. <watches-manager>
  339. <configuration name="SpringBootApplicationConfigurationType">
  340. <watch expression="sb" />
  341. </configuration>
  342. </watches-manager>
  343. </component>
  344. <component name="XSLT-Support.FileAssociations.UIState">
  345. <expand />
  346. <select />
  347. </component>
  348. </project>