初始化

master
chaiyapeng 2024-08-27 14:16:05 +08:00
parent 6023a120ce
commit d5a39774cf
4 changed files with 81 additions and 20 deletions

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding">
<file url="file://$PROJECT_DIR$/cloud-port-client/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/cloud-port-client/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/cloud-port-common/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/cloud-port-common/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/cloud-port-remote/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/cloud-port-remote/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/cloud-port-server/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/cloud-port-server/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/src/main/resources" charset="UTF-8" />
</component>
</project>

12
.idea/misc.xml 100644
View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="MavenProjectsManager">
<option name="originalFiles">
<list>
<option value="$PROJECT_DIR$/pom.xml" />
</list>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="17 (2)" project-jdk-type="JavaSDK" />
</project>

6
.idea/vcs.xml 100644
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

View File

@ -5,22 +5,35 @@
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="d7f9db40-65da-4834-b29d-bbe0bd94d010" name="更改" comment="初始化"> <list default="true" id="d7f9db40-65da-4834-b29d-bbe0bd94d010" name="更改" comment="初始化">
<change afterPath="$PROJECT_DIR$/logs/cloud-etl/error.2024-08-21.log" afterDir="false" /> <change afterPath="$PROJECT_DIR$/cloud-port-common/src/main/java/com/muyu/domain/Birthday.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/logs/cloud-etl/error.2024-08-22.log" afterDir="false" /> <change afterPath="$PROJECT_DIR$/cloud-port-common/src/main/java/com/muyu/domain/Connector.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/logs/cloud-etl/error.2024-08-23.log" afterDir="false" /> <change afterPath="$PROJECT_DIR$/cloud-port-common/src/main/java/com/muyu/domain/Market.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/logs/cloud-etl/error.2024-08-24.log" afterDir="false" /> <change afterPath="$PROJECT_DIR$/cloud-port-common/src/main/java/com/muyu/domain/PhonePlace.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/logs/cloud-etl/error.2024-08-25.log" afterDir="false" /> <change afterPath="$PROJECT_DIR$/cloud-port-common/src/main/java/com/muyu/domain/Postcode.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/logs/cloud-etl/error.2024-08-26.log" afterDir="false" /> <change afterPath="$PROJECT_DIR$/cloud-port-common/src/main/java/com/muyu/domain/UserSearch.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/logs/cloud-etl/error.log" afterDir="false" /> <change afterPath="$PROJECT_DIR$/cloud-port-server/src/main/java/com/muyu/cloud/mart/MarketApplication.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/logs/cloud-etl/info.2024-08-21.log" afterDir="false" /> <change afterPath="$PROJECT_DIR$/cloud-port-server/src/main/java/com/muyu/cloud/mart/config/Demo65.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/logs/cloud-etl/info.2024-08-22.log" afterDir="false" /> <change afterPath="$PROJECT_DIR$/cloud-port-server/src/main/java/com/muyu/cloud/mart/config/IPLocation.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/logs/cloud-etl/info.2024-08-23.log" afterDir="false" /> <change afterPath="$PROJECT_DIR$/cloud-port-server/src/main/java/com/muyu/cloud/mart/config/JuheDemo.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/logs/cloud-etl/info.2024-08-24.log" afterDir="false" /> <change afterPath="$PROJECT_DIR$/cloud-port-server/src/main/java/com/muyu/cloud/mart/config/NewsInterface.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/logs/cloud-etl/info.2024-08-25.log" afterDir="false" /> <change afterPath="$PROJECT_DIR$/cloud-port-server/src/main/java/com/muyu/cloud/mart/config/WeatherInterface.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/logs/cloud-etl/info.2024-08-26.log" afterDir="false" /> <change afterPath="$PROJECT_DIR$/cloud-port-server/src/main/java/com/muyu/cloud/mart/controller/MarketController.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/logs/cloud-etl/info.log" afterDir="false" /> <change afterPath="$PROJECT_DIR$/cloud-port-server/src/main/java/com/muyu/cloud/mart/mapper/MarketMapper.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/logs/cloud-port/error.log" afterDir="false" /> <change afterPath="$PROJECT_DIR$/cloud-port-server/src/main/java/com/muyu/cloud/mart/service/MarketService.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/logs/cloud-port/info.log" afterDir="false" /> <change afterPath="$PROJECT_DIR$/cloud-port-server/src/main/java/com/muyu/cloud/mart/service/impl/MarketServiceImpl.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-port-server/src/main/java/com/muyu/cloud/mart/utils/BirthdayHelper.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-port-server/src/main/java/com/muyu/cloud/mart/utils/Headlines.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-port-server/src/main/java/com/muyu/cloud/mart/utils/IPLocation.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-port-server/src/main/java/com/muyu/cloud/mart/utils/MobileLocation.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-port-server/src/main/java/com/muyu/cloud/mart/utils/PostcodeInquire.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-port-server/src/main/java/com/muyu/cloud/mart/utils/Weather.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-port-server/src/main/resources/banner.txt" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-port-server/src/main/resources/bootstrap.yml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-port-server/src/main/resources/logback/dev.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-port-server/src/main/resources/logback/prod.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-port-server/src/main/resources/logback/test.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-port-server/src/main/resources/mapper/ConnectorMappers.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-port-server/src/main/resources/mapper/MarketMappers.xml" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -39,10 +52,11 @@
</MavenGeneralSettings> </MavenGeneralSettings>
</option> </option>
</component> </component>
<component name="ProjectColorInfo"><![CDATA[{ <component name="ProjectColorInfo">{
"associatedIndex": 3 &quot;associatedIndex&quot;: 3
}]]></component> }</component>
<component name="ProjectId" id="2lE2sukcRi1knNlvaOlSpxcsCpp" /> <component name="ProjectId" id="2lE2sukcRi1knNlvaOlSpxcsCpp" />
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
<component name="ProjectViewState"> <component name="ProjectViewState">
<option name="showLibraryContents" value="true" /> <option name="showLibraryContents" value="true" />
</component> </component>
@ -54,7 +68,7 @@
"RunOnceActivity.ShowReadmeOnStart": "true", "RunOnceActivity.ShowReadmeOnStart": "true",
"git-widget-placeholder": "master", "git-widget-placeholder": "master",
"kotlin-language-version-configured": "true", "kotlin-language-version-configured": "true",
"last_opened_file_path": "D:/workspace/Three-Groups-2112/cloud-port", "last_opened_file_path": "D:/workspace/Three-Groups-2112/cloud-port/cloud-port-server/src",
"node.js.detected.package.eslint": "true", "node.js.detected.package.eslint": "true",
"node.js.detected.package.tslint": "true", "node.js.detected.package.tslint": "true",
"node.js.selected.package.eslint": "(autodetect)", "node.js.selected.package.eslint": "(autodetect)",
@ -64,6 +78,19 @@
"vue.rearranger.settings.migration": "true" "vue.rearranger.settings.migration": "true"
} }
}]]></component> }]]></component>
<component name="RunManager">
<configuration default="true" type="JetRunConfigurationType">
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration default="true" type="KotlinStandaloneScriptRunConfigurationType">
<option name="filePath" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
</component>
<component name="SharedIndexes"> <component name="SharedIndexes">
<attachedChunks> <attachedChunks>
<set> <set>
@ -80,6 +107,7 @@
<option name="presentableId" value="Default" /> <option name="presentableId" value="Default" />
<updated>1724731124611</updated> <updated>1724731124611</updated>
<workItem from="1724731125709" duration="866000" /> <workItem from="1724731125709" duration="866000" />
<workItem from="1724738725409" duration="621000" />
</task> </task>
<task id="LOCAL-00001" summary="初始化"> <task id="LOCAL-00001" summary="初始化">
<option name="closed" value="true" /> <option name="closed" value="true" />