123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221 |
- <?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="32f50265-e454-45fc-86af-ff3ef362f48f" name="更改" comment="New: 新增营销配置、营销数据统计功能">
- <change beforePath="$PROJECT_DIR$/pig-upms/pig-upms-biz/src/main/java/com/pig4cloud/pig/admin/controller/MarketingConfigController.java" beforeDir="false" afterPath="$PROJECT_DIR$/pig-upms/pig-upms-biz/src/main/java/com/pig4cloud/pig/admin/controller/MarketingConfigController.java" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/pig-upms/pig-upms-biz/src/main/java/com/pig4cloud/pig/admin/service/impl/MarketingConfigServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/pig-upms/pig-upms-biz/src/main/java/com/pig4cloud/pig/admin/service/impl/MarketingConfigServiceImpl.java" 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="Interface" />
- <option value="Class" />
- </list>
- </option>
- </component>
- <component name="Git.Settings">
- <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
- </component>
- <component name="KubernetesApiPersistence">{}</component>
- <component name="KubernetesApiProvider">{
- "isMigrated": true
- }</component>
- <component name="ProjectColorInfo">{
- "associatedIndex": 2
- }</component>
- <component name="ProjectId" id="2zflNXBz64euMkSnXE28zGF9rLL" />
- <component name="ProjectViewState">
- <option name="hideEmptyMiddlePackages" value="true" />
- <option name="showLibraryContents" value="true" />
- </component>
- <component name="PropertiesComponent"><![CDATA[{
- "keyToString": {
- "ModuleVcsDetector.initialDetectionPerformed": "true",
- "RequestMappingsPanelOrder0": "0",
- "RequestMappingsPanelOrder1": "1",
- "RequestMappingsPanelWidth0": "75",
- "RequestMappingsPanelWidth1": "75",
- "RunOnceActivity.ShowReadmeOnStart": "true",
- "RunOnceActivity.git.unshallow": "true",
- "Spring Boot.PigAdminApplication.executor": "Debug",
- "Spring Boot.PigAuthApplication.executor": "Run",
- "Spring Boot.PigCodeGenApplication.executor": "Run",
- "Spring Boot.PigGatewayApplication.executor": "Run",
- "Spring Boot.PigMonitorApplication.executor": "Run",
- "Spring Boot.PigNacosApplication.executor": "Run",
- "Spring Boot.PigQuartzApplication.executor": "Run",
- "git-widget-placeholder": "dev/lwh",
- "last_opened_file_path": "D:/develop/workCode/seo",
- "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",
- "run.configurations.included.in.services": "true",
- "settings.editor.selected.configurable": "preferences.general",
- "vue.rearranger.settings.migration": "true"
- }
- }]]></component>
- <component name="ReactorSettings">
- <option name="notificationShown" value="true" />
- </component>
- <component name="RunDashboard">
- <option name="configurationTypes">
- <set>
- <option value="KtorApplicationConfigurationType" />
- <option value="MicronautRunConfigurationType" />
- <option value="QuarkusRunConfigurationType" />
- <option value="SpringBootApplicationConfigurationType" />
- </set>
- </option>
- </component>
- <component name="RunManager" selected="Spring Boot.PigAdminApplication">
- <configuration name="PigAdminApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
- <module name="pig-upms-biz" />
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.pig4cloud.pig.admin.PigAdminApplication" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="PigAuthApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
- <module name="pig-auth" />
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.pig4cloud.pig.auth.PigAuthApplication" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="PigCodeGenApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
- <module name="pig-codegen" />
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.pig4cloud.pig.codegen.PigCodeGenApplication" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="PigGatewayApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
- <module name="pig-gateway" />
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.pig4cloud.pig.gateway.PigGatewayApplication" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="PigMonitorApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
- <module name="pig-monitor" />
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.pig4cloud.pig.monitor.PigMonitorApplication" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="PigQuartzApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
- <module name="pig-quartz" />
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.pig4cloud.pig.daemon.quartz.PigQuartzApplication" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <list>
- <item itemvalue="Spring Boot.PigAdminApplication" />
- <item itemvalue="Spring Boot.PigMonitorApplication" />
- <item itemvalue="Spring Boot.PigAuthApplication" />
- <item itemvalue="Spring Boot.PigCodeGenApplication" />
- <item itemvalue="Spring Boot.PigGatewayApplication" />
- <item itemvalue="Spring Boot.PigQuartzApplication" />
- </list>
- </component>
- <component name="SharedIndexes">
- <attachedChunks>
- <set>
- <option value="bundled-jdk-9823dce3aa75-fbdcb00ec9e3-intellij.indexing.shared.core-IU-251.25410.129" />
- <option value="bundled-js-predefined-d6986cc7102b-6a121458b545-JavaScript-IU-251.25410.129" />
- </set>
- </attachedChunks>
- </component>
- <component name="TaskManager">
- <task active="true" id="Default" summary="默认任务">
- <changelist id="32f50265-e454-45fc-86af-ff3ef362f48f" name="更改" comment="" />
- <created>1752129968573</created>
- <option name="number" value="Default" />
- <option name="presentableId" value="Default" />
- <updated>1752129968573</updated>
- <workItem from="1752129969625" duration="11874000" />
- <workItem from="1752456755797" duration="2352000" />
- <workItem from="1752486080615" duration="1555000" />
- <workItem from="1752541058296" duration="70640000" />
- <workItem from="1752745090129" duration="12195000" />
- </task>
- <task id="LOCAL-00001" summary="New: init">
- <option name="closed" value="true" />
- <created>1752486202550</created>
- <option name="number" value="00001" />
- <option name="presentableId" value="LOCAL-00001" />
- <option name="project" value="LOCAL" />
- <updated>1752486202550</updated>
- </task>
- <task id="LOCAL-00002" summary="Update: 去除无用配置">
- <option name="closed" value="true" />
- <created>1752560099789</created>
- <option name="number" value="00002" />
- <option name="presentableId" value="LOCAL-00002" />
- <option name="project" value="LOCAL" />
- <updated>1752560099789</updated>
- </task>
- <task id="LOCAL-00003" summary="Update: nacos配置整理">
- <option name="closed" value="true" />
- <created>1752563507039</created>
- <option name="number" value="00003" />
- <option name="presentableId" value="LOCAL-00003" />
- <option name="project" value="LOCAL" />
- <updated>1752563507039</updated>
- </task>
- <task id="LOCAL-00004" summary="New: 新增营销配置、营销数据统计功能">
- <option name="closed" value="true" />
- <created>1752746100500</created>
- <option name="number" value="00004" />
- <option name="presentableId" value="LOCAL-00004" />
- <option name="project" value="LOCAL" />
- <updated>1752746100500</updated>
- </task>
- <option name="localTasksCounter" value="5" />
- <servers />
- </component>
- <component name="TypeScriptGeneratedFilesManager">
- <option name="version" value="3" />
- </component>
- <component name="Vcs.Log.Tabs.Properties">
- <option name="TAB_STATES">
- <map>
- <entry key="MAIN">
- <value>
- <State>
- <option name="FILTERS">
- <map>
- <entry key="branch">
- <value>
- <list>
- <option value="dev/lwh" />
- </list>
- </value>
- </entry>
- </map>
- </option>
- </State>
- </value>
- </entry>
- </map>
- </option>
- </component>
- <component name="VcsManagerConfiguration">
- <MESSAGE value="New: init" />
- <MESSAGE value="Update: 去除无用配置" />
- <MESSAGE value="Update: nacos配置整理" />
- <MESSAGE value="New: 新增营销配置、营销数据统计功能" />
- <option name="LAST_COMMIT_MESSAGE" value="New: 新增营销配置、营销数据统计功能" />
- </component>
- </project>
|