|
@@ -0,0 +1,184 @@
|
|
|
+<?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="83a4fb33-b9b6-459b-af5d-35e7bd8d6f55" name="Changes" comment="" />
|
|
|
+ <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="MarkdownSettingsMigration">
|
|
|
+ <option name="stateVersion" value="1" />
|
|
|
+ </component>
|
|
|
+ <component name="MavenImportPreferences">
|
|
|
+ <option name="generalSettings">
|
|
|
+ <MavenGeneralSettings>
|
|
|
+ <option name="mavenHome" value="$PROJECT_DIR$/../../apache-maven-3.8.8" />
|
|
|
+ <option name="useMavenConfig" value="true" />
|
|
|
+ <option name="userSettingsFile" value="E:\apache-maven-3.8.8\conf\settings.xml" />
|
|
|
+ </MavenGeneralSettings>
|
|
|
+ </option>
|
|
|
+ <option name="importingSettings">
|
|
|
+ <MavenImportingSettings>
|
|
|
+ <option name="jdkForImporter" value="1.8" />
|
|
|
+ </MavenImportingSettings>
|
|
|
+ </option>
|
|
|
+ </component>
|
|
|
+ <component name="MavenRunner">
|
|
|
+ <option name="skipTests" value="true" />
|
|
|
+ </component>
|
|
|
+ <component name="ProblemsViewState">
|
|
|
+ <option name="selectedTabId" value="CurrentFile" />
|
|
|
+ </component>
|
|
|
+ <component name="ProjectId" id="2h5SLoSuE0pAfnpanov30olI2Yl" />
|
|
|
+ <component name="ProjectViewState">
|
|
|
+ <option name="hideEmptyMiddlePackages" value="true" />
|
|
|
+ <option name="showLibraryContents" value="true" />
|
|
|
+ </component>
|
|
|
+ <component name="PropertiesComponent">{
|
|
|
+ "keyToString": {
|
|
|
+ "RequestMappingsPanelOrder0": "0",
|
|
|
+ "RequestMappingsPanelOrder1": "1",
|
|
|
+ "RequestMappingsPanelWidth0": "75",
|
|
|
+ "RequestMappingsPanelWidth1": "75",
|
|
|
+ "RunOnceActivity.OpenProjectViewOnStart": "true",
|
|
|
+ "RunOnceActivity.ShowReadmeOnStart": "true",
|
|
|
+ "WebServerToolWindowFactoryState": "false",
|
|
|
+ "last_opened_file_path": "E:/idea_workspace/gyee-job/src/main/java/com/gyee/generation/service",
|
|
|
+ "project.structure.last.edited": "SDKs",
|
|
|
+ "project.structure.proportion": "0.15332031",
|
|
|
+ "project.structure.side.proportion": "0.2",
|
|
|
+ "settings.editor.selected.configurable": "preferences.sourceCode",
|
|
|
+ "spring.configuration.checksum": "51b4f5a9ea681b2943b6eb9785469e55"
|
|
|
+ }
|
|
|
+}</component>
|
|
|
+ <component name="ReactorSettings">
|
|
|
+ <option name="notificationShown" value="true" />
|
|
|
+ </component>
|
|
|
+ <component name="RecentsManager">
|
|
|
+ <key name="CopyFile.RECENT_KEYS">
|
|
|
+ <recent name="E:\idea_workspace\gyee-job\src\main\java\com\gyee\generation\service" />
|
|
|
+ <recent name="E:\idea_workspace\gyee-job\src\main\resources" />
|
|
|
+ <recent name="E:\idea_workspace\gyee-job\src\main\java\com\gyee\generation" />
|
|
|
+ <recent name="E:\idea_workspace\gyee-job\src\main\java\com\gyee\generation\util\realtimesource\timeseries" />
|
|
|
+ </key>
|
|
|
+ <key name="CopyClassDialog.RECENTS_KEY">
|
|
|
+ <recent name="com.gyee.generation" />
|
|
|
+ <recent name="com.gyee.generation.service.initalcache" />
|
|
|
+ <recent name="com.gyee.generation.service.initialpoint" />
|
|
|
+ <recent name="com.gyee.generation.util" />
|
|
|
+ <recent name="com.gyee.generation.util.realtimesource.timeseries" />
|
|
|
+ </key>
|
|
|
+ </component>
|
|
|
+ <component name="RunManager" selected="Spring Boot.GenerationTest">
|
|
|
+ <configuration name="GenerationTest" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
|
+ <option name="MAIN_CLASS_NAME" value="com.gyee.generation.GenerationTest" />
|
|
|
+ <module name="powerjob" />
|
|
|
+ <extension name="coverage">
|
|
|
+ <pattern>
|
|
|
+ <option name="PATTERN" value="com.gyee.generation.*" />
|
|
|
+ <option name="ENABLED" value="true" />
|
|
|
+ </pattern>
|
|
|
+ </extension>
|
|
|
+ <method v="2">
|
|
|
+ <option name="Make" enabled="true" />
|
|
|
+ </method>
|
|
|
+ </configuration>
|
|
|
+ <configuration name="GeneratorCodeConfig" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
|
+ <option name="MAIN_CLASS_NAME" value="com.gyee.generation.config.GeneratorCodeConfig" />
|
|
|
+ <module name="powerjob" />
|
|
|
+ <extension name="coverage">
|
|
|
+ <pattern>
|
|
|
+ <option name="PATTERN" value="com.gyee.generation.config.*" />
|
|
|
+ <option name="ENABLED" value="true" />
|
|
|
+ </pattern>
|
|
|
+ </extension>
|
|
|
+ <method v="2">
|
|
|
+ <option name="Make" enabled="true" />
|
|
|
+ </method>
|
|
|
+ </configuration>
|
|
|
+ <configuration name="GenerationMain" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
|
|
|
+ <module name="powerjob" />
|
|
|
+ <option name="SPRING_BOOT_MAIN_CLASS" value="com.gyee.generation.GenerationMain" />
|
|
|
+ <method v="2">
|
|
|
+ <option name="Make" enabled="true" />
|
|
|
+ </method>
|
|
|
+ </configuration>
|
|
|
+ <configuration name="GenerationTest" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
|
|
|
+ <module name="powerjob" />
|
|
|
+ <option name="SPRING_BOOT_MAIN_CLASS" value="com.gyee.generation.GenerationTest" />
|
|
|
+ <extension name="coverage">
|
|
|
+ <pattern>
|
|
|
+ <option name="PATTERN" value="com.gyee.generation.*" />
|
|
|
+ <option name="ENABLED" value="true" />
|
|
|
+ </pattern>
|
|
|
+ </extension>
|
|
|
+ <method v="2">
|
|
|
+ <option name="Make" enabled="true" />
|
|
|
+ </method>
|
|
|
+ </configuration>
|
|
|
+ <configuration name="SampleApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
|
|
|
+ <module name="powerjob" />
|
|
|
+ <option name="SPRING_BOOT_MAIN_CLASS" value="tech.powerjob.samples.SampleApplication" />
|
|
|
+ <method v="2">
|
|
|
+ <option name="Make" enabled="true" />
|
|
|
+ </method>
|
|
|
+ </configuration>
|
|
|
+ <recent_temporary>
|
|
|
+ <list>
|
|
|
+ <item itemvalue="Spring Boot.GenerationTest" />
|
|
|
+ <item itemvalue="Application.GenerationTest" />
|
|
|
+ <item itemvalue="Application.GeneratorCodeConfig" />
|
|
|
+ </list>
|
|
|
+ </recent_temporary>
|
|
|
+ </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="83a4fb33-b9b6-459b-af5d-35e7bd8d6f55" name="Changes" comment="" />
|
|
|
+ <created>1716882392076</created>
|
|
|
+ <option name="number" value="Default" />
|
|
|
+ <option name="presentableId" value="Default" />
|
|
|
+ <updated>1716882392076</updated>
|
|
|
+ <workItem from="1716882393385" duration="4433000" />
|
|
|
+ <workItem from="1716886936027" duration="2762000" />
|
|
|
+ <workItem from="1716943827321" duration="20275000" />
|
|
|
+ <workItem from="1716980902260" duration="4000" />
|
|
|
+ <workItem from="1717029571394" duration="4160000" />
|
|
|
+ <workItem from="1717033960420" duration="22000" />
|
|
|
+ </task>
|
|
|
+ <servers />
|
|
|
+ </component>
|
|
|
+ <component name="TypeScriptGeneratedFilesManager">
|
|
|
+ <option name="version" value="3" />
|
|
|
+ </component>
|
|
|
+ <component name="XDebuggerManager">
|
|
|
+ <breakpoint-manager>
|
|
|
+ <breakpoints>
|
|
|
+ <line-breakpoint enabled="true" type="java-line">
|
|
|
+ <url>file://$PROJECT_DIR$/src/main/java/com/gyee/generation/init/CacheContext.java</url>
|
|
|
+ <line>153</line>
|
|
|
+ <option name="timeStamp" value="1" />
|
|
|
+ </line-breakpoint>
|
|
|
+ <line-breakpoint enabled="true" type="java-line">
|
|
|
+ <url>file://$PROJECT_DIR$/src/main/java/com/gyee/generation/service/initialpoint/InitialPointService.java</url>
|
|
|
+ <line>1187</line>
|
|
|
+ <option name="timeStamp" value="4" />
|
|
|
+ </line-breakpoint>
|
|
|
+ <line-breakpoint enabled="true" type="java-line">
|
|
|
+ <url>file://$PROJECT_DIR$/src/test/java/com/gyee/generation/GenerationTest.java</url>
|
|
|
+ <line>45</line>
|
|
|
+ <option name="timeStamp" value="6" />
|
|
|
+ </line-breakpoint>
|
|
|
+ <line-breakpoint enabled="true" type="java-line">
|
|
|
+ <url>file://$PROJECT_DIR$/src/test/java/com/gyee/generation/GenerationTest.java</url>
|
|
|
+ <line>44</line>
|
|
|
+ <option name="timeStamp" value="7" />
|
|
|
+ </line-breakpoint>
|
|
|
+ </breakpoints>
|
|
|
+ </breakpoint-manager>
|
|
|
+ </component>
|
|
|
+</project>
|