123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239 |
- <?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="f5c8d7e3-5061-4136-9b02-980223f1d915" name="Changes" comment="websocket">
- <change afterPath="$PROJECT_DIR$/game-framework/src/main/java/com/game/framework/config/MybatisPlusConfig.java" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <change beforePath="$PROJECT_DIR$/game-common/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/game-common/pom.xml" afterDir="false" />
- <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" />
- <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" />
- <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" />
- <change beforePath="$PROJECT_DIR$/game-framework/src/main/java/com/game/framework/config/MyBatisConfig.java" beforeDir="false" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" 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_BRANCH_BY_REPOSITORY">
- <map>
- <entry key="$PROJECT_DIR$" value="master" />
- </map>
- </option>
- <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
- </component>
- <component name="MarkdownSettingsMigration">
- <option name="stateVersion" value="1" />
- </component>
- <component name="MavenImportPreferences">
- <option name="generalSettings">
- <MavenGeneralSettings>
- <option name="mavenHome" value="$PROJECT_DIR$/../../tools/apache-maven-3.8.3" />
- <option name="useMavenConfig" value="true" />
- <option name="userSettingsFile" value="D:\tools\apache-maven-3.8.3\conf\settings.xml" />
- </MavenGeneralSettings>
- </option>
- </component>
- <component name="ProjectColorInfo">{
- "associatedIndex": 6
- }</component>
- <component name="ProjectId" id="2hctvTvvquu11pxSQDZ4mcQUlX8" />
- <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
- <component name="ProjectViewState">
- <option name="hideEmptyMiddlePackages" value="true" />
- <option name="showLibraryContents" value="true" />
- </component>
- <component name="PropertiesComponent">{
- "keyToString": {
- "Maven.game [clean].executor": "Run",
- "Maven.game [install].executor": "Run",
- "Maven.game [package].executor": "Run",
- "RequestMappingsPanelOrder0": "0",
- "RequestMappingsPanelOrder1": "1",
- "RequestMappingsPanelWidth0": "75",
- "RequestMappingsPanelWidth1": "75",
- "RunOnceActivity.OpenProjectViewOnStart": "true",
- "RunOnceActivity.ShowReadmeOnStart": "true",
- "WebServerToolWindowFactoryState": "false",
- "git-widget-placeholder": "master",
- "kotlin-language-version-configured": "true",
- "last_opened_file_path": "D:/live/game/game-business/src/main/java/com/game/business/config",
- "node.js.detected.package.eslint": "true",
- "node.js.detected.package.tslint": "true",
- "node.js.selected.package.eslint": "(autodetect)",
- "node.js.selected.package.tslint": "(autodetect)",
- "nodejs_package_manager_path": "npm",
- "project.structure.last.edited": "Modules",
- "project.structure.proportion": "0.0",
- "project.structure.side.proportion": "0.0",
- "settings.editor.selected.configurable": "MavenSettings",
- "spring.configuration.checksum": "01ad92f1c31e09c130eb2891a582796d",
- "vue.rearranger.settings.migration": "true"
- }
- }</component>
- <component name="ReactorSettings">
- <option name="notificationShown" value="true" />
- </component>
- <component name="RecentsManager">
- <key name="CopyFile.RECENT_KEYS">
- <recent name="D:\live\game\game-business\src\main\java\com\game\business\config" />
- <recent name="D:\live\game" />
- </key>
- <key name="CopyClassDialog.RECENTS_KEY">
- <recent name="com.game.business.websocket.client" />
- <recent name="com.game.business.websocket" />
- <recent name="com.game.business.util" />
- </key>
- </component>
- <component name="RunAnythingCache">
- <option name="myCommands">
- <command value="mvn clean" />
- <command value="mvn clean install" />
- </option>
- </component>
- <component name="RunManager">
- <configuration default="true" type="JetRunConfigurationType">
- <module name="game" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration default="true" type="KotlinStandaloneScriptRunConfigurationType">
- <module name="game" />
- <option name="filePath" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="RuoYiApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
- <option name="FRAME_DEACTIVATION_UPDATE_POLICY" value="UpdateClassesAndResources" />
- <module name="game-admin" />
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.game.RuoYiApplication" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- </component>
- <component name="SharedIndexes">
- <attachedChunks>
- <set>
- <option value="bundled-jdk-9f38398b9061-39b83d9b5494-intellij.indexing.shared.core-IU-241.15989.150" />
- <option value="bundled-js-predefined-1d06a55b98c1-91d5c284f522-JavaScript-IU-241.15989.150" />
- </set>
- </attachedChunks>
- </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="Default task">
- <changelist id="f5c8d7e3-5061-4136-9b02-980223f1d915" name="Changes" comment="" />
- <created>1717905423935</created>
- <option name="number" value="Default" />
- <option name="presentableId" value="Default" />
- <updated>1717905423935</updated>
- <workItem from="1717905425837" duration="48000" />
- <workItem from="1717905487220" duration="265000" />
- <workItem from="1717905761171" duration="117000" />
- <workItem from="1717905885110" duration="31000" />
- <workItem from="1717906364401" duration="1383000" />
- <workItem from="1717907892506" duration="1531000" />
- <workItem from="1717916618050" duration="34000" />
- <workItem from="1718071480756" duration="11258000" />
- <workItem from="1718267267883" duration="2449000" />
- <workItem from="1718284779456" duration="2514000" />
- <workItem from="1718331525146" duration="589000" />
- </task>
- <task id="LOCAL-00001" summary="init game">
- <option name="closed" value="true" />
- <created>1717908808023</created>
- <option name="number" value="00001" />
- <option name="presentableId" value="LOCAL-00001" />
- <option name="project" value="LOCAL" />
- <updated>1717908808023</updated>
- </task>
- <task id="LOCAL-00002" summary="websocket">
- <option name="closed" value="true" />
- <created>1718075873377</created>
- <option name="number" value="00002" />
- <option name="presentableId" value="LOCAL-00002" />
- <option name="project" value="LOCAL" />
- <updated>1718075873377</updated>
- </task>
- <option name="localTasksCounter" value="3" />
- <servers />
- </component>
- <component name="TypeScriptGeneratedFilesManager">
- <option name="version" value="3" />
- </component>
- <component name="Vcs.Log.Tabs.Properties">
- <option name="TAB_STATES">
- <map>
- <entry key="32a7a950-c1b1-4169-8aaa-2b29a3ca35f6">
- <value>
- <State>
- <option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
- <option name="FILTERS">
- <map>
- <entry key="branch">
- <value>
- <list>
- <option value="HEAD" />
- </list>
- </value>
- </entry>
- <entry key="roots">
- <value>
- <list>
- <option value="$PROJECT_DIR$" />
- </list>
- </value>
- </entry>
- </map>
- </option>
- </State>
- </value>
- </entry>
- <entry key="MAIN">
- <value>
- <State />
- </value>
- </entry>
- </map>
- </option>
- <option name="OPEN_GENERIC_TABS">
- <map>
- <entry key="32a7a950-c1b1-4169-8aaa-2b29a3ca35f6" value="TOOL_WINDOW" />
- </map>
- </option>
- </component>
- <component name="VcsManagerConfiguration">
- <MESSAGE value="init game" />
- <MESSAGE value="websocket" />
- <option name="LAST_COMMIT_MESSAGE" value="websocket" />
- </component>
- </project>
|