workspace.xml 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  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="f5c8d7e3-5061-4136-9b02-980223f1d915" name="Changes" comment="websocket">
  8. <change afterPath="$PROJECT_DIR$/game-framework/src/main/java/com/game/framework/config/MybatisPlusConfig.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$/game-admin/src/main/java/com/game/web/core/config/SwaggerConfig.java" beforeDir="false" afterPath="$PROJECT_DIR$/game-admin/src/main/java/com/game/web/core/config/SwaggerConfig.java" afterDir="false" />
  11. <change beforePath="$PROJECT_DIR$/game-admin/src/main/resources/application-druid.yml" beforeDir="false" afterPath="$PROJECT_DIR$/game-admin/src/main/resources/application-druid.yml" afterDir="false" />
  12. <change beforePath="$PROJECT_DIR$/game-admin/src/main/resources/application.yml" beforeDir="false" afterPath="$PROJECT_DIR$/game-admin/src/main/resources/application.yml" afterDir="false" />
  13. <change beforePath="$PROJECT_DIR$/game-business/src/main/java/com/game/business/mapper/GameLotteryMapper.java" beforeDir="false" afterPath="$PROJECT_DIR$/game-business/src/main/java/com/game/business/mapper/GameLotteryMapper.java" afterDir="false" />
  14. <change beforePath="$PROJECT_DIR$/game-business/src/main/java/com/game/business/mapper/GameRecordMapper.java" beforeDir="false" afterPath="$PROJECT_DIR$/game-business/src/main/java/com/game/business/mapper/GameRecordMapper.java" afterDir="false" />
  15. <change beforePath="$PROJECT_DIR$/game-business/src/main/java/com/game/business/mapper/GameTypeMapper.java" beforeDir="false" afterPath="$PROJECT_DIR$/game-business/src/main/java/com/game/business/mapper/GameTypeMapper.java" afterDir="false" />
  16. <change beforePath="$PROJECT_DIR$/game-common/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/game-common/pom.xml" afterDir="false" />
  17. <change beforePath="$PROJECT_DIR$/game-common/src/main/java/com/game/common/constant/Constants.java" beforeDir="false" afterPath="$PROJECT_DIR$/game-common/src/main/java/com/game/common/constant/Constants.java" afterDir="false" />
  18. <change beforePath="$PROJECT_DIR$/game-common/src/main/java/com/game/common/core/domain/BaseEntity.java" beforeDir="false" afterPath="$PROJECT_DIR$/game-common/src/main/java/com/game/common/core/domain/BaseEntity.java" afterDir="false" />
  19. <change beforePath="$PROJECT_DIR$/game-framework/src/main/java/com/game/framework/aspectj/DataSourceAspect.java" beforeDir="false" afterPath="$PROJECT_DIR$/game-framework/src/main/java/com/game/framework/aspectj/DataSourceAspect.java" afterDir="false" />
  20. <change beforePath="$PROJECT_DIR$/game-framework/src/main/java/com/game/framework/config/MyBatisConfig.java" beforeDir="false" />
  21. <change beforePath="$PROJECT_DIR$/game-generator/src/main/java/com/game/generator/mapper/GenTableColumnMapper.java" beforeDir="false" afterPath="$PROJECT_DIR$/game-generator/src/main/java/com/game/generator/mapper/GenTableColumnMapper.java" afterDir="false" />
  22. <change beforePath="$PROJECT_DIR$/game-generator/src/main/java/com/game/generator/mapper/GenTableMapper.java" beforeDir="false" afterPath="$PROJECT_DIR$/game-generator/src/main/java/com/game/generator/mapper/GenTableMapper.java" afterDir="false" />
  23. <change beforePath="$PROJECT_DIR$/game-generator/src/main/resources/vm/java/domain.java.vm" beforeDir="false" afterPath="$PROJECT_DIR$/game-generator/src/main/resources/vm/java/domain.java.vm" afterDir="false" />
  24. <change beforePath="$PROJECT_DIR$/game-generator/src/main/resources/vm/java/mapper.java.vm" beforeDir="false" afterPath="$PROJECT_DIR$/game-generator/src/main/resources/vm/java/mapper.java.vm" afterDir="false" />
  25. <change beforePath="$PROJECT_DIR$/game-generator/src/main/resources/vm/java/service.java.vm" beforeDir="false" afterPath="$PROJECT_DIR$/game-generator/src/main/resources/vm/java/service.java.vm" afterDir="false" />
  26. <change beforePath="$PROJECT_DIR$/game-generator/src/main/resources/vm/java/serviceImpl.java.vm" beforeDir="false" afterPath="$PROJECT_DIR$/game-generator/src/main/resources/vm/java/serviceImpl.java.vm" afterDir="false" />
  27. <change beforePath="$PROJECT_DIR$/game-generator/src/main/resources/vm/java/sub-domain.java.vm" beforeDir="false" afterPath="$PROJECT_DIR$/game-generator/src/main/resources/vm/java/sub-domain.java.vm" afterDir="false" />
  28. <change beforePath="$PROJECT_DIR$/game-quartz/src/main/java/com/game/quartz/config/ScheduleConfig.java" beforeDir="false" afterPath="$PROJECT_DIR$/game-quartz/src/main/java/com/game/quartz/config/ScheduleConfig.java" afterDir="false" />
  29. <change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
  30. </list>
  31. <option name="SHOW_DIALOG" value="false" />
  32. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  33. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  34. <option name="LAST_RESOLUTION" value="IGNORE" />
  35. </component>
  36. <component name="FileTemplateManagerImpl">
  37. <option name="RECENT_TEMPLATES">
  38. <list>
  39. <option value="Class" />
  40. </list>
  41. </option>
  42. </component>
  43. <component name="Git.Settings">
  44. <option name="RECENT_BRANCH_BY_REPOSITORY">
  45. <map>
  46. <entry key="$PROJECT_DIR$" value="master" />
  47. </map>
  48. </option>
  49. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  50. </component>
  51. <component name="MarkdownSettingsMigration">
  52. <option name="stateVersion" value="1" />
  53. </component>
  54. <component name="MavenImportPreferences">
  55. <option name="generalSettings">
  56. <MavenGeneralSettings>
  57. <option name="mavenHome" value="$PROJECT_DIR$/../../tools/apache-maven-3.8.3" />
  58. <option name="useMavenConfig" value="true" />
  59. <option name="userSettingsFile" value="D:\tools\apache-maven-3.8.3\conf\settings.xml" />
  60. </MavenGeneralSettings>
  61. </option>
  62. </component>
  63. <component name="ProjectColorInfo">{
  64. &quot;associatedIndex&quot;: 6
  65. }</component>
  66. <component name="ProjectId" id="2hctvTvvquu11pxSQDZ4mcQUlX8" />
  67. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  68. <component name="ProjectViewState">
  69. <option name="hideEmptyMiddlePackages" value="true" />
  70. <option name="showLibraryContents" value="true" />
  71. </component>
  72. <component name="PropertiesComponent">{
  73. &quot;keyToString&quot;: {
  74. &quot;Maven.game [clean].executor&quot;: &quot;Run&quot;,
  75. &quot;Maven.game [install].executor&quot;: &quot;Run&quot;,
  76. &quot;Maven.game [package].executor&quot;: &quot;Run&quot;,
  77. &quot;RequestMappingsPanelOrder0&quot;: &quot;0&quot;,
  78. &quot;RequestMappingsPanelOrder1&quot;: &quot;1&quot;,
  79. &quot;RequestMappingsPanelWidth0&quot;: &quot;75&quot;,
  80. &quot;RequestMappingsPanelWidth1&quot;: &quot;75&quot;,
  81. &quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
  82. &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
  83. &quot;WebServerToolWindowFactoryState&quot;: &quot;false&quot;,
  84. &quot;git-widget-placeholder&quot;: &quot;master&quot;,
  85. &quot;kotlin-language-version-configured&quot;: &quot;true&quot;,
  86. &quot;last_opened_file_path&quot;: &quot;D:/live/game/game-business/src/main/java/com/game/business/config&quot;,
  87. &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
  88. &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
  89. &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
  90. &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
  91. &quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
  92. &quot;project.structure.last.edited&quot;: &quot;Modules&quot;,
  93. &quot;project.structure.proportion&quot;: &quot;0.0&quot;,
  94. &quot;project.structure.side.proportion&quot;: &quot;0.0&quot;,
  95. &quot;settings.editor.selected.configurable&quot;: &quot;MavenSettings&quot;,
  96. &quot;spring.configuration.checksum&quot;: &quot;01ad92f1c31e09c130eb2891a582796d&quot;,
  97. &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
  98. }
  99. }</component>
  100. <component name="ReactorSettings">
  101. <option name="notificationShown" value="true" />
  102. </component>
  103. <component name="RecentsManager">
  104. <key name="CopyFile.RECENT_KEYS">
  105. <recent name="D:\live\game\game-business\src\main\java\com\game\business\config" />
  106. <recent name="D:\live\game" />
  107. </key>
  108. <key name="CopyClassDialog.RECENTS_KEY">
  109. <recent name="com.game.business.websocket.client" />
  110. <recent name="com.game.business.websocket" />
  111. <recent name="com.game.business.util" />
  112. </key>
  113. </component>
  114. <component name="RunAnythingCache">
  115. <option name="myCommands">
  116. <command value="mvn clean" />
  117. <command value="mvn clean install" />
  118. </option>
  119. </component>
  120. <component name="RunManager">
  121. <configuration default="true" type="JetRunConfigurationType">
  122. <module name="game" />
  123. <method v="2">
  124. <option name="Make" enabled="true" />
  125. </method>
  126. </configuration>
  127. <configuration default="true" type="KotlinStandaloneScriptRunConfigurationType">
  128. <module name="game" />
  129. <option name="filePath" />
  130. <method v="2">
  131. <option name="Make" enabled="true" />
  132. </method>
  133. </configuration>
  134. <configuration name="RuoYiApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
  135. <option name="FRAME_DEACTIVATION_UPDATE_POLICY" value="UpdateClassesAndResources" />
  136. <module name="game-admin" />
  137. <option name="SPRING_BOOT_MAIN_CLASS" value="com.game.RuoYiApplication" />
  138. <method v="2">
  139. <option name="Make" enabled="true" />
  140. </method>
  141. </configuration>
  142. </component>
  143. <component name="SharedIndexes">
  144. <attachedChunks>
  145. <set>
  146. <option value="bundled-jdk-9f38398b9061-39b83d9b5494-intellij.indexing.shared.core-IU-241.15989.150" />
  147. <option value="bundled-js-predefined-1d06a55b98c1-91d5c284f522-JavaScript-IU-241.15989.150" />
  148. </set>
  149. </attachedChunks>
  150. </component>
  151. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  152. <component name="TaskManager">
  153. <task active="true" id="Default" summary="Default task">
  154. <changelist id="f5c8d7e3-5061-4136-9b02-980223f1d915" name="Changes" comment="" />
  155. <created>1717905423935</created>
  156. <option name="number" value="Default" />
  157. <option name="presentableId" value="Default" />
  158. <updated>1717905423935</updated>
  159. <workItem from="1717905425837" duration="48000" />
  160. <workItem from="1717905487220" duration="265000" />
  161. <workItem from="1717905761171" duration="117000" />
  162. <workItem from="1717905885110" duration="31000" />
  163. <workItem from="1717906364401" duration="1383000" />
  164. <workItem from="1717907892506" duration="1531000" />
  165. <workItem from="1717916618050" duration="34000" />
  166. <workItem from="1718071480756" duration="11258000" />
  167. <workItem from="1718267267883" duration="2449000" />
  168. <workItem from="1718284779456" duration="2514000" />
  169. <workItem from="1718331525146" duration="589000" />
  170. </task>
  171. <task id="LOCAL-00001" summary="init game">
  172. <option name="closed" value="true" />
  173. <created>1717908808023</created>
  174. <option name="number" value="00001" />
  175. <option name="presentableId" value="LOCAL-00001" />
  176. <option name="project" value="LOCAL" />
  177. <updated>1717908808023</updated>
  178. </task>
  179. <task id="LOCAL-00002" summary="websocket">
  180. <option name="closed" value="true" />
  181. <created>1718075873377</created>
  182. <option name="number" value="00002" />
  183. <option name="presentableId" value="LOCAL-00002" />
  184. <option name="project" value="LOCAL" />
  185. <updated>1718075873377</updated>
  186. </task>
  187. <option name="localTasksCounter" value="3" />
  188. <servers />
  189. </component>
  190. <component name="TypeScriptGeneratedFilesManager">
  191. <option name="version" value="3" />
  192. </component>
  193. <component name="Vcs.Log.Tabs.Properties">
  194. <option name="TAB_STATES">
  195. <map>
  196. <entry key="32a7a950-c1b1-4169-8aaa-2b29a3ca35f6">
  197. <value>
  198. <State>
  199. <option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
  200. <option name="FILTERS">
  201. <map>
  202. <entry key="branch">
  203. <value>
  204. <list>
  205. <option value="HEAD" />
  206. </list>
  207. </value>
  208. </entry>
  209. <entry key="roots">
  210. <value>
  211. <list>
  212. <option value="$PROJECT_DIR$" />
  213. </list>
  214. </value>
  215. </entry>
  216. </map>
  217. </option>
  218. </State>
  219. </value>
  220. </entry>
  221. <entry key="MAIN">
  222. <value>
  223. <State />
  224. </value>
  225. </entry>
  226. </map>
  227. </option>
  228. <option name="OPEN_GENERIC_TABS">
  229. <map>
  230. <entry key="32a7a950-c1b1-4169-8aaa-2b29a3ca35f6" value="TOOL_WINDOW" />
  231. </map>
  232. </option>
  233. </component>
  234. <component name="VcsManagerConfiguration">
  235. <MESSAGE value="init game" />
  236. <MESSAGE value="websocket" />
  237. <option name="LAST_COMMIT_MESSAGE" value="websocket" />
  238. </component>
  239. </project>