企业列表出来了
commit
f6f57905de
|
@ -0,0 +1,35 @@
|
|||
target/
|
||||
!.mvn/wrapper/maven-wrapper.jar
|
||||
!**/src/main/**/target/
|
||||
!**/src/test/**/target/
|
||||
|
||||
### IntelliJ IDEA ###
|
||||
.ideagit
|
||||
*.iws
|
||||
*.iml
|
||||
*.ipr
|
||||
|
||||
### Eclipse ###
|
||||
.apt_generated
|
||||
.classpath
|
||||
.factorypath
|
||||
.project
|
||||
.settings
|
||||
.springBeans
|
||||
.sts4-cache
|
||||
|
||||
### NetBeans ###
|
||||
/nbproject/private/
|
||||
/nbbuild/
|
||||
/dist/
|
||||
/nbdist/
|
||||
/.nb-gradle/
|
||||
build/
|
||||
!**/src/main/**/build/
|
||||
!**/src/test/**/build/
|
||||
|
||||
### VS Code ###
|
||||
.vscode/
|
||||
|
||||
### Mac OS ###
|
||||
.DS_Store
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="CompilerConfiguration">
|
||||
<annotationProcessing>
|
||||
<profile name="Maven default annotation processors profile" enabled="true">
|
||||
<sourceOutputDir name="target/generated-sources/annotations" />
|
||||
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
|
||||
<outputRelativeToContentRoot value="true" />
|
||||
<module name="cloud-market-common" />
|
||||
<module name="cloud-market-server" />
|
||||
<module name="cloud-market-client" />
|
||||
<module name="cloud-market-remote" />
|
||||
</profile>
|
||||
</annotationProcessing>
|
||||
</component>
|
||||
</project>
|
|
@ -0,0 +1,13 @@
|
|||
node_modules/
|
||||
dist/
|
||||
vendor/
|
||||
cache/
|
||||
.*/
|
||||
*.min.*
|
||||
*.test.*
|
||||
*.spec.*
|
||||
*.bundle.*
|
||||
*.bundle-min.*
|
||||
*.*.js
|
||||
*.*.ts
|
||||
*.log
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Encoding">
|
||||
<file url="file://$PROJECT_DIR$/cloud-market-client/src/main/java" charset="UTF-8" />
|
||||
<file url="file://$PROJECT_DIR$/cloud-market-client/src/main/resources" charset="UTF-8" />
|
||||
<file url="file://$PROJECT_DIR$/cloud-market-common/src/main/java" charset="UTF-8" />
|
||||
<file url="file://$PROJECT_DIR$/cloud-market-common/src/main/resources" charset="UTF-8" />
|
||||
<file url="file://$PROJECT_DIR$/cloud-market-remote/src/main/java" charset="UTF-8" />
|
||||
<file url="file://$PROJECT_DIR$/cloud-market-remote/src/main/resources" charset="UTF-8" />
|
||||
<file url="file://$PROJECT_DIR$/cloud-market-server/src/main/java" charset="UTF-8" />
|
||||
<file url="file://$PROJECT_DIR$/cloud-market-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>
|
|
@ -0,0 +1,35 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="RemoteRepositoriesConfiguration">
|
||||
<remote-repository>
|
||||
<option name="id" value="central" />
|
||||
<option name="name" value="Central Repository" />
|
||||
<option name="url" value="http://47.116.171.201:8081/repository/maven-public/" />
|
||||
</remote-repository>
|
||||
<remote-repository>
|
||||
<option name="id" value="public" />
|
||||
<option name="name" value="aliyun nexus" />
|
||||
<option name="url" value="http://10.0.1.3:8081/repository/maven-public/" />
|
||||
</remote-repository>
|
||||
<remote-repository>
|
||||
<option name="id" value="public" />
|
||||
<option name="name" value="aliyun nexus" />
|
||||
<option name="url" value="http://47.116.171.201:8081/repository/maven-public/" />
|
||||
</remote-repository>
|
||||
<remote-repository>
|
||||
<option name="id" value="central" />
|
||||
<option name="name" value="Central Repository" />
|
||||
<option name="url" value="http://10.0.1.3:8081/repository/maven-public/" />
|
||||
</remote-repository>
|
||||
<remote-repository>
|
||||
<option name="id" value="central" />
|
||||
<option name="name" value="Maven Central repository" />
|
||||
<option name="url" value="https://repo1.maven.org/maven2" />
|
||||
</remote-repository>
|
||||
<remote-repository>
|
||||
<option name="id" value="jboss.community" />
|
||||
<option name="name" value="JBoss Community repository" />
|
||||
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
|
||||
</remote-repository>
|
||||
</component>
|
||||
</project>
|
|
@ -0,0 +1,15 @@
|
|||
<?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" project-jdk-type="JavaSDK" />
|
||||
<component name="SuppressionsComponent">
|
||||
<option name="suppComments" value="[]" />
|
||||
</component>
|
||||
</project>
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="AnalysisProjectProfileManager">
|
||||
<option name="PROJECT_PROFILE" value="Project Default" />
|
||||
<option name="USE_PROJECT_LEVEL_SETTINGS" value="false" />
|
||||
<scopes />
|
||||
<profiles>
|
||||
<profile profile_name="Project Default" version="1.0" is_locked="false" />
|
||||
</profiles>
|
||||
<list size="0" />
|
||||
</component>
|
||||
</project>
|
|
@ -0,0 +1,4 @@
|
|||
<changelist name="在进行更新之前于_2024_9_1_11_32_取消提交了变更_[更改]" date="1725161557430" recycled="false" toDelete="true">
|
||||
<option name="PATH" value="$PROJECT_DIR$/.idea/shelf/在进行更新之前于_2024_9_1_11_32_取消提交了变更_[更改]/shelved.patch" />
|
||||
<option name="DESCRIPTION" value="在进行更新之前于 2024/9/1 11:32 取消提交了变更 [更改]" />
|
||||
</changelist>
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,124 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Palette2">
|
||||
<group name="Swing">
|
||||
<item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
|
||||
<default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" />
|
||||
</item>
|
||||
<item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
|
||||
<default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" />
|
||||
</item>
|
||||
<item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false">
|
||||
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" />
|
||||
</item>
|
||||
<item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">
|
||||
<default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" />
|
||||
</item>
|
||||
<item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
||||
<default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" />
|
||||
<initial-values>
|
||||
<property name="text" value="Button" />
|
||||
</initial-values>
|
||||
</item>
|
||||
<item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
||||
<default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
|
||||
<initial-values>
|
||||
<property name="text" value="RadioButton" />
|
||||
</initial-values>
|
||||
</item>
|
||||
<item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
||||
<default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
|
||||
<initial-values>
|
||||
<property name="text" value="CheckBox" />
|
||||
</initial-values>
|
||||
</item>
|
||||
<item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false">
|
||||
<default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" />
|
||||
<initial-values>
|
||||
<property name="text" value="Label" />
|
||||
</initial-values>
|
||||
</item>
|
||||
<item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true">
|
||||
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
|
||||
<preferred-size width="150" height="-1" />
|
||||
</default-constraints>
|
||||
</item>
|
||||
<item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true">
|
||||
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
|
||||
<preferred-size width="150" height="-1" />
|
||||
</default-constraints>
|
||||
</item>
|
||||
<item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.png" removable="false" auto-create-binding="true" can-attach-label="true">
|
||||
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
|
||||
<preferred-size width="150" height="-1" />
|
||||
</default-constraints>
|
||||
</item>
|
||||
<item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false" auto-create-binding="true" can-attach-label="true">
|
||||
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
|
||||
<preferred-size width="150" height="50" />
|
||||
</default-constraints>
|
||||
</item>
|
||||
<item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
|
||||
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
|
||||
<preferred-size width="150" height="50" />
|
||||
</default-constraints>
|
||||
</item>
|
||||
<item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
|
||||
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
|
||||
<preferred-size width="150" height="50" />
|
||||
</default-constraints>
|
||||
</item>
|
||||
<item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false" auto-create-binding="true" can-attach-label="true">
|
||||
<default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1" />
|
||||
</item>
|
||||
<item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
||||
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
|
||||
<preferred-size width="150" height="50" />
|
||||
</default-constraints>
|
||||
</item>
|
||||
<item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
||||
<default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3">
|
||||
<preferred-size width="150" height="50" />
|
||||
</default-constraints>
|
||||
</item>
|
||||
<item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
||||
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
|
||||
<preferred-size width="150" height="50" />
|
||||
</default-constraints>
|
||||
</item>
|
||||
<item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
||||
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
|
||||
<preferred-size width="200" height="200" />
|
||||
</default-constraints>
|
||||
</item>
|
||||
<item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false" auto-create-binding="false" can-attach-label="false">
|
||||
<default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
|
||||
<preferred-size width="200" height="200" />
|
||||
</default-constraints>
|
||||
</item>
|
||||
<item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false" auto-create-binding="true" can-attach-label="true">
|
||||
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
|
||||
</item>
|
||||
<item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
||||
<default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
|
||||
</item>
|
||||
<item class="javax.swing.JSeparator" icon="/com/intellij/uiDesigner/icons/separator.png" removable="false" auto-create-binding="false" can-attach-label="false">
|
||||
<default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3" />
|
||||
</item>
|
||||
<item class="javax.swing.JProgressBar" icon="/com/intellij/uiDesigner/icons/progressbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
||||
<default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1" />
|
||||
</item>
|
||||
<item class="javax.swing.JToolBar" icon="/com/intellij/uiDesigner/icons/toolbar.png" removable="false" auto-create-binding="false" can-attach-label="false">
|
||||
<default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1">
|
||||
<preferred-size width="-1" height="20" />
|
||||
</default-constraints>
|
||||
</item>
|
||||
<item class="javax.swing.JToolBar$Separator" icon="/com/intellij/uiDesigner/icons/toolbarSeparator.png" removable="false" auto-create-binding="false" can-attach-label="false">
|
||||
<default-constraints vsize-policy="0" hsize-policy="0" anchor="0" fill="1" />
|
||||
</item>
|
||||
<item class="javax.swing.JScrollBar" icon="/com/intellij/uiDesigner/icons/scrollbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
|
||||
<default-constraints vsize-policy="6" hsize-policy="0" anchor="0" fill="2" />
|
||||
</item>
|
||||
</group>
|
||||
</component>
|
||||
</project>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="" vcs="Git" />
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
|
@ -0,0 +1,380 @@
|
|||
<?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="72651396-d9d2-4022-b080-e21d75d1bedb" name="更改" comment="企业列表出来了">
|
||||
<change afterPath="$PROJECT_DIR$/.idea/shelf/_2024_9_1_11_32____.xml" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/cloud-market-common/src/main/java/com/muyu/market/domain/SysDatawarehouse.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/cloud-market-server/src/main/java/com/muyu/market/controller/SysDatawarehouseController.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/cloud-market-server/src/main/java/com/muyu/market/mapper/SysDatawarehouseMapper.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/cloud-market-server/src/main/java/com/muyu/market/service/ISysDatawarehouseService.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/cloud-market-server/src/main/java/com/muyu/market/service/impl/SysDatawarehouseServiceImpl.java" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/cloud-market-server/src/main/resources/mapper/market/SysDatawarehouseMapper.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/cloud-market-common/src/main/java/com/muyu/market/domain/SysFirm.java" beforeDir="false" afterPath="$PROJECT_DIR$/cloud-market-common/src/main/java/com/muyu/market/domain/SysFirm.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/cloud-market-server/src/main/java/com/muyu/market/controller/SysFirminfoController.java" beforeDir="false" afterPath="$PROJECT_DIR$/cloud-market-server/src/main/java/com/muyu/market/controller/SysFirminfoController.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/cloud-market-server/src/main/java/com/muyu/market/mapper/SysApitypeMapper.java" beforeDir="false" afterPath="$PROJECT_DIR$/cloud-market-server/src/main/java/com/muyu/market/mapper/SysApitypeMapper.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/cloud-market-server/src/main/java/com/muyu/market/service/ISysFirminfoService.java" beforeDir="false" afterPath="$PROJECT_DIR$/cloud-market-server/src/main/java/com/muyu/market/service/ISysFirminfoService.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/cloud-market-server/src/main/java/com/muyu/market/service/impl/SysFirminfoServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/cloud-market-server/src/main/java/com/muyu/market/service/impl/SysFirminfoServiceImpl.java" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/cloud-market-server/src/main/resources/mapper/market/SysFirminfoMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/cloud-market-server/src/main/resources/mapper/market/SysFirminfoMapper.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/logs/cloud-system/error.log" beforeDir="false" afterPath="$PROJECT_DIR$/logs/cloud-system/error.log" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/logs/cloud-system/info.log" beforeDir="false" afterPath="$PROJECT_DIR$/logs/cloud-system/info.log" 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="GitSEFilterConfiguration">
|
||||
<file-type-list>
|
||||
<filtered-out-file-type name="LOCAL_BRANCH" />
|
||||
<filtered-out-file-type name="REMOTE_BRANCH" />
|
||||
<filtered-out-file-type name="TAG" />
|
||||
<filtered-out-file-type name="COMMIT_BY_MESSAGE" />
|
||||
</file-type-list>
|
||||
</component>
|
||||
<component name="MarkdownSettingsMigration">
|
||||
<option name="stateVersion" value="1" />
|
||||
</component>
|
||||
<component name="MavenImportPreferences">
|
||||
<option name="generalSettings">
|
||||
<MavenGeneralSettings>
|
||||
<option name="mavenHome" value="$PROJECT_DIR$/../../Maven/apache-maven-3.6.3" />
|
||||
<option name="useMavenConfig" value="true" />
|
||||
<option name="userSettingsFile" value="E:\Maven\apache-maven-3.6.3\conf\settings-real.xml" />
|
||||
</MavenGeneralSettings>
|
||||
</option>
|
||||
<option name="importingSettings">
|
||||
<MavenImportingSettings>
|
||||
<option name="jdkForImporter" value="17" />
|
||||
<option name="vmOptionsForImporter" value="-Xmx768m" />
|
||||
</MavenImportingSettings>
|
||||
</option>
|
||||
</component>
|
||||
<component name="MavenRunner">
|
||||
<option name="delegateBuildToMaven" value="true" />
|
||||
<option name="skipTests" value="true" />
|
||||
</component>
|
||||
<component name="ProjectId" id="2krCZtEzrxdGpSXE2XIAtjPFDqr" />
|
||||
<component name="ProjectLevelVcsManager" settingsEditedManually="true">
|
||||
<ConfirmationsSetting value="2" id="Add" />
|
||||
</component>
|
||||
<component name="ProjectViewState">
|
||||
<option name="showLibraryContents" value="true" />
|
||||
</component>
|
||||
<component name="PropertiesComponent"><![CDATA[{
|
||||
"keyToString": {
|
||||
"WebServerToolWindowFactoryState": "false",
|
||||
"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",
|
||||
"settings.editor.selected.configurable": "MavenSettings",
|
||||
"spring.configuration.checksum": "647853898192e405c7aff8ecac5564ea",
|
||||
"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="C:\Users\Administrator\Downloads\cloud-market\cloud-market-server\src\main\resources\mapper\market" />
|
||||
<recent name="C:\Users\Administrator\Downloads\cloud-market\cloud-market-common\src\main\java\com\muyu\market\domain" />
|
||||
<recent name="C:\Users\Administrator\Downloads\cloud-market\cloud-market-server\src\main\java\com\muyu\market\service\impl" />
|
||||
<recent name="C:\Users\Administrator\Downloads\cloud-market\cloud-market-server\src\main\java\com\muyu\market\service" />
|
||||
<recent name="C:\Users\Administrator\Downloads\cloud-market\cloud-market-server\src\main\java\com\muyu\market\mapper" />
|
||||
</key>
|
||||
<key name="MoveFile.RECENT_KEYS">
|
||||
<recent name="E:\桌面\cloud-modules-market" />
|
||||
<recent name="E:\桌面\cloud-modules-market\cloud-market-server\src\main\resources" />
|
||||
<recent name="E:\桌面\cloud-modules-market\cloud-market-server\src\main\java\com\muyu" />
|
||||
</key>
|
||||
<key name="CopyClassDialog.RECENTS_KEY">
|
||||
<recent name="com.muyu.market" />
|
||||
<recent name="com.muyu.market.domain" />
|
||||
<recent name="com.muyu" />
|
||||
</key>
|
||||
</component>
|
||||
<component name="RunManager">
|
||||
<configuration name="MarkerInfoApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
|
||||
<module name="cloud-market-server" />
|
||||
<option name="SPRING_BOOT_MAIN_CLASS" value="com.muyu.market.MarkerInfoApplication" />
|
||||
<extension name="coverage">
|
||||
<pattern>
|
||||
<option name="PATTERN" value="com.muyu.market.*" />
|
||||
<option name="ENABLED" value="true" />
|
||||
</pattern>
|
||||
</extension>
|
||||
<method v="2">
|
||||
<option name="Make" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
<recent_temporary>
|
||||
<list>
|
||||
<item itemvalue="Spring Boot.MarkerInfoApplication" />
|
||||
</list>
|
||||
</recent_temporary>
|
||||
</component>
|
||||
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="应用程序级" UseSingleDictionary="true" transferred="true" />
|
||||
<component name="SshConsoleOptionsProvider">
|
||||
<option name="myEncoding" value="UTF-8" />
|
||||
</component>
|
||||
<component name="TaskManager">
|
||||
<task active="true" id="Default" summary="默认任务">
|
||||
<changelist id="72651396-d9d2-4022-b080-e21d75d1bedb" name="更改" comment="" />
|
||||
<created>1724032369600</created>
|
||||
<option name="number" value="Default" />
|
||||
<option name="presentableId" value="Default" />
|
||||
<updated>1724032369600</updated>
|
||||
<workItem from="1724032370830" duration="3440000" />
|
||||
<workItem from="1724038373885" duration="8291000" />
|
||||
<workItem from="1724062977103" duration="1783000" />
|
||||
<workItem from="1724064783742" duration="300000" />
|
||||
<workItem from="1724065097922" duration="4908000" />
|
||||
<workItem from="1724113485054" duration="139000" />
|
||||
<workItem from="1724139668882" duration="600000" />
|
||||
<workItem from="1724289602478" duration="736000" />
|
||||
<workItem from="1724293249352" duration="1026000" />
|
||||
<workItem from="1724297033129" duration="764000" />
|
||||
<workItem from="1724299129502" duration="9079000" />
|
||||
<workItem from="1724317213887" duration="6611000" />
|
||||
<workItem from="1724841376300" duration="523000" />
|
||||
<workItem from="1724841915502" duration="38000" />
|
||||
<workItem from="1724842087640" duration="35000" />
|
||||
<workItem from="1724842145652" duration="101000" />
|
||||
<workItem from="1724843195284" duration="127000" />
|
||||
<workItem from="1724844750268" duration="293000" />
|
||||
<workItem from="1724855737329" duration="36000" />
|
||||
<workItem from="1724855961276" duration="347000" />
|
||||
<workItem from="1724910492680" duration="4430000" />
|
||||
<workItem from="1724917058880" duration="204000" />
|
||||
<workItem from="1724917910035" duration="3390000" />
|
||||
<workItem from="1725015154229" duration="1487000" />
|
||||
<workItem from="1725017183608" duration="6254000" />
|
||||
<workItem from="1725242763338" duration="3072000" />
|
||||
<workItem from="1725247138979" duration="444000" />
|
||||
</task>
|
||||
<task id="LOCAL-00001" summary="初始化">
|
||||
<created>1724047244829</created>
|
||||
<option name="number" value="00001" />
|
||||
<option name="presentableId" value="LOCAL-00001" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1724047244829</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00002" summary="初始化">
|
||||
<created>1724048196739</created>
|
||||
<option name="number" value="00002" />
|
||||
<option name="presentableId" value="LOCAL-00002" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1724048196739</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00003" summary="初始化">
|
||||
<created>1724048288127</created>
|
||||
<option name="number" value="00003" />
|
||||
<option name="presentableId" value="LOCAL-00003" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1724048288127</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00004" summary="初始化">
|
||||
<created>1724306788029</created>
|
||||
<option name="number" value="00004" />
|
||||
<option name="presentableId" value="LOCAL-00004" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1724306788029</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00005" summary="初始化">
|
||||
<created>1724307722405</created>
|
||||
<option name="number" value="00005" />
|
||||
<option name="presentableId" value="LOCAL-00005" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1724307722405</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00006" summary="初始化">
|
||||
<created>1724308055897</created>
|
||||
<option name="number" value="00006" />
|
||||
<option name="presentableId" value="LOCAL-00006" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1724308055897</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00007" summary="初始化">
|
||||
<created>1724308395101</created>
|
||||
<option name="number" value="00007" />
|
||||
<option name="presentableId" value="LOCAL-00007" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1724308395101</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00008" summary="初始化">
|
||||
<created>1724308787393</created>
|
||||
<option name="number" value="00008" />
|
||||
<option name="presentableId" value="LOCAL-00008" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1724308787393</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00009" summary="初始化">
|
||||
<created>1724309267148</created>
|
||||
<option name="number" value="00009" />
|
||||
<option name="presentableId" value="LOCAL-00009" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1724309267148</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00010" summary="初始化">
|
||||
<created>1724309446871</created>
|
||||
<option name="number" value="00010" />
|
||||
<option name="presentableId" value="LOCAL-00010" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1724309446871</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00011" summary="初始化">
|
||||
<created>1724318427233</created>
|
||||
<option name="number" value="00011" />
|
||||
<option name="presentableId" value="LOCAL-00011" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1724318427233</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00012" summary="初始化">
|
||||
<created>1724318901138</created>
|
||||
<option name="number" value="00012" />
|
||||
<option name="presentableId" value="LOCAL-00012" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1724318901138</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00013" summary="初始化">
|
||||
<created>1724322101310</created>
|
||||
<option name="number" value="00013" />
|
||||
<option name="presentableId" value="LOCAL-00013" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1724322101310</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00014" summary="初始化">
|
||||
<created>1724323782369</created>
|
||||
<option name="number" value="00014" />
|
||||
<option name="presentableId" value="LOCAL-00014" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1724323782369</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00015" summary="初始化">
|
||||
<created>1724841947652</created>
|
||||
<option name="number" value="00015" />
|
||||
<option name="presentableId" value="LOCAL-00015" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1724841947652</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00016" summary="初始化">
|
||||
<created>1724842201081</created>
|
||||
<option name="number" value="00016" />
|
||||
<option name="presentableId" value="LOCAL-00016" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1724842201081</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00017" summary="初始化">
|
||||
<created>1724844832838</created>
|
||||
<option name="number" value="00017" />
|
||||
<option name="presentableId" value="LOCAL-00017" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1724844832838</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00018" summary="初始化">
|
||||
<created>1724910937292</created>
|
||||
<option name="number" value="00018" />
|
||||
<option name="presentableId" value="LOCAL-00018" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1724910937292</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00019" summary="初始化">
|
||||
<created>1724913131254</created>
|
||||
<option name="number" value="00019" />
|
||||
<option name="presentableId" value="LOCAL-00019" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1724913131254</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00020" summary="初始化">
|
||||
<created>1724915022951</created>
|
||||
<option name="number" value="00020" />
|
||||
<option name="presentableId" value="LOCAL-00020" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1724915022951</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00021" summary="初始化">
|
||||
<created>1724915528561</created>
|
||||
<option name="number" value="00021" />
|
||||
<option name="presentableId" value="LOCAL-00021" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1724915528561</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00022" summary="初始化">
|
||||
<created>1724918082451</created>
|
||||
<option name="number" value="00022" />
|
||||
<option name="presentableId" value="LOCAL-00022" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1724918082451</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00023" summary="初始化">
|
||||
<created>1724918094895</created>
|
||||
<option name="number" value="00023" />
|
||||
<option name="presentableId" value="LOCAL-00023" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1724918094895</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00024" summary="初始化">
|
||||
<created>1724920119938</created>
|
||||
<option name="number" value="00024" />
|
||||
<option name="presentableId" value="LOCAL-00024" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1724920119938</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00025" summary="企业列表出来了">
|
||||
<created>1725161627925</created>
|
||||
<option name="number" value="00025" />
|
||||
<option name="presentableId" value="LOCAL-00025" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1725161627925</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="26" />
|
||||
<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 />
|
||||
</value>
|
||||
</entry>
|
||||
</map>
|
||||
</option>
|
||||
</component>
|
||||
<component name="VcsManagerConfiguration">
|
||||
<MESSAGE value="初始化" />
|
||||
<MESSAGE value="企业列表出来了" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="企业列表出来了" />
|
||||
</component>
|
||||
<component name="XDebuggerManager">
|
||||
<breakpoint-manager>
|
||||
<breakpoints>
|
||||
<line-breakpoint enabled="true" type="java-line">
|
||||
<url>file://$PROJECT_DIR$/cloud-market-common/src/main/java/com/muyu/Main.java</url>
|
||||
<line>15</line>
|
||||
<option name="timeStamp" value="4" />
|
||||
</line-breakpoint>
|
||||
</breakpoints>
|
||||
</breakpoint-manager>
|
||||
</component>
|
||||
</project>
|
|
@ -0,0 +1,12 @@
|
|||
FROM openjdk:17-jdk
|
||||
|
||||
ENV TZ=Asia/Shanghai
|
||||
RUN ln -snf /usr/share/zoneifon/$TZ /etc/localtime && echo '$TZ' > /etc/timezone
|
||||
|
||||
VOLUME ["/home/logs/cloud-market"]
|
||||
|
||||
COPY cloud-market-server/target/cloud-market.jar /home/app.jar
|
||||
|
||||
ENTRYPOINT ["java","-Dfile.encoding=utf-8","-jar"]
|
||||
|
||||
CMD ["/home/app.jar"]
|
|
@ -0,0 +1,38 @@
|
|||
target/
|
||||
!.mvn/wrapper/maven-wrapper.jar
|
||||
!**/src/main/**/target/
|
||||
!**/src/test/**/target/
|
||||
|
||||
### IntelliJ IDEA ###
|
||||
.idea/modules.xml
|
||||
.idea/jarRepositories.xml
|
||||
.idea/compiler.xml
|
||||
.idea/libraries/
|
||||
*.iws
|
||||
*.iml
|
||||
*.ipr
|
||||
|
||||
### Eclipse ###
|
||||
.apt_generated
|
||||
.classpath
|
||||
.factorypath
|
||||
.project
|
||||
.settings
|
||||
.springBeans
|
||||
.sts4-cache
|
||||
|
||||
### NetBeans ###
|
||||
/nbproject/private/
|
||||
/nbbuild/
|
||||
/dist/
|
||||
/nbdist/
|
||||
/.nb-gradle/
|
||||
build/
|
||||
!**/src/main/**/build/
|
||||
!**/src/test/**/build/
|
||||
|
||||
### VS Code ###
|
||||
.vscode/
|
||||
|
||||
### Mac OS ###
|
||||
.DS_Store
|
|
@ -0,0 +1,28 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>com.muyu</groupId>
|
||||
<artifactId>cloud-market</artifactId>
|
||||
<version>3.6.5</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>cloud-market-client</artifactId>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.muyu</groupId>
|
||||
<artifactId>cloud-market-common</artifactId>
|
||||
<version>3.6.5</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
|
@ -0,0 +1,38 @@
|
|||
target/
|
||||
!.mvn/wrapper/maven-wrapper.jar
|
||||
!**/src/main/**/target/
|
||||
!**/src/test/**/target/
|
||||
|
||||
### IntelliJ IDEA ###
|
||||
.idea/modules.xml
|
||||
.idea/jarRepositories.xml
|
||||
.idea/compiler.xml
|
||||
.idea/libraries/
|
||||
*.iws
|
||||
*.iml
|
||||
*.ipr
|
||||
|
||||
### Eclipse ###
|
||||
.apt_generated
|
||||
.classpath
|
||||
.factorypath
|
||||
.project
|
||||
.settings
|
||||
.springBeans
|
||||
.sts4-cache
|
||||
|
||||
### NetBeans ###
|
||||
/nbproject/private/
|
||||
/nbbuild/
|
||||
/dist/
|
||||
/nbdist/
|
||||
/.nb-gradle/
|
||||
build/
|
||||
!**/src/main/**/build/
|
||||
!**/src/test/**/build/
|
||||
|
||||
### VS Code ###
|
||||
.vscode/
|
||||
|
||||
### Mac OS ###
|
||||
.DS_Store
|
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>com.muyu</groupId>
|
||||
<artifactId>cloud-market</artifactId>
|
||||
<version>3.6.5</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>cloud-market-common</artifactId>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.muyu</groupId>
|
||||
<artifactId>cloud-common-core</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
|
@ -0,0 +1,4 @@
|
|||
package com.muyu.market;
|
||||
|
||||
public class api {
|
||||
}
|
|
@ -0,0 +1,135 @@
|
|||
package com.muyu.market.domain;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.IdType;
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import com.muyu.common.core.annotation.Excel;
|
||||
import com.muyu.common.core.web.domain.BaseEntity;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
import lombok.NoArgsConstructor;
|
||||
import lombok.experimental.SuperBuilder;
|
||||
import org.apache.commons.lang3.builder.ToStringBuilder;
|
||||
import org.apache.commons.lang3.builder.ToStringStyle;
|
||||
|
||||
/**
|
||||
* 接口对象 sys_apitype
|
||||
*
|
||||
* @author ruoyi
|
||||
* @date 2024-08-21
|
||||
*/
|
||||
@Data
|
||||
@SuperBuilder
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
@TableName(value = "sys_apitype",autoResultMap = true)
|
||||
public class SysApitype extends BaseEntity{
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/** api_id */
|
||||
@TableId(value = "sys_id",type = IdType.AUTO)
|
||||
private Long sysId;
|
||||
|
||||
/** 产品编号 */
|
||||
@Excel(name = "产品编号")
|
||||
private String sysSerial;
|
||||
|
||||
/** 简介 */
|
||||
@Excel(name = "简介")
|
||||
private String sysIntro;
|
||||
|
||||
/** 产品状态 */
|
||||
@Excel(name = "产品状态")
|
||||
private String sysTypes;
|
||||
|
||||
/** 备注 */
|
||||
@Excel(name = "备注")
|
||||
private String sysBeihzu;
|
||||
|
||||
/** 类型选择 */
|
||||
@Excel(name = "类型选择")
|
||||
private String sysLeixingpick;
|
||||
|
||||
/** 次/元 时间 */
|
||||
@Excel(name = "元/次")
|
||||
private Long sysNumber;
|
||||
|
||||
public void setSysId(Long sysId)
|
||||
{
|
||||
this.sysId = sysId;
|
||||
}
|
||||
|
||||
public Long getSysId()
|
||||
{
|
||||
return sysId;
|
||||
}
|
||||
public void setSysSerial(String sysSerial)
|
||||
{
|
||||
this.sysSerial = sysSerial;
|
||||
}
|
||||
|
||||
public String getSysSerial()
|
||||
{
|
||||
return sysSerial;
|
||||
}
|
||||
public void setSysIntro(String sysIntro)
|
||||
{
|
||||
this.sysIntro = sysIntro;
|
||||
}
|
||||
|
||||
public String getSysIntro()
|
||||
{
|
||||
return sysIntro;
|
||||
}
|
||||
public void setSysTypes(String sysTypes)
|
||||
{
|
||||
this.sysTypes = sysTypes;
|
||||
}
|
||||
|
||||
public String getSysTypes()
|
||||
{
|
||||
return sysTypes;
|
||||
}
|
||||
public void setSysBeihzu(String sysBeihzu)
|
||||
{
|
||||
this.sysBeihzu = sysBeihzu;
|
||||
}
|
||||
|
||||
public String getSysBeihzu()
|
||||
{
|
||||
return sysBeihzu;
|
||||
}
|
||||
public void setSysLeixingpick(String sysLeixingpick)
|
||||
{
|
||||
this.sysLeixingpick = sysLeixingpick;
|
||||
}
|
||||
|
||||
public String getSysLeixingpick()
|
||||
{
|
||||
return sysLeixingpick;
|
||||
}
|
||||
public void setSysNumber(Long sysNumber)
|
||||
{
|
||||
this.sysNumber = sysNumber;
|
||||
}
|
||||
|
||||
public Long getSysNumber()
|
||||
{
|
||||
return sysNumber;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE)
|
||||
.append("sysId", getSysId())
|
||||
.append("sysSerial", getSysSerial())
|
||||
.append("sysIntro", getSysIntro())
|
||||
.append("sysTypes", getSysTypes())
|
||||
.append("sysBeihzu", getSysBeihzu())
|
||||
.append("sysLeixingpick", getSysLeixingpick())
|
||||
.append("sysNumber", getSysNumber())
|
||||
.toString();
|
||||
}
|
||||
}
|
|
@ -0,0 +1,86 @@
|
|||
package com.muyu.market.domain;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.util.Date;
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import com.muyu.common.core.annotation.Excel;
|
||||
import com.muyu.common.core.web.domain.BaseEntity;
|
||||
import lombok.*;
|
||||
import lombok.experimental.SuperBuilder;
|
||||
import org.apache.commons.lang3.builder.ToStringBuilder;
|
||||
import org.apache.commons.lang3.builder.ToStringStyle;
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import com.baomidou.mybatisplus.annotation.IdType;
|
||||
|
||||
/**
|
||||
* 订单详情对象 sys_datawarehouse
|
||||
*
|
||||
* @author 2112A
|
||||
* @date 2024-09-01
|
||||
*/
|
||||
|
||||
@Data
|
||||
@Setter
|
||||
@Getter
|
||||
@SuperBuilder
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
@TableName("sys_datawarehouse")
|
||||
public class SysDatawarehouse{
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/** 订单id */
|
||||
@TableId( type = IdType.AUTO)
|
||||
private Long orderId;
|
||||
|
||||
/** 订单编号 */
|
||||
@Excel(name = "订单编号")
|
||||
private String orderBian;
|
||||
|
||||
/** 下单时间 */
|
||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||
@Excel(name = "下单时间", width = 30, dateFormat = "yyyy-MM-dd")
|
||||
private Date orderTime;
|
||||
|
||||
/** 用户id */
|
||||
@Excel(name = "用户id")
|
||||
private Long userId;
|
||||
|
||||
/** 商品名称 */
|
||||
@Excel(name = "商品名称")
|
||||
private String shopName;
|
||||
|
||||
/** 姓名 */
|
||||
@Excel(name = "姓名")
|
||||
private String orderName;
|
||||
|
||||
/** 联系方式 */
|
||||
@Excel(name = "联系方式")
|
||||
private String phone;
|
||||
|
||||
/** 金额 */
|
||||
@Excel(name = "金额")
|
||||
private BigDecimal orderScore;
|
||||
|
||||
/** 支付方式 */
|
||||
@Excel(name = "支付方式")
|
||||
private String payway;
|
||||
|
||||
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE)
|
||||
.append("orderId", getOrderId())
|
||||
.append("orderBian", getOrderBian())
|
||||
.append("orderTime", getOrderTime())
|
||||
.append("userId", getUserId())
|
||||
.append("shopName", getShopName())
|
||||
.append("orderName", getOrderName())
|
||||
.append("phone", getPhone())
|
||||
.append("orderScore", getOrderScore())
|
||||
.append("payway", getPayway())
|
||||
.toString();
|
||||
}
|
||||
}
|
|
@ -0,0 +1,96 @@
|
|||
package com.muyu.market.domain;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.IdType;
|
||||
import com.baomidou.mybatisplus.annotation.TableField;
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import com.muyu.common.core.annotation.Excel;
|
||||
import com.muyu.common.core.web.domain.BaseEntity;
|
||||
import lombok.*;
|
||||
import lombok.experimental.SuperBuilder;
|
||||
import org.apache.commons.lang3.builder.ToStringBuilder;
|
||||
import org.apache.commons.lang3.builder.ToStringStyle;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.util.Date;
|
||||
|
||||
/**
|
||||
* 企业信息对象 sys_firminfo
|
||||
*
|
||||
* @author 2112A
|
||||
* @date 2024-08-23
|
||||
*/
|
||||
|
||||
@Data
|
||||
@SuperBuilder
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
@TableName(value = "sys_firminfo",autoResultMap = true)
|
||||
public class SysFirm {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/** 企业数据id */
|
||||
@TableId(value = "firm_id",type = IdType.AUTO)
|
||||
private Long firmId;
|
||||
|
||||
|
||||
@Excel(name = "企业id")
|
||||
private Long adminsid;
|
||||
|
||||
|
||||
/** 企业名称 */
|
||||
@Excel(name = "企业名称")
|
||||
private String firmTem;
|
||||
|
||||
/** 姓名 */
|
||||
@Excel(name = "姓名")
|
||||
private String names;
|
||||
|
||||
/** 职位 */
|
||||
@Excel(name = "职位")
|
||||
private String position;
|
||||
|
||||
/** 公司所在省市区 */
|
||||
@Excel(name = "公司所在省市区")
|
||||
private String firmRegion;
|
||||
|
||||
/** 公司详细地址 */
|
||||
@Excel(name = "公司详细地址")
|
||||
private String firmFrom;
|
||||
|
||||
/** 社会信誉 */
|
||||
@Excel(name = "社会信誉")
|
||||
private String socialReputation;
|
||||
|
||||
/** 营业执照 */
|
||||
@Excel(name = "营业执照")
|
||||
private String businessLicense;
|
||||
|
||||
/** 创建时间 */
|
||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||
@Excel(name = "创建时间", width = 30, dateFormat = "yyyy-MM-dd")
|
||||
private Date firmTime;
|
||||
|
||||
/** 余额 */
|
||||
@Excel(name = "余额")
|
||||
private BigDecimal firmScore;
|
||||
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE)
|
||||
.append("firmId", getFirmId())
|
||||
.append("adminsid", getAdminsid())
|
||||
.append("firmTem", getFirmTem())
|
||||
.append("names", getNames())
|
||||
.append("position", getPosition())
|
||||
.append("firmRegion", getFirmRegion())
|
||||
.append("firmFrom", getFirmFrom())
|
||||
.append("socialReputation", getSocialReputation())
|
||||
.append("businessLicense", getBusinessLicense())
|
||||
.append("firmTime", getFirmTime())
|
||||
.append("firmScore", getFirmScore())
|
||||
.toString();
|
||||
}
|
||||
}
|
|
@ -0,0 +1,38 @@
|
|||
target/
|
||||
!.mvn/wrapper/maven-wrapper.jar
|
||||
!**/src/main/**/target/
|
||||
!**/src/test/**/target/
|
||||
|
||||
### IntelliJ IDEA ###
|
||||
.idea/modules.xml
|
||||
.idea/jarRepositories.xml
|
||||
.idea/compiler.xml
|
||||
.idea/libraries/
|
||||
*.iws
|
||||
*.iml
|
||||
*.ipr
|
||||
|
||||
### Eclipse ###
|
||||
.apt_generated
|
||||
.classpath
|
||||
.factorypath
|
||||
.project
|
||||
.settings
|
||||
.springBeans
|
||||
.sts4-cache
|
||||
|
||||
### NetBeans ###
|
||||
/nbproject/private/
|
||||
/nbbuild/
|
||||
/dist/
|
||||
/nbdist/
|
||||
/.nb-gradle/
|
||||
build/
|
||||
!**/src/main/**/build/
|
||||
!**/src/test/**/build/
|
||||
|
||||
### VS Code ###
|
||||
.vscode/
|
||||
|
||||
### Mac OS ###
|
||||
.DS_Store
|
|
@ -0,0 +1,28 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>com.muyu</groupId>
|
||||
<artifactId>cloud-market</artifactId>
|
||||
<version>3.6.5</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>cloud-market-remote</artifactId>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.muyu</groupId>
|
||||
<artifactId>cloud-market-common</artifactId>
|
||||
<version>3.6.5</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
|
@ -0,0 +1,35 @@
|
|||
target/
|
||||
!.mvn/wrapper/maven-wrapper.jar
|
||||
!**/src/main/**/target/
|
||||
!**/src/test/**/target/
|
||||
|
||||
### IntelliJ IDEA ###
|
||||
.idea
|
||||
*.iws
|
||||
*.iml
|
||||
*.ipr
|
||||
|
||||
### Eclipse ###
|
||||
.apt_generated
|
||||
.classpath
|
||||
.factorypath
|
||||
.project
|
||||
.settings
|
||||
.springBeans
|
||||
.sts4-cache
|
||||
|
||||
### NetBeans ###
|
||||
/nbproject/private/
|
||||
/nbbuild/
|
||||
/dist/
|
||||
/nbdist/
|
||||
/.nb-gradle/
|
||||
build/
|
||||
!**/src/main/**/build/
|
||||
!**/src/test/**/build/
|
||||
|
||||
### VS Code ###
|
||||
.vscode/
|
||||
|
||||
### Mac OS ###
|
||||
.DS_Store
|
|
@ -0,0 +1,116 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>com.muyu</groupId>
|
||||
<artifactId>cloud-market</artifactId>
|
||||
<version>3.6.5</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>cloud-market-server</artifactId>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<!-- SpringCloud Alibaba Nacos -->
|
||||
<dependency>
|
||||
<groupId>com.alibaba.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
|
||||
</dependency>
|
||||
<!-- SpringCloud Alibaba Nacos Config -->
|
||||
<dependency>
|
||||
<groupId>com.alibaba.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
|
||||
</dependency>
|
||||
<!-- SpringCloud Alibaba Sentinel -->
|
||||
<dependency>
|
||||
<groupId>com.alibaba.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>
|
||||
</dependency>
|
||||
<!-- SpringBoot Actuator -->
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-actuator</artifactId>
|
||||
</dependency>
|
||||
<!-- Mysql Connector -->
|
||||
<dependency>
|
||||
<groupId>com.mysql</groupId>
|
||||
<artifactId>mysql-connector-j</artifactId>
|
||||
</dependency>
|
||||
|
||||
|
||||
|
||||
<!-- MuYu Common DataSource -->
|
||||
<dependency>
|
||||
<groupId>com.muyu</groupId>
|
||||
<artifactId>cloud-common-datasource</artifactId>
|
||||
</dependency>
|
||||
<!-- MuYu Common DataScope -->
|
||||
<dependency>
|
||||
<groupId>com.muyu</groupId>
|
||||
<artifactId>cloud-common-datascope</artifactId>
|
||||
</dependency>
|
||||
<!-- MuYu Common Log -->
|
||||
<dependency>
|
||||
<groupId>com.muyu</groupId>
|
||||
<artifactId>cloud-common-log</artifactId>
|
||||
</dependency>
|
||||
<!-- 接口模块 -->
|
||||
<dependency>
|
||||
<groupId>com.muyu</groupId>
|
||||
<artifactId>cloud-common-api-doc</artifactId>
|
||||
</dependency>
|
||||
<!-- XllJob定时任务 -->
|
||||
<dependency>
|
||||
<groupId>com.muyu</groupId>
|
||||
<artifactId>cloud-common-xxl</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.muyu</groupId>
|
||||
<artifactId>cloud-common-rabbit</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.muyu</groupId>
|
||||
<artifactId>cloud-market-common</artifactId>
|
||||
<version>3.6.5</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.muyu</groupId>
|
||||
<artifactId>cloud-common-xxl</artifactId>
|
||||
<version>3.6.5</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<finalName>cloud-market</finalName>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>repackage</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<!-- 加入maven deploy插件,当在deploy时,ll忽略些model -->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-deploy-plugin</artifactId>
|
||||
<configuration>
|
||||
<skip>true</skip>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
|
@ -0,0 +1,17 @@
|
|||
package com.muyu.market;
|
||||
|
||||
import com.muyu.common.security.annotation.EnableCustomConfig;
|
||||
import com.muyu.common.security.annotation.EnableMyFeignClients;
|
||||
import lombok.extern.log4j.Log4j2;
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
@Log4j2
|
||||
@EnableCustomConfig
|
||||
@EnableMyFeignClients
|
||||
@SpringBootApplication
|
||||
public class MarkerInfoApplication {
|
||||
public static void main (String[] args) {
|
||||
SpringApplication.run(MarkerInfoApplication.class, args);
|
||||
}
|
||||
}
|
|
@ -0,0 +1,101 @@
|
|||
package com.muyu.market.controller;
|
||||
|
||||
|
||||
|
||||
import com.muyu.common.core.domain.Result;
|
||||
import com.muyu.common.core.utils.poi.ExcelUtil;
|
||||
import com.muyu.common.core.web.controller.BaseController;
|
||||
import com.muyu.common.core.web.page.TableDataInfo;
|
||||
import com.muyu.common.log.annotation.Log;
|
||||
import com.muyu.common.log.enums.BusinessType;
|
||||
import com.muyu.common.security.annotation.RequiresPermissions;
|
||||
import com.muyu.market.domain.SysApitype;
|
||||
import com.muyu.market.service.ISysApitypeService;
|
||||
import jakarta.servlet.http.HttpServletResponse;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
|
||||
/**
|
||||
* 接口Controller
|
||||
*
|
||||
* @author ruoyi
|
||||
* @date 2024-08-21
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/apitype")
|
||||
public class SysApitypeController extends BaseController
|
||||
{
|
||||
@Autowired
|
||||
private ISysApitypeService sysApitypeService;
|
||||
|
||||
/**
|
||||
* 查询接口列表
|
||||
*/
|
||||
@RequiresPermissions("market:apitype:list")
|
||||
@GetMapping("/list")
|
||||
public Result<TableDataInfo<SysApitype>> list(SysApitype sysApitype)
|
||||
{
|
||||
startPage();
|
||||
List<SysApitype> list = sysApitypeService.selectSysApitypeList(sysApitype);
|
||||
return getDataTable(list);
|
||||
}
|
||||
|
||||
/**
|
||||
* 导出接口列表
|
||||
*/
|
||||
@RequiresPermissions("market:apitype:export")
|
||||
@Log(title = "接口", businessType = BusinessType.EXPORT)
|
||||
@PostMapping("/export")
|
||||
public void export(HttpServletResponse response, SysApitype sysApitype)
|
||||
{
|
||||
List<SysApitype> list = sysApitypeService.selectSysApitypeList(sysApitype);
|
||||
ExcelUtil<SysApitype> util = new ExcelUtil<SysApitype>(SysApitype.class);
|
||||
util.exportExcel(response, list, "接口数据");
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取接口详细信息
|
||||
*/
|
||||
@RequiresPermissions("market:apitype:query")
|
||||
@GetMapping(value = "/{sysId}")
|
||||
public Result getInfo(@PathVariable("sysId") Long sysId)
|
||||
{
|
||||
return success(sysApitypeService.selectSysApitypeBySysId(sysId));
|
||||
}
|
||||
|
||||
/**
|
||||
* 新增接口
|
||||
*/
|
||||
@RequiresPermissions("market:apitype:add")
|
||||
@Log(title = "接口", businessType = BusinessType.INSERT)
|
||||
@PostMapping
|
||||
public Result add(@RequestBody SysApitype sysApitype)
|
||||
{
|
||||
return toAjax(sysApitypeService.insertSysApitype(sysApitype));
|
||||
}
|
||||
|
||||
/**
|
||||
* 修改接口
|
||||
*/
|
||||
@RequiresPermissions("market:apitype:edit")
|
||||
@Log(title = "接口", businessType = BusinessType.UPDATE)
|
||||
@PutMapping
|
||||
public Result edit(@RequestBody SysApitype sysApitype)
|
||||
{
|
||||
return toAjax(sysApitypeService.updateSysApitype(sysApitype));
|
||||
}
|
||||
|
||||
/**
|
||||
* 删除接口
|
||||
*/
|
||||
@RequiresPermissions("market:apitype:remove")
|
||||
@Log(title = "接口", businessType = BusinessType.DELETE)
|
||||
@DeleteMapping("/{sysIds}")
|
||||
public Result remove(@PathVariable Long[] sysIds)
|
||||
{
|
||||
return toAjax(sysApitypeService.deleteSysApitypeBySysIds(sysIds));
|
||||
}
|
||||
}
|
|
@ -0,0 +1,116 @@
|
|||
package com.muyu.market.controller;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
|
||||
import com.muyu.common.core.utils.poi.ExcelUtil;
|
||||
import com.muyu.common.core.web.page.TableDataInfo;
|
||||
import com.muyu.market.domain.SysDatawarehouse;
|
||||
import com.muyu.market.service.ISysDatawarehouseService;
|
||||
import jakarta.servlet.http.HttpServletResponse;
|
||||
import javax.annotation.Resource;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.PostMapping;
|
||||
import org.springframework.web.bind.annotation.PutMapping;
|
||||
import org.springframework.web.bind.annotation.DeleteMapping;
|
||||
import org.springframework.web.bind.annotation.PathVariable;
|
||||
import org.springframework.web.bind.annotation.RequestBody;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
import com.muyu.common.security.annotation.RequiresPermissions;
|
||||
|
||||
import com.muyu.common.core.web.controller.BaseController;
|
||||
import com.muyu.common.core.domain.Result;
|
||||
|
||||
import com.muyu.common.security.utils.SecurityUtils;
|
||||
import org.springframework.validation.annotation.Validated;
|
||||
|
||||
|
||||
/**
|
||||
* 订单详情Controller
|
||||
*
|
||||
* @author 2112A
|
||||
* @date 2024-09-01
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/datawarehouse")
|
||||
public class SysDatawarehouseController extends BaseController
|
||||
{
|
||||
@Resource
|
||||
private ISysDatawarehouseService sysDatawarehouseService;
|
||||
|
||||
/**
|
||||
* 查询订单详情列表
|
||||
*/
|
||||
@RequiresPermissions("ruleEngine:datawarehouse:list")
|
||||
@GetMapping("/list")
|
||||
public Result<TableDataInfo<SysDatawarehouse>> list(SysDatawarehouse sysDatawarehouse)
|
||||
{
|
||||
startPage();
|
||||
List<SysDatawarehouse> list = sysDatawarehouseService.selectSysDatawarehouseList(sysDatawarehouse);
|
||||
return getDataTable(list);
|
||||
}
|
||||
|
||||
/**
|
||||
* 导出订单详情列表
|
||||
*/
|
||||
@RequiresPermissions("ruleEngine:datawarehouse:export")
|
||||
@PostMapping("/export")
|
||||
public void export(HttpServletResponse response, SysDatawarehouse sysDatawarehouse)
|
||||
{
|
||||
List<SysDatawarehouse> list = sysDatawarehouseService.selectSysDatawarehouseList(sysDatawarehouse);
|
||||
ExcelUtil<SysDatawarehouse> util = new ExcelUtil<SysDatawarehouse>(SysDatawarehouse.class);
|
||||
util.exportExcel(response, list, "订单详情数据");
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取订单详情详细信息
|
||||
*/
|
||||
@RequiresPermissions("ruleEngine:datawarehouse:query")
|
||||
@GetMapping(value = "/{orderId}")
|
||||
public Result<List<SysDatawarehouse>> getInfo(@PathVariable("orderId") Long orderId)
|
||||
{
|
||||
return success(sysDatawarehouseService.selectSysDatawarehouseByOrderId(orderId));
|
||||
}
|
||||
|
||||
/**
|
||||
* 新增订单详情
|
||||
*/
|
||||
// @RequiresPermissions("ruleEngine:datawarehouse:add")
|
||||
// @PostMapping
|
||||
// public Result<Integer> add(
|
||||
// @Validated @RequestBody SysDatawarehouse sysDatawarehouse)
|
||||
// {
|
||||
// if (sysDatawarehouseService.checkIdUnique(sysDatawarehouse)) {
|
||||
// return error("新增 订单详情 '" + sysDatawarehouse + "'失败,订单详情已存在");
|
||||
// }
|
||||
// sysDatawarehouse.setCreateBy(SecurityUtils.getUsername());
|
||||
// return toAjax(sysDatawarehouseService.save(sysDatawarehouse));
|
||||
// }
|
||||
|
||||
/**
|
||||
* 修改订单详情
|
||||
*/
|
||||
// @RequiresPermissions("ruleEngine:datawarehouse:edit")
|
||||
// @PutMapping
|
||||
// public Result<Integer> edit(
|
||||
// @Validated @RequestBody SysDatawarehouse sysDatawarehouse)
|
||||
// {
|
||||
// if (!sysDatawarehouseService.checkIdUnique(sysDatawarehouse)) {
|
||||
// return error("修改 订单详情 '" + sysDatawarehouse + "'失败,订单详情不存在");
|
||||
// }
|
||||
//// sysDatawarehouse.setUpdateBy(SecurityUtils.getUsername());
|
||||
//// return toAjax(sysDatawarehouseService.updateById(sysDatawarehouse));
|
||||
// }
|
||||
|
||||
/**
|
||||
* 删除订单详情
|
||||
*/
|
||||
@RequiresPermissions("ruleEngine:datawarehouse:remove")
|
||||
@DeleteMapping("/{orderIds}")
|
||||
public Result<Integer> remove(@PathVariable("orderIds") Long[] orderIds)
|
||||
{
|
||||
sysDatawarehouseService.removeBatchByIds(Arrays.asList(orderIds));
|
||||
return success();
|
||||
}
|
||||
}
|
|
@ -0,0 +1,53 @@
|
|||
package com.muyu.market.controller;
|
||||
|
||||
import com.muyu.common.core.domain.Result;
|
||||
import com.muyu.common.core.utils.poi.ExcelUtil;
|
||||
import com.muyu.common.core.web.controller.BaseController;
|
||||
import com.muyu.common.core.web.page.TableDataInfo;
|
||||
import com.muyu.common.security.annotation.RequiresPermissions;
|
||||
import com.muyu.common.security.utils.SecurityUtils;
|
||||
import com.muyu.market.domain.SysFirm;
|
||||
import com.muyu.market.service.ISysFirminfoService;
|
||||
import jakarta.servlet.http.HttpServletResponse;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.validation.annotation.Validated;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* firmListController
|
||||
*
|
||||
* @author 2112A
|
||||
* @date 2024-08-25
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/firminfo")
|
||||
public class SysFirminfoController extends BaseController
|
||||
{
|
||||
@Autowired
|
||||
private ISysFirminfoService sysFirminfoService;
|
||||
|
||||
/**
|
||||
* 查询firmList列表
|
||||
*/
|
||||
|
||||
@RequiresPermissions("ruleEngine:firminfo:list")
|
||||
@GetMapping("/list")
|
||||
public Result<TableDataInfo<SysFirm>> list(SysFirm sysFirm)
|
||||
{
|
||||
startPage();
|
||||
List<SysFirm> list = sysFirminfoService.selectSysFirminfoList(sysFirm);
|
||||
return getDataTable(list);
|
||||
}
|
||||
|
||||
@RequiresPermissions("market:apitype:query")
|
||||
@GetMapping(value = "/query")
|
||||
public Result getInfo()
|
||||
{
|
||||
Long adminsid = SecurityUtils.getUserId();
|
||||
return success(sysFirminfoService.selectSysFirminfoByAdminsid(adminsid));
|
||||
}
|
||||
}
|
|
@ -0,0 +1,66 @@
|
|||
package com.muyu.market.mapper;
|
||||
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.muyu.market.domain.SysApitype;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 接口Mapper接口
|
||||
*
|
||||
* @author ruoyi
|
||||
* @date 2024-08-21
|
||||
*/
|
||||
|
||||
public interface SysApitypeMapper extends BaseMapper<SysApitype> {
|
||||
/**
|
||||
* 查询接口
|
||||
*
|
||||
* @param sysId 接口主键
|
||||
* @return 接口
|
||||
*/
|
||||
public SysApitype selectSysApitypeBySysId(Long sysId);
|
||||
|
||||
/**
|
||||
* 查询接口列表
|
||||
*
|
||||
* @param sysApitype 接口
|
||||
* @return 接口集合
|
||||
*/
|
||||
public List<SysApitype> selectSysApitypeList(SysApitype sysApitype);
|
||||
|
||||
/**
|
||||
* 新增接口
|
||||
*
|
||||
* @param sysApitype 接口
|
||||
* @return 结果
|
||||
*/
|
||||
public int insertSysApitype(SysApitype sysApitype);
|
||||
|
||||
/**
|
||||
* 修改接口
|
||||
*
|
||||
* @param sysApitype 接口
|
||||
* @return 结果
|
||||
*/
|
||||
public int updateSysApitype(SysApitype sysApitype);
|
||||
|
||||
/**
|
||||
* 删除接口
|
||||
*
|
||||
* @param sysId 接口主键
|
||||
* @return 结果
|
||||
*/
|
||||
public int deleteSysApitypeBySysId(Long sysId);
|
||||
|
||||
/**
|
||||
* 批量删除接口
|
||||
*
|
||||
* @param sysIds 需要删除的数据主键集合
|
||||
* @return 结果
|
||||
*/
|
||||
public int deleteSysApitypeBySysIds(Long[] sysIds);
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
package com.muyu.market.mapper;
|
||||
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.muyu.market.domain.SysDatawarehouse;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
/**
|
||||
* 订单详情Mapper接口
|
||||
*
|
||||
* @author 2112A
|
||||
* @date 2024-09-01
|
||||
*/
|
||||
@Mapper
|
||||
public interface SysDatawarehouseMapper extends BaseMapper<SysDatawarehouse> {
|
||||
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
package com.muyu.market.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.muyu.market.domain.SysFirm;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import java.util.List;
|
||||
@Service
|
||||
public interface SysFirminfoMapper extends BaseMapper<SysFirm> {
|
||||
|
||||
List<SysFirm> selectSysApitypeList(SysFirm sysFirm);
|
||||
}
|
|
@ -0,0 +1,64 @@
|
|||
package com.muyu.market.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.muyu.market.domain.SysApitype;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 接口Service接口
|
||||
*
|
||||
* @author ruoyi
|
||||
|
||||
*/
|
||||
@Service
|
||||
public interface ISysApitypeService extends IService<SysApitype> {
|
||||
/**
|
||||
* 查询接口
|
||||
*
|
||||
* @param sysId 接口主键
|
||||
* @return 接口
|
||||
*/
|
||||
public SysApitype selectSysApitypeBySysId(Long sysId);
|
||||
|
||||
/**
|
||||
* 查询接口列表
|
||||
*
|
||||
* @param sysApitype 接口
|
||||
* @return 接口集合
|
||||
*/
|
||||
public List<SysApitype> selectSysApitypeList(SysApitype sysApitype);
|
||||
|
||||
/**
|
||||
* 新增接口
|
||||
*
|
||||
* @param sysApitype 接口
|
||||
* @return 结果
|
||||
*/
|
||||
public int insertSysApitype(SysApitype sysApitype);
|
||||
|
||||
/**
|
||||
* 修改接口
|
||||
*
|
||||
* @param sysApitype 接口
|
||||
* @return 结果
|
||||
*/
|
||||
public int updateSysApitype(SysApitype sysApitype);
|
||||
|
||||
/**
|
||||
* 批量删除接口
|
||||
*
|
||||
* @param sysIds 需要删除的接口主键集合
|
||||
* @return 结果
|
||||
*/
|
||||
public int deleteSysApitypeBySysIds(Long[] sysIds);
|
||||
|
||||
/**
|
||||
* 删除接口信息
|
||||
*
|
||||
* @param sysId 接口主键
|
||||
* @return 结果
|
||||
*/
|
||||
public int deleteSysApitypeBySysId(Long sysId);
|
||||
}
|
|
@ -0,0 +1,39 @@
|
|||
package com.muyu.market.service;
|
||||
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.muyu.market.domain.SysDatawarehouse;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 订单详情Service接口
|
||||
*
|
||||
* @author 2112A
|
||||
* @date 2024-09-01
|
||||
*/
|
||||
public interface ISysDatawarehouseService extends IService<SysDatawarehouse> {
|
||||
/**
|
||||
* 精确查询订单详情
|
||||
*
|
||||
* @param orderId 订单详情主键
|
||||
* @return 订单详情
|
||||
*/
|
||||
public SysDatawarehouse selectSysDatawarehouseByOrderId(Long orderId);
|
||||
|
||||
/**
|
||||
* 查询订单详情列表
|
||||
*
|
||||
* @param sysDatawarehouse 订单详情
|
||||
* @return 订单详情集合
|
||||
*/
|
||||
public List<SysDatawarehouse> selectSysDatawarehouseList(SysDatawarehouse sysDatawarehouse);
|
||||
|
||||
/**
|
||||
* 判断 订单详情 id是否唯一
|
||||
* @param sysDatawarehouse 订单详情
|
||||
* @return 结果
|
||||
*/
|
||||
Boolean checkIdUnique(SysDatawarehouse sysDatawarehouse);
|
||||
|
||||
}
|
|
@ -0,0 +1,41 @@
|
|||
package com.muyu.market.service;
|
||||
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.muyu.market.domain.SysFirm;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* firmListService接口
|
||||
*
|
||||
* @author 2112A
|
||||
* @date 2024-08-25
|
||||
*/
|
||||
@Service
|
||||
public interface ISysFirminfoService extends IService<SysFirm> {
|
||||
/**
|
||||
* 精确查询firmList
|
||||
*
|
||||
* @param adminsid firmList主键
|
||||
* @return firmList
|
||||
*/
|
||||
public SysFirm selectSysFirminfoByAdminsid(Long adminsid);
|
||||
|
||||
/**
|
||||
* 查询firmList列表
|
||||
*
|
||||
* @param sysFirm firmList
|
||||
* @return firmList集合
|
||||
*/
|
||||
public List<SysFirm> selectSysFirminfoList(SysFirm sysFirm);
|
||||
|
||||
/**
|
||||
* 判断 firmList id是否唯一
|
||||
* @param sysFirm firmList
|
||||
* @return 结果
|
||||
*/
|
||||
Boolean checkIdUnique(SysFirm sysFirm);
|
||||
|
||||
}
|
|
@ -0,0 +1,90 @@
|
|||
package com.muyu.market.service.impl;
|
||||
|
||||
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import com.muyu.market.domain.SysApitype;
|
||||
import com.muyu.market.mapper.SysApitypeMapper;
|
||||
import com.muyu.market.service.ISysApitypeService;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 接口Service业务层处理
|
||||
*
|
||||
* @author ruoyi
|
||||
* @date 2024-08-21
|
||||
*/
|
||||
@Service
|
||||
public class SysApitypeServiceImpl extends ServiceImpl<SysApitypeMapper, SysApitype> implements ISysApitypeService {
|
||||
@Autowired
|
||||
private SysApitypeMapper sysApitypeMapper;
|
||||
|
||||
/**
|
||||
* 查询接口
|
||||
*
|
||||
* @param sysId 接口主键
|
||||
* @return 接口
|
||||
*/
|
||||
@Override
|
||||
public SysApitype selectSysApitypeBySysId(Long sysId) {
|
||||
return sysApitypeMapper.selectSysApitypeBySysId(sysId);
|
||||
}
|
||||
|
||||
/**
|
||||
* 查询接口列表
|
||||
*
|
||||
* @param sysApitype 接口
|
||||
* @return 接口
|
||||
*/
|
||||
@Override
|
||||
public List<SysApitype> selectSysApitypeList(SysApitype sysApitype) {
|
||||
return sysApitypeMapper.selectSysApitypeList(sysApitype);
|
||||
}
|
||||
|
||||
/**
|
||||
* 新增接口
|
||||
*
|
||||
* @param sysApitype 接口
|
||||
* @return 结果
|
||||
*/
|
||||
@Override
|
||||
public int insertSysApitype(SysApitype sysApitype) {
|
||||
return sysApitypeMapper.insertSysApitype(sysApitype);
|
||||
}
|
||||
|
||||
/**
|
||||
* 修改接口
|
||||
*
|
||||
* @param sysApitype 接口
|
||||
* @return 结果
|
||||
*/
|
||||
@Override
|
||||
public int updateSysApitype(SysApitype sysApitype) {
|
||||
return sysApitypeMapper.updateSysApitype(sysApitype);
|
||||
}
|
||||
|
||||
/**
|
||||
* 批量删除接口
|
||||
*
|
||||
* @param sysIds 需要删除的接口主键
|
||||
* @return 结果
|
||||
*/
|
||||
@Override
|
||||
public int deleteSysApitypeBySysIds(Long[] sysIds) {
|
||||
return sysApitypeMapper.deleteSysApitypeBySysIds(sysIds);
|
||||
}
|
||||
|
||||
/**
|
||||
* 删除接口信息
|
||||
*
|
||||
* @param sysId 接口主键
|
||||
* @return 结果
|
||||
*/
|
||||
@Override
|
||||
public int deleteSysApitypeBySysId(Long sysId) {
|
||||
return sysApitypeMapper.deleteSysApitypeBySysId(sysId);
|
||||
}
|
||||
}
|
|
@ -0,0 +1,92 @@
|
|||
package com.muyu.market.service.impl;
|
||||
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import com.muyu.market.domain.SysDatawarehouse;
|
||||
import com.muyu.market.mapper.SysDatawarehouseMapper;
|
||||
import com.muyu.market.service.ISysDatawarehouseService;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
|
||||
import com.muyu.common.core.utils.StringUtils;
|
||||
import org.springframework.util.Assert;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 订单详情Service业务层处理
|
||||
*
|
||||
* @author 2112A
|
||||
* @date 2024-09-01
|
||||
*/
|
||||
@Service
|
||||
public class SysDatawarehouseServiceImpl
|
||||
extends ServiceImpl<SysDatawarehouseMapper, SysDatawarehouse>
|
||||
implements ISysDatawarehouseService {
|
||||
|
||||
/**
|
||||
* 精确查询订单详情
|
||||
*
|
||||
* @param orderId 订单详情主键
|
||||
* @return 订单详情
|
||||
*/
|
||||
@Override
|
||||
public SysDatawarehouse selectSysDatawarehouseByOrderId(Long orderId)
|
||||
{
|
||||
LambdaQueryWrapper<SysDatawarehouse> queryWrapper = new LambdaQueryWrapper<>();
|
||||
Assert.notNull(orderId, "orderId不可为空");
|
||||
queryWrapper.eq(SysDatawarehouse::getOrderId, orderId);
|
||||
return this.getOne(queryWrapper);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 查询订单详情列表
|
||||
*
|
||||
* @param sysDatawarehouse 订单详情
|
||||
* @return 订单详情
|
||||
*/
|
||||
@Override
|
||||
public List<SysDatawarehouse> selectSysDatawarehouseList(SysDatawarehouse sysDatawarehouse)
|
||||
{
|
||||
LambdaQueryWrapper<SysDatawarehouse> queryWrapper = new LambdaQueryWrapper<>();
|
||||
if (StringUtils.isNotEmpty(sysDatawarehouse.getOrderBian())){
|
||||
queryWrapper.eq(SysDatawarehouse::getOrderBian, sysDatawarehouse.getOrderBian());
|
||||
}
|
||||
// if (StringUtils.isNotEmpty(sysDatawarehouse.getOrderTime())){
|
||||
// queryWrapper.eq(SysDatawarehouse::getOrderTime, sysDatawarehouse.getOrderTime());
|
||||
// }
|
||||
// if (StringUtils.isNotEmpty(sysDatawarehouse.getUserId())){
|
||||
// queryWrapper.eq(SysDatawarehouse::getUserId, sysDatawarehouse.getUserId());
|
||||
// }
|
||||
if (StringUtils.isNotEmpty(sysDatawarehouse.getShopName())){
|
||||
queryWrapper.like(SysDatawarehouse::getShopName, sysDatawarehouse.getShopName());
|
||||
}
|
||||
if (StringUtils.isNotEmpty(sysDatawarehouse.getOrderName())){
|
||||
queryWrapper.like(SysDatawarehouse::getOrderName, sysDatawarehouse.getOrderName());
|
||||
}
|
||||
if (StringUtils.isNotEmpty(sysDatawarehouse.getPhone())){
|
||||
queryWrapper.eq(SysDatawarehouse::getPhone, sysDatawarehouse.getPhone());
|
||||
}
|
||||
// if (StringUtils.isNotEmpty(sysDatawarehouse.getOrderScore())){
|
||||
// queryWrapper.eq(SysDatawarehouse::getOrderScore, sysDatawarehouse.getOrderScore());
|
||||
// }
|
||||
if (StringUtils.isNotEmpty(sysDatawarehouse.getPayway())){
|
||||
queryWrapper.eq(SysDatawarehouse::getPayway, sysDatawarehouse.getPayway());
|
||||
}
|
||||
return this.list(queryWrapper);
|
||||
}
|
||||
|
||||
/**
|
||||
* 唯一 判断
|
||||
* @param sysDatawarehouse 订单详情
|
||||
* @return 订单详情
|
||||
*/
|
||||
@Override
|
||||
public Boolean checkIdUnique(SysDatawarehouse sysDatawarehouse) {
|
||||
LambdaQueryWrapper<SysDatawarehouse> queryWrapper = new LambdaQueryWrapper<>();
|
||||
queryWrapper.eq(SysDatawarehouse::getOrderId, sysDatawarehouse.getOrderId());
|
||||
return this.count(queryWrapper) > 0;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,72 @@
|
|||
package com.muyu.market.service.impl;
|
||||
|
||||
|
||||
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
|
||||
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||
import com.muyu.common.core.utils.StringUtils;
|
||||
import com.muyu.market.domain.SysFirm;
|
||||
import com.muyu.market.mapper.SysFirminfoMapper;
|
||||
import com.muyu.market.service.ISysFirminfoService;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
import org.springframework.util.Assert;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* firmListService业务层处理
|
||||
*
|
||||
* @author 2112A
|
||||
* @date 2024-08-25
|
||||
*/
|
||||
@Service
|
||||
public class SysFirminfoServiceImpl
|
||||
extends ServiceImpl<SysFirminfoMapper, SysFirm>
|
||||
implements ISysFirminfoService {
|
||||
|
||||
@Autowired
|
||||
private SysFirminfoMapper sysFirminfoMapper;
|
||||
/**
|
||||
* 精确查询firmList
|
||||
*
|
||||
* @param adminsid firmList主键
|
||||
* @return firmList
|
||||
*/
|
||||
@Override
|
||||
public SysFirm selectSysFirminfoByAdminsid(Long adminsid)
|
||||
{
|
||||
LambdaQueryWrapper<SysFirm> queryWrapper = new LambdaQueryWrapper<>();
|
||||
Assert.notNull(adminsid, "adminsid不可为空");
|
||||
queryWrapper.eq(SysFirm::getFirmId, adminsid);
|
||||
return this.getOne(queryWrapper);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 查询firmList列表
|
||||
*
|
||||
* @param sysFirm firmList
|
||||
* @return firmList
|
||||
*/
|
||||
@Override
|
||||
public List<SysFirm> selectSysFirminfoList(SysFirm sysFirm)
|
||||
{
|
||||
return sysFirminfoMapper.selectSysApitypeList(sysFirm);
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* 唯一 判断
|
||||
* @param sysFirm firmList
|
||||
* @return firmList
|
||||
*/
|
||||
@Override
|
||||
public Boolean checkIdUnique(SysFirm sysFirm) {
|
||||
LambdaQueryWrapper<SysFirm> queryWrapper = new LambdaQueryWrapper<>();
|
||||
queryWrapper.eq(SysFirm::getFirmId, sysFirm.getFirmId());
|
||||
return this.count(queryWrapper) > 0;
|
||||
}
|
||||
|
||||
}
|
|
@ -0,0 +1,2 @@
|
|||
Spring Boot Version: ${spring-boot.version}
|
||||
Spring Application Name: ${spring.application.name}
|
|
@ -0,0 +1,51 @@
|
|||
# Tomcat
|
||||
server:
|
||||
port: 10008
|
||||
|
||||
# nacos线上地址
|
||||
nacos:
|
||||
addr: 10.0.1.97:8848
|
||||
user-name: nacos
|
||||
password: nacos
|
||||
namespace: cloud-2112
|
||||
|
||||
# Spring
|
||||
spring:
|
||||
main:
|
||||
allow-bean-definition-overriding: true
|
||||
application:
|
||||
# 应用名称
|
||||
name: cloud-apimaster
|
||||
profiles:
|
||||
# 环境配置
|
||||
active: dev
|
||||
cloud:
|
||||
nacos:
|
||||
discovery:
|
||||
# 服务注册地址
|
||||
server-addr: ${nacos.addr}
|
||||
|
||||
# 命名空间
|
||||
namespace: ${nacos.namespace}
|
||||
config:
|
||||
# 服务注册地址
|
||||
server-addr: ${nacos.addr}
|
||||
|
||||
# 命名空间
|
||||
namespace: ${nacos.namespace}
|
||||
# 配置文件格式
|
||||
file-extension: yml
|
||||
# 共享配置
|
||||
shared-configs:
|
||||
# 系统共享配置
|
||||
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
||||
# 系统环境Config共享配置
|
||||
- application-config-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
||||
# xxl-job 配置文件
|
||||
- application-xxl-config-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
||||
# rabbit 配置文件
|
||||
- application-rabbit-config-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
||||
|
||||
logging:
|
||||
level:
|
||||
com.muyu.system.mapper: DEBUG
|
|
@ -0,0 +1,74 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<configuration scan="true" scanPeriod="60 seconds" debug="false">
|
||||
<!-- 日志存放路径 -->
|
||||
<property name="log.path" value="logs/cloud-system"/>
|
||||
<!-- 日志输出格式 -->
|
||||
<property name="log.pattern" value="%d{HH:mm:ss.SSS} [%thread] %-5level %logger{20} - [%method,%line] - %msg%n"/>
|
||||
|
||||
<!-- 控制台输出 -->
|
||||
<appender name="console" class="ch.qos.logback.core.ConsoleAppender">
|
||||
<encoder>
|
||||
<pattern>${log.pattern}</pattern>
|
||||
</encoder>
|
||||
</appender>
|
||||
|
||||
<!-- 系统日志输出 -->
|
||||
<appender name="file_info" class="ch.qos.logback.core.rolling.RollingFileAppender">
|
||||
<file>${log.path}/info.log</file>
|
||||
<!-- 循环政策:基于时间创建日志文件 -->
|
||||
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
|
||||
<!-- 日志文件名格式 -->
|
||||
<fileNamePattern>${log.path}/info.%d{yyyy-MM-dd}.log</fileNamePattern>
|
||||
<!-- 日志最大的历史 60天 -->
|
||||
<maxHistory>60</maxHistory>
|
||||
</rollingPolicy>
|
||||
<encoder>
|
||||
<pattern>${log.pattern}</pattern>
|
||||
</encoder>
|
||||
<filter class="ch.qos.logback.classic.filter.LevelFilter">
|
||||
<!-- 过滤的级别 -->
|
||||
<level>INFO</level>
|
||||
<!-- 匹配时的操作:接收(记录) -->
|
||||
<onMatch>ACCEPT</onMatch>
|
||||
<!-- 不匹配时的操作:拒绝(不记录) -->
|
||||
<onMismatch>DENY</onMismatch>
|
||||
</filter>
|
||||
</appender>
|
||||
|
||||
<appender name="file_error" class="ch.qos.logback.core.rolling.RollingFileAppender">
|
||||
<file>${log.path}/error.log</file>
|
||||
<!-- 循环政策:基于时间创建日志文件 -->
|
||||
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
|
||||
<!-- 日志文件名格式 -->
|
||||
<fileNamePattern>${log.path}/error.%d{yyyy-MM-dd}.log</fileNamePattern>
|
||||
<!-- 日志最大的历史 60天 -->
|
||||
<maxHistory>60</maxHistory>
|
||||
</rollingPolicy>
|
||||
<encoder>
|
||||
<pattern>${log.pattern}</pattern>
|
||||
</encoder>
|
||||
<filter class="ch.qos.logback.classic.filter.LevelFilter">
|
||||
<!-- 过滤的级别 -->
|
||||
<level>ERROR</level>
|
||||
<!-- 匹配时的操作:接收(记录) -->
|
||||
<onMatch>ACCEPT</onMatch>
|
||||
<!-- 不匹配时的操作:拒绝(不记录) -->
|
||||
<onMismatch>DENY</onMismatch>
|
||||
</filter>
|
||||
</appender>
|
||||
|
||||
<!-- 系统模块日志级别控制 -->
|
||||
<logger name="com.muyu" level="info"/>
|
||||
<!-- Spring日志级别控制 -->
|
||||
<logger name="org.springframework" level="warn"/>
|
||||
|
||||
<root level="info">
|
||||
<appender-ref ref="console"/>
|
||||
</root>
|
||||
|
||||
<!--系统操作日志-->
|
||||
<root level="info">
|
||||
<appender-ref ref="file_info"/>
|
||||
<appender-ref ref="file_error"/>
|
||||
</root>
|
||||
</configuration>
|
|
@ -0,0 +1,81 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<configuration scan="true" scanPeriod="60 seconds" debug="false">
|
||||
<!-- 日志存放路径 -->
|
||||
<property name="log.path" value="logs/cloud-system"/>
|
||||
<!-- 日志输出格式 -->
|
||||
<property name="log.pattern" value="%d{HH:mm:ss.SSS} [%thread] %-5level %logger{20} - [%method,%line] - %msg%n"/>
|
||||
<property name="log.sky.pattern" value="%d{HH:mm:ss.SSS} %yellow([%tid]) [%thread] %-5level %logger{20} - [%method,%line] - %msg%n"/>
|
||||
|
||||
<!-- 控制台输出 -->
|
||||
<appender name="console" class="ch.qos.logback.core.ConsoleAppender">
|
||||
<encoder>
|
||||
<pattern>${log.sky.pattern}</pattern>
|
||||
</encoder>
|
||||
</appender>
|
||||
|
||||
<!-- 系统日志输出 -->
|
||||
<appender name="file_info" class="ch.qos.logback.core.rolling.RollingFileAppender">
|
||||
<file>${log.path}/info.log</file>
|
||||
<!-- 循环政策:基于时间创建日志文件 -->
|
||||
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
|
||||
<!-- 日志文件名格式 -->
|
||||
<fileNamePattern>${log.path}/info.%d{yyyy-MM-dd}.log</fileNamePattern>
|
||||
<!-- 日志最大的历史 60天 -->
|
||||
<maxHistory>60</maxHistory>
|
||||
</rollingPolicy>
|
||||
|
||||
<filter class="ch.qos.logback.classic.filter.LevelFilter">
|
||||
<!-- 过滤的级别 -->
|
||||
<level>INFO</level>
|
||||
<!-- 匹配时的操作:接收(记录) -->
|
||||
<onMatch>ACCEPT</onMatch>
|
||||
<!-- 不匹配时的操作:拒绝(不记录) -->
|
||||
<onMismatch>DENY</onMismatch>
|
||||
</filter>
|
||||
</appender>
|
||||
|
||||
<appender name="file_error" class="ch.qos.logback.core.rolling.RollingFileAppender">
|
||||
<file>${log.path}/error.log</file>
|
||||
<!-- 循环政策:基于时间创建日志文件 -->
|
||||
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
|
||||
<!-- 日志文件名格式 -->
|
||||
<fileNamePattern>${log.path}/error.%d{yyyy-MM-dd}.log</fileNamePattern>
|
||||
<!-- 日志最大的历史 60天 -->
|
||||
<maxHistory>60</maxHistory>
|
||||
</rollingPolicy>
|
||||
|
||||
<filter class="ch.qos.logback.classic.filter.LevelFilter">
|
||||
<!-- 过滤的级别 -->
|
||||
<level>ERROR</level>
|
||||
<!-- 匹配时的操作:接收(记录) -->
|
||||
<onMatch>ACCEPT</onMatch>
|
||||
<!-- 不匹配时的操作:拒绝(不记录) -->
|
||||
<onMismatch>DENY</onMismatch>
|
||||
</filter>
|
||||
</appender>
|
||||
|
||||
<!-- 使用gRpc将日志发送到skywalking服务端 -->
|
||||
<appender name="GRPC_LOG" class="org.apache.skywalking.apm.toolkit.log.logback.v1.x.log.GRPCLogClientAppender">
|
||||
<encoder class="ch.qos.logback.core.encoder.LayoutWrappingEncoder">
|
||||
<layout class="org.apache.skywalking.apm.toolkit.log.logback.v1.x.TraceIdPatternLogbackLayout">
|
||||
<Pattern>${log.sky.pattern}</Pattern>
|
||||
</layout>
|
||||
</encoder>
|
||||
</appender>
|
||||
|
||||
<!-- 系统模块日志级别控制 -->
|
||||
<logger name="com.muyu" level="info"/>
|
||||
<!-- Spring日志级别控制 -->
|
||||
<logger name="org.springframework" level="warn"/>
|
||||
|
||||
<root level="info">
|
||||
<appender-ref ref="GRPC_LOG"/>
|
||||
<appender-ref ref="console"/>
|
||||
</root>
|
||||
|
||||
<!--系统操作日志-->
|
||||
<root level="info">
|
||||
<appender-ref ref="file_info"/>
|
||||
<appender-ref ref="file_error"/>
|
||||
</root>
|
||||
</configuration>
|
|
@ -0,0 +1,81 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<configuration scan="true" scanPeriod="60 seconds" debug="false">
|
||||
<!-- 日志存放路径 -->
|
||||
<property name="log.path" value="logs/cloud-system"/>
|
||||
<!-- 日志输出格式 -->
|
||||
<property name="log.pattern" value="%d{HH:mm:ss.SSS} [%thread] %-5level %logger{20} - [%method,%line] - %msg%n"/>
|
||||
<property name="log.sky.pattern" value="%d{HH:mm:ss.SSS} %yellow([%tid]) [%thread] %-5level %logger{20} - [%method,%line] - %msg%n"/>
|
||||
|
||||
<!-- 控制台输出 -->
|
||||
<appender name="console" class="ch.qos.logback.core.ConsoleAppender">
|
||||
<encoder>
|
||||
<pattern>${log.sky.pattern}</pattern>
|
||||
</encoder>
|
||||
</appender>
|
||||
|
||||
<!-- 系统日志输出 -->
|
||||
<appender name="file_info" class="ch.qos.logback.core.rolling.RollingFileAppender">
|
||||
<file>${log.path}/info.log</file>
|
||||
<!-- 循环政策:基于时间创建日志文件 -->
|
||||
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
|
||||
<!-- 日志文件名格式 -->
|
||||
<fileNamePattern>${log.path}/info.%d{yyyy-MM-dd}.log</fileNamePattern>
|
||||
<!-- 日志最大的历史 60天 -->
|
||||
<maxHistory>60</maxHistory>
|
||||
</rollingPolicy>
|
||||
|
||||
<filter class="ch.qos.logback.classic.filter.LevelFilter">
|
||||
<!-- 过滤的级别 -->
|
||||
<level>INFO</level>
|
||||
<!-- 匹配时的操作:接收(记录) -->
|
||||
<onMatch>ACCEPT</onMatch>
|
||||
<!-- 不匹配时的操作:拒绝(不记录) -->
|
||||
<onMismatch>DENY</onMismatch>
|
||||
</filter>
|
||||
</appender>
|
||||
|
||||
<appender name="file_error" class="ch.qos.logback.core.rolling.RollingFileAppender">
|
||||
<file>${log.path}/error.log</file>
|
||||
<!-- 循环政策:基于时间创建日志文件 -->
|
||||
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
|
||||
<!-- 日志文件名格式 -->
|
||||
<fileNamePattern>${log.path}/error.%d{yyyy-MM-dd}.log</fileNamePattern>
|
||||
<!-- 日志最大的历史 60天 -->
|
||||
<maxHistory>60</maxHistory>
|
||||
</rollingPolicy>
|
||||
|
||||
<filter class="ch.qos.logback.classic.filter.LevelFilter">
|
||||
<!-- 过滤的级别 -->
|
||||
<level>ERROR</level>
|
||||
<!-- 匹配时的操作:接收(记录) -->
|
||||
<onMatch>ACCEPT</onMatch>
|
||||
<!-- 不匹配时的操作:拒绝(不记录) -->
|
||||
<onMismatch>DENY</onMismatch>
|
||||
</filter>
|
||||
</appender>
|
||||
|
||||
<!-- 使用gRpc将日志发送到skywalking服务端 -->
|
||||
<appender name="GRPC_LOG" class="org.apache.skywalking.apm.toolkit.log.logback.v1.x.log.GRPCLogClientAppender">
|
||||
<encoder class="ch.qos.logback.core.encoder.LayoutWrappingEncoder">
|
||||
<layout class="org.apache.skywalking.apm.toolkit.log.logback.v1.x.TraceIdPatternLogbackLayout">
|
||||
<Pattern>${log.sky.pattern}</Pattern>
|
||||
</layout>
|
||||
</encoder>
|
||||
</appender>
|
||||
|
||||
<!-- 系统模块日志级别控制 -->
|
||||
<logger name="com.muyu" level="info"/>
|
||||
<!-- Spring日志级别控制 -->
|
||||
<logger name="org.springframework" level="warn"/>
|
||||
|
||||
<root level="info">
|
||||
<appender-ref ref="GRPC_LOG"/>
|
||||
<appender-ref ref="console"/>
|
||||
</root>
|
||||
|
||||
<!--系统操作日志-->
|
||||
<root level="info">
|
||||
<appender-ref ref="file_info"/>
|
||||
<appender-ref ref="file_error"/>
|
||||
</root>
|
||||
</configuration>
|
|
@ -0,0 +1,81 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE mapper
|
||||
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.muyu.market.mapper.SysApitypeMapper">
|
||||
|
||||
<resultMap type="SysApitype" id="SysApitypeResult">
|
||||
<result property="sysId" column="sys_id" />
|
||||
<result property="sysSerial" column="sys_serial" />
|
||||
<result property="sysIntro" column="sys_intro" />
|
||||
<result property="sysTypes" column="sys_types" />
|
||||
<result property="sysBeihzu" column="sys_beihzu" />
|
||||
<result property="sysLeixingpick" column="sys_leixingpick" />
|
||||
<result property="sysNumber" column="sys_number" />
|
||||
</resultMap>
|
||||
|
||||
<sql id="selectSysApitypeVo">
|
||||
select sys_id, sys_serial, sys_intro, sys_types, sys_beihzu, sys_leixingpick, sys_number from sys_apitype
|
||||
</sql>
|
||||
|
||||
<select id="selectSysApitypeList" parameterType="SysApitype" resultMap="SysApitypeResult">
|
||||
<include refid="selectSysApitypeVo"/>
|
||||
<where>
|
||||
<if test="sysSerial != null and sysSerial != ''"> and sys_serial = #{sysSerial}</if>
|
||||
<if test="sysIntro != null and sysIntro != ''"> and sys_intro = #{sysIntro}</if>
|
||||
<if test="sysTypes != null "> and sys_types = #{sysTypes}</if>
|
||||
<if test="sysBeihzu != null and sysBeihzu != ''"> and sys_beihzu = #{sysBeihzu}</if>
|
||||
<if test="sysLeixingpick != null "> and sys_leixingpick = #{sysLeixingpick}</if>
|
||||
<if test="sysNumber != null "> and sys_number = #{sysNumber}</if>
|
||||
</where>
|
||||
</select>
|
||||
|
||||
<select id="selectSysApitypeBySysId" parameterType="Long" resultMap="SysApitypeResult">
|
||||
<include refid="selectSysApitypeVo"/>
|
||||
where sys_id = #{sysId}
|
||||
</select>
|
||||
|
||||
<insert id="insertSysApitype" parameterType="SysApitype" useGeneratedKeys="true" keyProperty="sysId">
|
||||
insert into sys_apitype
|
||||
<trim prefix="(" suffix=")" suffixOverrides=",">
|
||||
<if test="sysSerial != null">sys_serial,</if>
|
||||
<if test="sysIntro != null">sys_intro,</if>
|
||||
<if test="sysTypes != null">sys_types,</if>
|
||||
<if test="sysBeihzu != null">sys_beihzu,</if>
|
||||
<if test="sysLeixingpick != null">sys_leixingpick,</if>
|
||||
<if test="sysNumber != null">sys_number,</if>
|
||||
</trim>
|
||||
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
||||
<if test="sysSerial != null">#{sysSerial},</if>
|
||||
<if test="sysIntro != null">#{sysIntro},</if>
|
||||
<if test="sysTypes != null">#{sysTypes},</if>
|
||||
<if test="sysBeihzu != null">#{sysBeihzu},</if>
|
||||
<if test="sysLeixingpick != null">#{sysLeixingpick},</if>
|
||||
<if test="sysNumber != null">#{sysNumber},</if>
|
||||
</trim>
|
||||
</insert>
|
||||
|
||||
<update id="updateSysApitype" parameterType="SysApitype">
|
||||
update sys_apitype
|
||||
<trim prefix="SET" suffixOverrides=",">
|
||||
<if test="sysSerial != null">sys_serial = #{sysSerial},</if>
|
||||
<if test="sysIntro != null">sys_intro = #{sysIntro},</if>
|
||||
<if test="sysTypes != null">sys_types = #{sysTypes},</if>
|
||||
<if test="sysBeihzu != null">sys_beihzu = #{sysBeihzu},</if>
|
||||
<if test="sysLeixingpick != null">sys_leixingpick = #{sysLeixingpick},</if>
|
||||
<if test="sysNumber != null">sys_number = #{sysNumber},</if>
|
||||
</trim>
|
||||
where sys_id = #{sysId}
|
||||
</update>
|
||||
|
||||
<delete id="deleteSysApitypeBySysId" parameterType="Long">
|
||||
delete from sys_apitype where sys_id = #{sysId}
|
||||
</delete>
|
||||
|
||||
<delete id="deleteSysApitypeBySysIds" parameterType="String">
|
||||
delete from sys_apitype where sys_id in
|
||||
<foreach item="sysId" collection="array" open="(" separator="," close=")">
|
||||
#{sysId}
|
||||
</foreach>
|
||||
</delete>
|
||||
</mapper>
|
|
@ -0,0 +1,91 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE mapper
|
||||
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.muyu.market.mapper.SysDatawarehouseMapper">
|
||||
|
||||
<resultMap type="com.muyu.market.domain.SysDatawarehouse" id="SysDatawarehouseResult">
|
||||
<result property="orderId" column="order_id" />
|
||||
<result property="orderBian" column="order_bian" />
|
||||
<result property="orderTime" column="order_time" />
|
||||
<result property="userId" column="user_id" />
|
||||
<result property="shopName" column="shop_name" />
|
||||
<result property="orderName" column="order_name" />
|
||||
<result property="phone" column="phone" />
|
||||
<result property="orderScore" column="order_score" />
|
||||
<result property="payway" column="payway" />
|
||||
</resultMap>
|
||||
|
||||
<sql id="selectSysDatawarehouseVo">
|
||||
select order_id, order_bian, order_time, user_id, shop_name, order_name, phone, order_score, payway from sys_datawarehouse
|
||||
</sql>
|
||||
|
||||
<select id="selectSysDatawarehouseList" parameterType="com.muyu.market.domain.SysDatawarehouse" resultMap="SysDatawarehouseResult">
|
||||
<include refid="selectSysDatawarehouseVo"/>
|
||||
<where>
|
||||
<if test="orderBian != null and orderBian != ''"> and order_bian = #{orderBian}</if>
|
||||
<if test="orderTime != null "> and order_time = #{orderTime}</if>
|
||||
<if test="userId != null "> and user_id = #{userId}</if>
|
||||
<if test="shopName != null and shopName != ''"> and shop_name like concat('%', #{shopName}, '%')</if>
|
||||
<if test="orderName != null and orderName != ''"> and order_name like concat('%', #{orderName}, '%')</if>
|
||||
<if test="phone != null and phone != ''"> and phone = #{phone}</if>
|
||||
<if test="orderScore != null "> and order_score = #{orderScore}</if>
|
||||
<if test="payway != null and payway != ''"> and payway = #{payway}</if>
|
||||
</where>
|
||||
</select>
|
||||
|
||||
<select id="selectSysDatawarehouseByOrderId" parameterType="Long" resultMap="SysDatawarehouseResult">
|
||||
<include refid="selectSysDatawarehouseVo"/>
|
||||
where order_id = #{orderId}
|
||||
</select>
|
||||
|
||||
<insert id="insertSysDatawarehouse" parameterType="com.muyu.market.domain.SysDatawarehouse" useGeneratedKeys="true" keyProperty="orderId">
|
||||
insert into sys_datawarehouse
|
||||
<trim prefix="(" suffix=")" suffixOverrides=",">
|
||||
<if test="orderBian != null">order_bian,</if>
|
||||
<if test="orderTime != null">order_time,</if>
|
||||
<if test="userId != null">user_id,</if>
|
||||
<if test="shopName != null">shop_name,</if>
|
||||
<if test="orderName != null">order_name,</if>
|
||||
<if test="phone != null">phone,</if>
|
||||
<if test="orderScore != null">order_score,</if>
|
||||
<if test="payway != null">payway,</if>
|
||||
</trim>
|
||||
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
||||
<if test="orderBian != null">#{orderBian},</if>
|
||||
<if test="orderTime != null">#{orderTime},</if>
|
||||
<if test="userId != null">#{userId},</if>
|
||||
<if test="shopName != null">#{shopName},</if>
|
||||
<if test="orderName != null">#{orderName},</if>
|
||||
<if test="phone != null">#{phone},</if>
|
||||
<if test="orderScore != null">#{orderScore},</if>
|
||||
<if test="payway != null">#{payway},</if>
|
||||
</trim>
|
||||
</insert>
|
||||
|
||||
<update id="updateSysDatawarehouse" parameterType="com.muyu.market.domain.SysDatawarehouse">
|
||||
update sys_datawarehouse
|
||||
<trim prefix="SET" suffixOverrides=",">
|
||||
<if test="orderBian != null">order_bian = #{orderBian},</if>
|
||||
<if test="orderTime != null">order_time = #{orderTime},</if>
|
||||
<if test="userId != null">user_id = #{userId},</if>
|
||||
<if test="shopName != null">shop_name = #{shopName},</if>
|
||||
<if test="orderName != null">order_name = #{orderName},</if>
|
||||
<if test="phone != null">phone = #{phone},</if>
|
||||
<if test="orderScore != null">order_score = #{orderScore},</if>
|
||||
<if test="payway != null">payway = #{payway},</if>
|
||||
</trim>
|
||||
where order_id = #{orderId}
|
||||
</update>
|
||||
|
||||
<delete id="deleteSysDatawarehouseByOrderId" parameterType="Long">
|
||||
delete from sys_datawarehouse where order_id = #{orderId}
|
||||
</delete>
|
||||
|
||||
<delete id="deleteSysDatawarehouseByOrderIds" parameterType="String">
|
||||
delete from sys_datawarehouse where order_id in
|
||||
<foreach item="orderId" collection="array" open="(" separator="," close=")">
|
||||
#{orderId}
|
||||
</foreach>
|
||||
</delete>
|
||||
</mapper>
|
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE mapper
|
||||
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.muyu.market.mapper.SysFirminfoMapper">
|
||||
<resultMap type="com.muyu.market.domain.SysFirm" id="SysFirmResult">
|
||||
<result property="firmId" column="firm_id" />
|
||||
<result property="adminsid" column="adminsid" />
|
||||
<result property="firmTem" column="firm_tem" />
|
||||
<result property="names" column="names" />
|
||||
<result property="position" column="position" />
|
||||
<result property="firmRegion" column="firm_region" />
|
||||
<result property="firmFrom" column="firm_from" />
|
||||
<result property="socialReputation" column="social_reputation" />
|
||||
<result property="businessLicense" column="business_license" />
|
||||
<result property="firmTime" column="firm_time" />
|
||||
<result property="firmScore" column="firm_score" />
|
||||
</resultMap>
|
||||
|
||||
<sql id="selectSysFirminfoVo">
|
||||
select firm_id, adminsid,firm_tem, names, position, firm_region, firm_from, social_reputation, business_license, firm_time, firm_score from sys_firminfo
|
||||
</sql>
|
||||
<select id="selectSysApitypeList" resultType="com.muyu.market.domain.SysFirm">
|
||||
<include refid="selectSysFirminfoVo"/>
|
||||
|
||||
</select>
|
||||
</mapper>
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
10:24:58.768 [http-nio-10008-exec-2] ERROR c.m.c.s.h.GlobalExceptionHandler - [handleNotPermissionException,38] - 请求地址'/datawarehouse/list',权限码校验失败'ruleEngine:datawarehouse:list'
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,4 @@
|
|||
11:36:59.819 [main] INFO c.m.MarketApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev"
|
||||
11:37:02.370 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
|
||||
11:37:02.371 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24]
|
||||
11:37:02.458 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,336 @@
|
|||
10:20:31.942 [main] INFO c.m.m.MarkerInfoApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev"
|
||||
10:20:34.505 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-10008"]
|
||||
10:20:34.507 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
|
||||
10:20:34.507 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24]
|
||||
10:20:34.575 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
|
||||
10:20:37.110 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited
|
||||
10:20:37.110 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
|
||||
10:20:37.112 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
|
||||
10:20:38.057 [main] INFO c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
|
||||
10:20:41.856 [main] INFO c.m.c.r.RabbitConfig - [init,27] - Rabbit模块 启动成功!
|
||||
10:20:42.165 [main] INFO c.m.c.x.XXLJobConfig - [xxlJobExecutor,25] - >>>>>>>>>>> xxl-job config init success.
|
||||
10:20:44.572 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-no-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@60d1b2a7[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoNoParam]
|
||||
10:20:44.573 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-one-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@42a3e521[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoOneParam]
|
||||
10:20:44.667 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-10008"]
|
||||
10:20:44.799 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,82] - >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9999
|
||||
10:20:45.800 [main] INFO c.a.n.client.naming - [initNamespaceForNaming,62] - initializer namespace from ans.namespace attribute : null
|
||||
10:20:45.800 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$0,66] - initializer namespace from ALIBABA_ALIWARE_NAMESPACE attribute :null
|
||||
10:20:45.801 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$1,73] - initializer namespace from namespace attribute :null
|
||||
10:20:45.806 [main] INFO c.a.n.client.naming - [<init>,74] - FailoverDataSource type is class com.alibaba.nacos.client.naming.backups.datasource.DiskFailoverDataSource
|
||||
10:20:45.809 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
|
||||
10:20:45.809 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
|
||||
10:20:45.812 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,118] - [RpcClientFactory] create a new rpc client of 4c1f0abb-d2b4-479c-af3d-ceb920f44d89
|
||||
10:20:45.814 [main] INFO c.a.n.client.naming - [<init>,109] - Create naming rpc client for uuid->4c1f0abb-d2b4-479c-af3d-ceb920f44d89
|
||||
10:20:45.814 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [4c1f0abb-d2b4-479c-af3d-ceb920f44d89] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
|
||||
10:20:45.814 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [4c1f0abb-d2b4-479c-af3d-ceb920f44d89] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
|
||||
10:20:45.814 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [4c1f0abb-d2b4-479c-af3d-ceb920f44d89] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
|
||||
10:20:45.815 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [4c1f0abb-d2b4-479c-af3d-ceb920f44d89] Try to connect to server on start up, server: {serverIp = '10.0.1.97', server main port = 8848}
|
||||
10:20:45.815 [main] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:10.0.1.97 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
|
||||
10:20:46.026 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [4c1f0abb-d2b4-479c-af3d-ceb920f44d89] Success to connect to server [10.0.1.97:8848] on start up, connectionId = 1725243645486_10.0.1.6_64307
|
||||
10:20:46.026 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [4c1f0abb-d2b4-479c-af3d-ceb920f44d89] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
|
||||
10:20:46.026 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [4c1f0abb-d2b4-479c-af3d-ceb920f44d89] Notify connected event to listeners.
|
||||
10:20:46.026 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect
|
||||
10:20:46.026 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [4c1f0abb-d2b4-479c-af3d-ceb920f44d89] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$645/0x00000254c04661d0
|
||||
10:20:46.027 [main] INFO c.a.n.client.naming - [registerService,133] - [REGISTER-SERVICE] cloud-2112 registering service cloud-apimaster with instance Instance{instanceId='null', ip='192.168.1.134', port=10008, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={IPv6=null, preserved.register.source=SPRING_CLOUD}}
|
||||
10:20:46.050 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,76] - nacos registry, DEFAULT_GROUP cloud-apimaster 192.168.1.134:10008 register finished
|
||||
10:20:47.179 [main] INFO c.m.m.MarkerInfoApplication - [logStarted,56] - Started MarkerInfoApplication in 19.743 seconds (process running for 20.413)
|
||||
10:20:47.186 [main] INFO c.a.n.c.c.i.CacheData - [initNotifyWarnTimeout,72] - config listener notify warn timeout millis use default 60000 millis
|
||||
10:20:47.186 [main] INFO c.a.n.c.c.i.CacheData - [<clinit>,99] - nacos.cache.data.init.snapshot = true
|
||||
10:20:47.187 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-cloud-2112-10.0.1.97_8848] [subscribe] cloud-apimaster.yml+DEFAULT_GROUP+cloud-2112
|
||||
10:20:47.191 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-cloud-2112-10.0.1.97_8848] [add-listener] ok, tenant=cloud-2112, dataId=cloud-apimaster.yml, group=DEFAULT_GROUP, cnt=1
|
||||
10:20:47.192 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-apimaster.yml, group=DEFAULT_GROUP
|
||||
10:20:47.193 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-cloud-2112-10.0.1.97_8848] [subscribe] cloud-apimaster-dev.yml+DEFAULT_GROUP+cloud-2112
|
||||
10:20:47.193 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-cloud-2112-10.0.1.97_8848] [add-listener] ok, tenant=cloud-2112, dataId=cloud-apimaster-dev.yml, group=DEFAULT_GROUP, cnt=1
|
||||
10:20:47.193 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-apimaster-dev.yml, group=DEFAULT_GROUP
|
||||
10:20:47.194 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-cloud-2112-10.0.1.97_8848] [subscribe] cloud-apimaster+DEFAULT_GROUP+cloud-2112
|
||||
10:20:47.194 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-cloud-2112-10.0.1.97_8848] [add-listener] ok, tenant=cloud-2112, dataId=cloud-apimaster, group=DEFAULT_GROUP, cnt=1
|
||||
10:20:47.194 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-apimaster, group=DEFAULT_GROUP
|
||||
10:24:58.437 [http-nio-10008-exec-2] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
||||
10:27:38.608 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,91] - >>>>>>>>>>> xxl-job remoting server stop.
|
||||
10:27:38.623 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,87] - >>>>>>>>>>> xxl-job registry-remove success, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-apimaster', registryValue='http://192.168.33.217:9999/'}, registryResult:ReturnT [code=200, msg=null, content=null]
|
||||
10:27:38.623 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,105] - >>>>>>>>>>> xxl-job, executor registry thread destroy.
|
||||
10:27:38.623 [SpringApplicationShutdownHook] INFO c.x.j.c.s.EmbedServer - [stop,117] - >>>>>>>>>>> xxl-job remoting server destroy success.
|
||||
10:27:38.623 [xxl-job, executor JobLogFileCleanThread] INFO c.x.j.c.t.JobLogFileCleanThread - [run,99] - >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
|
||||
10:27:38.624 [xxl-job, executor TriggerCallbackThread] INFO c.x.j.c.t.TriggerCallbackThread - [run,98] - >>>>>>>>>>> xxl-job, executor callback thread destroy.
|
||||
10:27:38.624 [Thread-11] INFO c.x.j.c.t.TriggerCallbackThread - [run,128] - >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
|
||||
10:27:38.632 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,95] - De-registering from Nacos Server now...
|
||||
10:27:38.632 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [deregisterService,272] - [DEREGISTER-SERVICE] cloud-2112 deregistering service cloud-apimaster with instance: Instance{instanceId='null', ip='192.168.1.134', port=10008, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={}}
|
||||
10:27:38.789 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,115] - De-registration finished.
|
||||
10:27:38.791 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,254] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown begin
|
||||
10:27:38.791 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,180] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown begin
|
||||
10:27:38.791 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,182] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown stop
|
||||
10:27:38.791 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,256] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown stop
|
||||
10:27:38.791 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,204] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown begin
|
||||
10:27:38.791 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,147] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown begin
|
||||
10:27:38.791 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,149] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown stop
|
||||
10:27:38.791 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,218] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown begin
|
||||
10:27:38.792 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,223] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown stop
|
||||
10:27:38.792 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,468] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown begin
|
||||
10:27:38.792 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,470] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown stop
|
||||
10:27:38.792 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,487] - Shutdown naming grpc client proxy for uuid->4c1f0abb-d2b4-479c-af3d-ceb920f44d89
|
||||
10:27:38.792 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,331] - Shutdown grpc redo service executor java.util.concurrent.ScheduledThreadPoolExecutor@126f8acc[Running, pool size = 1, active threads = 0, queued tasks = 1, completed tasks = 137]
|
||||
10:27:38.792 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,425] - Shutdown rpc client, set status to shutdown
|
||||
10:27:38.792 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,427] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@dec6fa7[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
|
||||
10:27:38.792 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725243645486_10.0.1.6_64307
|
||||
10:27:38.795 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,187] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@31963e18[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 87]
|
||||
10:27:38.795 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutDownAndRemove,497] - shutdown and remove naming rpc client for uuid ->4c1f0abb-d2b4-479c-af3d-ceb920f44d89
|
||||
10:27:38.795 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialWatcher - [stop,107] - [null] CredentialWatcher is stopped
|
||||
10:27:38.795 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialService - [free,91] - [null] CredentialService is freed
|
||||
10:27:38.795 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,211] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown stop
|
||||
10:27:38.798 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
|
||||
10:27:38.799 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ...
|
||||
10:27:38.805 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed
|
||||
10:27:38.805 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success,
|
||||
10:27:38.805 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye
|
||||
10:27:50.107 [main] INFO c.m.m.MarkerInfoApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev"
|
||||
10:27:52.468 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-10008"]
|
||||
10:27:52.470 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
|
||||
10:27:52.470 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24]
|
||||
10:27:52.533 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
|
||||
10:27:53.921 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited
|
||||
10:27:53.922 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
|
||||
10:27:53.922 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
|
||||
10:27:54.885 [main] INFO c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
|
||||
10:27:58.770 [main] INFO c.m.c.r.RabbitConfig - [init,27] - Rabbit模块 启动成功!
|
||||
10:27:59.023 [main] INFO c.m.c.x.XXLJobConfig - [xxlJobExecutor,25] - >>>>>>>>>>> xxl-job config init success.
|
||||
10:28:01.368 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-one-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@5172cce4[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoOneParam]
|
||||
10:28:01.368 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-no-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@47ccb397[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoNoParam]
|
||||
10:28:01.460 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-10008"]
|
||||
10:28:01.569 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,82] - >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9999
|
||||
10:28:02.594 [main] INFO c.a.n.client.naming - [initNamespaceForNaming,62] - initializer namespace from ans.namespace attribute : null
|
||||
10:28:02.594 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$0,66] - initializer namespace from ALIBABA_ALIWARE_NAMESPACE attribute :null
|
||||
10:28:02.595 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$1,73] - initializer namespace from namespace attribute :null
|
||||
10:28:02.598 [main] INFO c.a.n.client.naming - [<init>,74] - FailoverDataSource type is class com.alibaba.nacos.client.naming.backups.datasource.DiskFailoverDataSource
|
||||
10:28:02.601 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
|
||||
10:28:02.601 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
|
||||
10:28:02.603 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,118] - [RpcClientFactory] create a new rpc client of a3db349f-2739-4efa-9f8a-ad6d944f97d2
|
||||
10:28:02.606 [main] INFO c.a.n.client.naming - [<init>,109] - Create naming rpc client for uuid->a3db349f-2739-4efa-9f8a-ad6d944f97d2
|
||||
10:28:02.606 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a3db349f-2739-4efa-9f8a-ad6d944f97d2] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
|
||||
10:28:02.606 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a3db349f-2739-4efa-9f8a-ad6d944f97d2] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
|
||||
10:28:02.607 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a3db349f-2739-4efa-9f8a-ad6d944f97d2] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
|
||||
10:28:02.607 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a3db349f-2739-4efa-9f8a-ad6d944f97d2] Try to connect to server on start up, server: {serverIp = '10.0.1.97', server main port = 8848}
|
||||
10:28:02.608 [main] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:10.0.1.97 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
|
||||
10:28:02.738 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a3db349f-2739-4efa-9f8a-ad6d944f97d2] Success to connect to server [10.0.1.97:8848] on start up, connectionId = 1725244082212_10.0.1.6_62807
|
||||
10:28:02.739 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a3db349f-2739-4efa-9f8a-ad6d944f97d2] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
|
||||
10:28:02.739 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a3db349f-2739-4efa-9f8a-ad6d944f97d2] Notify connected event to listeners.
|
||||
10:28:02.739 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a3db349f-2739-4efa-9f8a-ad6d944f97d2] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$645/0x000001683a466600
|
||||
10:28:02.739 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect
|
||||
10:28:02.740 [main] INFO c.a.n.client.naming - [registerService,133] - [REGISTER-SERVICE] cloud-2112 registering service cloud-apimaster with instance Instance{instanceId='null', ip='192.168.1.134', port=10008, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={IPv6=null, preserved.register.source=SPRING_CLOUD}}
|
||||
10:28:02.761 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,76] - nacos registry, DEFAULT_GROUP cloud-apimaster 192.168.1.134:10008 register finished
|
||||
10:28:03.906 [main] INFO c.m.m.MarkerInfoApplication - [logStarted,56] - Started MarkerInfoApplication in 17.846 seconds (process running for 18.5)
|
||||
10:28:03.915 [main] INFO c.a.n.c.c.i.CacheData - [initNotifyWarnTimeout,72] - config listener notify warn timeout millis use default 60000 millis
|
||||
10:28:03.915 [main] INFO c.a.n.c.c.i.CacheData - [<clinit>,99] - nacos.cache.data.init.snapshot = true
|
||||
10:28:03.915 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-cloud-2112-10.0.1.97_8848] [subscribe] cloud-apimaster.yml+DEFAULT_GROUP+cloud-2112
|
||||
10:28:03.920 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-cloud-2112-10.0.1.97_8848] [add-listener] ok, tenant=cloud-2112, dataId=cloud-apimaster.yml, group=DEFAULT_GROUP, cnt=1
|
||||
10:28:03.921 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-apimaster.yml, group=DEFAULT_GROUP
|
||||
10:28:03.922 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-cloud-2112-10.0.1.97_8848] [subscribe] cloud-apimaster-dev.yml+DEFAULT_GROUP+cloud-2112
|
||||
10:28:03.922 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-cloud-2112-10.0.1.97_8848] [add-listener] ok, tenant=cloud-2112, dataId=cloud-apimaster-dev.yml, group=DEFAULT_GROUP, cnt=1
|
||||
10:28:03.922 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-apimaster-dev.yml, group=DEFAULT_GROUP
|
||||
10:28:03.922 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-cloud-2112-10.0.1.97_8848] [subscribe] cloud-apimaster+DEFAULT_GROUP+cloud-2112
|
||||
10:28:03.923 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-cloud-2112-10.0.1.97_8848] [add-listener] ok, tenant=cloud-2112, dataId=cloud-apimaster, group=DEFAULT_GROUP, cnt=1
|
||||
10:28:03.923 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-apimaster, group=DEFAULT_GROUP
|
||||
10:28:13.040 [http-nio-10008-exec-2] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
||||
10:30:31.712 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,91] - >>>>>>>>>>> xxl-job remoting server stop.
|
||||
10:30:31.734 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,87] - >>>>>>>>>>> xxl-job registry-remove success, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-apimaster', registryValue='http://192.168.33.217:9999/'}, registryResult:ReturnT [code=200, msg=null, content=null]
|
||||
10:30:31.734 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,105] - >>>>>>>>>>> xxl-job, executor registry thread destroy.
|
||||
10:30:31.734 [SpringApplicationShutdownHook] INFO c.x.j.c.s.EmbedServer - [stop,117] - >>>>>>>>>>> xxl-job remoting server destroy success.
|
||||
10:30:31.735 [xxl-job, executor JobLogFileCleanThread] INFO c.x.j.c.t.JobLogFileCleanThread - [run,99] - >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
|
||||
10:30:31.735 [xxl-job, executor TriggerCallbackThread] INFO c.x.j.c.t.TriggerCallbackThread - [run,98] - >>>>>>>>>>> xxl-job, executor callback thread destroy.
|
||||
10:30:31.735 [Thread-11] INFO c.x.j.c.t.TriggerCallbackThread - [run,128] - >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
|
||||
10:30:31.743 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,95] - De-registering from Nacos Server now...
|
||||
10:30:31.743 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [deregisterService,272] - [DEREGISTER-SERVICE] cloud-2112 deregistering service cloud-apimaster with instance: Instance{instanceId='null', ip='192.168.1.134', port=10008, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={}}
|
||||
10:30:31.765 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,115] - De-registration finished.
|
||||
10:30:31.766 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,254] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown begin
|
||||
10:30:31.766 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,180] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown begin
|
||||
10:30:31.767 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,182] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown stop
|
||||
10:30:31.767 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,256] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown stop
|
||||
10:30:31.767 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,204] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown begin
|
||||
10:30:31.767 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,147] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown begin
|
||||
10:30:31.767 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,149] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown stop
|
||||
10:30:31.767 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,218] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown begin
|
||||
10:30:31.768 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,223] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown stop
|
||||
10:30:31.768 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,468] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown begin
|
||||
10:30:31.768 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,470] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown stop
|
||||
10:30:31.768 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,487] - Shutdown naming grpc client proxy for uuid->a3db349f-2739-4efa-9f8a-ad6d944f97d2
|
||||
10:30:31.768 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,331] - Shutdown grpc redo service executor java.util.concurrent.ScheduledThreadPoolExecutor@2cd78585[Running, pool size = 1, active threads = 0, queued tasks = 1, completed tasks = 49]
|
||||
10:30:31.769 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,425] - Shutdown rpc client, set status to shutdown
|
||||
10:30:31.769 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,427] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@7305401d[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
|
||||
10:30:31.769 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725244082212_10.0.1.6_62807
|
||||
10:30:31.772 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,187] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@284db7a8[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 38]
|
||||
10:30:31.772 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutDownAndRemove,497] - shutdown and remove naming rpc client for uuid ->a3db349f-2739-4efa-9f8a-ad6d944f97d2
|
||||
10:30:31.772 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialWatcher - [stop,107] - [null] CredentialWatcher is stopped
|
||||
10:30:31.772 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialService - [free,91] - [null] CredentialService is freed
|
||||
10:30:31.773 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,211] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown stop
|
||||
10:30:31.774 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
|
||||
10:30:31.776 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ...
|
||||
10:30:31.782 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed
|
||||
10:30:31.783 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success,
|
||||
10:30:31.783 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye
|
||||
10:33:19.524 [main] INFO c.m.m.MarkerInfoApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev"
|
||||
10:33:21.824 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-10008"]
|
||||
10:33:21.826 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
|
||||
10:33:21.827 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24]
|
||||
10:33:21.886 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
|
||||
10:33:25.920 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited
|
||||
10:33:25.922 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
|
||||
10:33:25.922 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
|
||||
10:33:26.802 [main] INFO c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
|
||||
10:33:30.618 [main] INFO c.m.c.r.RabbitConfig - [init,27] - Rabbit模块 启动成功!
|
||||
10:33:30.877 [main] INFO c.m.c.x.XXLJobConfig - [xxlJobExecutor,25] - >>>>>>>>>>> xxl-job config init success.
|
||||
10:33:33.210 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-one-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@4469046b[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoOneParam]
|
||||
10:33:33.210 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-no-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@73b68d98[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoNoParam]
|
||||
10:33:33.321 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-10008"]
|
||||
10:33:33.446 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,82] - >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9999
|
||||
10:33:34.459 [main] INFO c.a.n.client.naming - [initNamespaceForNaming,62] - initializer namespace from ans.namespace attribute : null
|
||||
10:33:34.459 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$0,66] - initializer namespace from ALIBABA_ALIWARE_NAMESPACE attribute :null
|
||||
10:33:34.459 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$1,73] - initializer namespace from namespace attribute :null
|
||||
10:33:34.464 [main] INFO c.a.n.client.naming - [<init>,74] - FailoverDataSource type is class com.alibaba.nacos.client.naming.backups.datasource.DiskFailoverDataSource
|
||||
10:33:34.467 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
|
||||
10:33:34.467 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
|
||||
10:33:34.470 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,118] - [RpcClientFactory] create a new rpc client of 3f946027-47d8-4bf8-8c0b-5844064feb89
|
||||
10:33:34.472 [main] INFO c.a.n.client.naming - [<init>,109] - Create naming rpc client for uuid->3f946027-47d8-4bf8-8c0b-5844064feb89
|
||||
10:33:34.472 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [3f946027-47d8-4bf8-8c0b-5844064feb89] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
|
||||
10:33:34.472 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [3f946027-47d8-4bf8-8c0b-5844064feb89] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
|
||||
10:33:34.473 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [3f946027-47d8-4bf8-8c0b-5844064feb89] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
|
||||
10:33:34.473 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [3f946027-47d8-4bf8-8c0b-5844064feb89] Try to connect to server on start up, server: {serverIp = '10.0.1.97', server main port = 8848}
|
||||
10:33:34.473 [main] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:10.0.1.97 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
|
||||
10:33:34.624 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [3f946027-47d8-4bf8-8c0b-5844064feb89] Success to connect to server [10.0.1.97:8848] on start up, connectionId = 1725244414084_10.0.1.6_63122
|
||||
10:33:34.624 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [3f946027-47d8-4bf8-8c0b-5844064feb89] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
|
||||
10:33:34.624 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [3f946027-47d8-4bf8-8c0b-5844064feb89] Notify connected event to listeners.
|
||||
10:33:34.624 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [3f946027-47d8-4bf8-8c0b-5844064feb89] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$645/0x0000025a82464b48
|
||||
10:33:34.624 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect
|
||||
10:33:34.626 [main] INFO c.a.n.client.naming - [registerService,133] - [REGISTER-SERVICE] cloud-2112 registering service cloud-apimaster with instance Instance{instanceId='null', ip='192.168.1.134', port=10008, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={IPv6=null, preserved.register.source=SPRING_CLOUD}}
|
||||
10:33:34.652 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,76] - nacos registry, DEFAULT_GROUP cloud-apimaster 192.168.1.134:10008 register finished
|
||||
10:33:35.785 [main] INFO c.m.m.MarkerInfoApplication - [logStarted,56] - Started MarkerInfoApplication in 20.258 seconds (process running for 20.811)
|
||||
10:33:35.792 [main] INFO c.a.n.c.c.i.CacheData - [initNotifyWarnTimeout,72] - config listener notify warn timeout millis use default 60000 millis
|
||||
10:33:35.793 [main] INFO c.a.n.c.c.i.CacheData - [<clinit>,99] - nacos.cache.data.init.snapshot = true
|
||||
10:33:35.793 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-cloud-2112-10.0.1.97_8848] [subscribe] cloud-apimaster.yml+DEFAULT_GROUP+cloud-2112
|
||||
10:33:35.799 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-cloud-2112-10.0.1.97_8848] [add-listener] ok, tenant=cloud-2112, dataId=cloud-apimaster.yml, group=DEFAULT_GROUP, cnt=1
|
||||
10:33:35.799 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-apimaster.yml, group=DEFAULT_GROUP
|
||||
10:33:35.800 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-cloud-2112-10.0.1.97_8848] [subscribe] cloud-apimaster-dev.yml+DEFAULT_GROUP+cloud-2112
|
||||
10:33:35.800 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-cloud-2112-10.0.1.97_8848] [add-listener] ok, tenant=cloud-2112, dataId=cloud-apimaster-dev.yml, group=DEFAULT_GROUP, cnt=1
|
||||
10:33:35.800 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-apimaster-dev.yml, group=DEFAULT_GROUP
|
||||
10:33:35.801 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-cloud-2112-10.0.1.97_8848] [subscribe] cloud-apimaster+DEFAULT_GROUP+cloud-2112
|
||||
10:33:35.801 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-cloud-2112-10.0.1.97_8848] [add-listener] ok, tenant=cloud-2112, dataId=cloud-apimaster, group=DEFAULT_GROUP, cnt=1
|
||||
10:33:35.801 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-apimaster, group=DEFAULT_GROUP
|
||||
10:33:49.679 [http-nio-10008-exec-4] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
||||
10:34:13.917 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,91] - >>>>>>>>>>> xxl-job remoting server stop.
|
||||
10:34:13.931 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,87] - >>>>>>>>>>> xxl-job registry-remove success, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-apimaster', registryValue='http://192.168.33.217:9999/'}, registryResult:ReturnT [code=200, msg=null, content=null]
|
||||
10:34:13.933 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,105] - >>>>>>>>>>> xxl-job, executor registry thread destroy.
|
||||
10:34:13.933 [SpringApplicationShutdownHook] INFO c.x.j.c.s.EmbedServer - [stop,117] - >>>>>>>>>>> xxl-job remoting server destroy success.
|
||||
10:34:13.933 [xxl-job, executor JobLogFileCleanThread] INFO c.x.j.c.t.JobLogFileCleanThread - [run,99] - >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
|
||||
10:34:13.934 [xxl-job, executor TriggerCallbackThread] INFO c.x.j.c.t.TriggerCallbackThread - [run,98] - >>>>>>>>>>> xxl-job, executor callback thread destroy.
|
||||
10:34:13.934 [Thread-11] INFO c.x.j.c.t.TriggerCallbackThread - [run,128] - >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
|
||||
10:34:13.941 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,95] - De-registering from Nacos Server now...
|
||||
10:34:13.941 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [deregisterService,272] - [DEREGISTER-SERVICE] cloud-2112 deregistering service cloud-apimaster with instance: Instance{instanceId='null', ip='192.168.1.134', port=10008, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={}}
|
||||
10:34:13.960 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,115] - De-registration finished.
|
||||
10:34:13.961 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,254] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown begin
|
||||
10:34:13.962 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,180] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown begin
|
||||
10:34:13.962 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,182] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown stop
|
||||
10:34:13.962 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,256] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown stop
|
||||
10:34:13.962 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,204] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown begin
|
||||
10:34:13.962 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,147] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown begin
|
||||
10:34:13.962 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,149] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown stop
|
||||
10:34:13.962 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,218] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown begin
|
||||
10:34:13.962 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,223] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown stop
|
||||
10:34:13.962 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,468] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown begin
|
||||
10:34:13.963 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,470] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown stop
|
||||
10:34:13.963 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,487] - Shutdown naming grpc client proxy for uuid->3f946027-47d8-4bf8-8c0b-5844064feb89
|
||||
10:34:13.963 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,331] - Shutdown grpc redo service executor java.util.concurrent.ScheduledThreadPoolExecutor@23f660a1[Running, pool size = 1, active threads = 0, queued tasks = 1, completed tasks = 13]
|
||||
10:34:13.963 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,425] - Shutdown rpc client, set status to shutdown
|
||||
10:34:13.963 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,427] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@272053b5[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
|
||||
10:34:13.963 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725244414084_10.0.1.6_63122
|
||||
10:34:13.965 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,187] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@54cefb7e[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 15]
|
||||
10:34:13.965 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutDownAndRemove,497] - shutdown and remove naming rpc client for uuid ->3f946027-47d8-4bf8-8c0b-5844064feb89
|
||||
10:34:13.965 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialWatcher - [stop,107] - [null] CredentialWatcher is stopped
|
||||
10:34:13.965 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialService - [free,91] - [null] CredentialService is freed
|
||||
10:34:13.967 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,211] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown stop
|
||||
10:34:13.968 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
|
||||
10:34:13.970 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ...
|
||||
10:34:13.976 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed
|
||||
10:34:13.976 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success,
|
||||
10:34:13.976 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye
|
||||
10:37:19.628 [main] INFO c.m.m.MarkerInfoApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev"
|
||||
10:37:21.951 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-10008"]
|
||||
10:37:21.954 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
|
||||
10:37:21.954 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24]
|
||||
10:37:22.020 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
|
||||
10:37:24.400 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited
|
||||
10:37:24.401 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
|
||||
10:37:24.401 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
|
||||
10:37:25.387 [main] INFO c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
|
||||
10:37:29.386 [main] INFO c.m.c.r.RabbitConfig - [init,27] - Rabbit模块 启动成功!
|
||||
10:37:29.651 [main] INFO c.m.c.x.XXLJobConfig - [xxlJobExecutor,25] - >>>>>>>>>>> xxl-job config init success.
|
||||
10:37:32.000 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-no-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@11f4d2b8[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoNoParam]
|
||||
10:37:32.001 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-one-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@54b2416d[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoOneParam]
|
||||
10:37:32.101 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-10008"]
|
||||
10:37:32.220 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,82] - >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9999
|
||||
10:37:33.239 [main] INFO c.a.n.client.naming - [initNamespaceForNaming,62] - initializer namespace from ans.namespace attribute : null
|
||||
10:37:33.239 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$0,66] - initializer namespace from ALIBABA_ALIWARE_NAMESPACE attribute :null
|
||||
10:37:33.239 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$1,73] - initializer namespace from namespace attribute :null
|
||||
10:37:33.243 [main] INFO c.a.n.client.naming - [<init>,74] - FailoverDataSource type is class com.alibaba.nacos.client.naming.backups.datasource.DiskFailoverDataSource
|
||||
10:37:33.246 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
|
||||
10:37:33.247 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
|
||||
10:37:33.250 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,118] - [RpcClientFactory] create a new rpc client of 952396be-749c-424a-bf88-f7e0a7b3eb73
|
||||
10:37:33.251 [main] INFO c.a.n.client.naming - [<init>,109] - Create naming rpc client for uuid->952396be-749c-424a-bf88-f7e0a7b3eb73
|
||||
10:37:33.251 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [952396be-749c-424a-bf88-f7e0a7b3eb73] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
|
||||
10:37:33.251 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [952396be-749c-424a-bf88-f7e0a7b3eb73] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
|
||||
10:37:33.252 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [952396be-749c-424a-bf88-f7e0a7b3eb73] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
|
||||
10:37:33.252 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [952396be-749c-424a-bf88-f7e0a7b3eb73] Try to connect to server on start up, server: {serverIp = '10.0.1.97', server main port = 8848}
|
||||
10:37:33.253 [main] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:10.0.1.97 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
|
||||
10:37:33.633 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [952396be-749c-424a-bf88-f7e0a7b3eb73] Success to connect to server [10.0.1.97:8848] on start up, connectionId = 1725244652866_10.0.1.6_63448
|
||||
10:37:33.633 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [952396be-749c-424a-bf88-f7e0a7b3eb73] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
|
||||
10:37:33.633 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [952396be-749c-424a-bf88-f7e0a7b3eb73] Notify connected event to listeners.
|
||||
10:37:33.633 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [952396be-749c-424a-bf88-f7e0a7b3eb73] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$645/0x0000025881468228
|
||||
10:37:33.633 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect
|
||||
10:37:33.634 [main] INFO c.a.n.client.naming - [registerService,133] - [REGISTER-SERVICE] cloud-2112 registering service cloud-apimaster with instance Instance{instanceId='null', ip='192.168.1.134', port=10008, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={IPv6=null, preserved.register.source=SPRING_CLOUD}}
|
||||
10:37:33.664 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,76] - nacos registry, DEFAULT_GROUP cloud-apimaster 192.168.1.134:10008 register finished
|
||||
10:37:34.799 [main] INFO c.m.m.MarkerInfoApplication - [logStarted,56] - Started MarkerInfoApplication in 19.242 seconds (process running for 19.813)
|
||||
10:37:34.807 [main] INFO c.a.n.c.c.i.CacheData - [initNotifyWarnTimeout,72] - config listener notify warn timeout millis use default 60000 millis
|
||||
10:37:34.807 [main] INFO c.a.n.c.c.i.CacheData - [<clinit>,99] - nacos.cache.data.init.snapshot = true
|
||||
10:37:34.807 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-cloud-2112-10.0.1.97_8848] [subscribe] cloud-apimaster.yml+DEFAULT_GROUP+cloud-2112
|
||||
10:37:34.813 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-cloud-2112-10.0.1.97_8848] [add-listener] ok, tenant=cloud-2112, dataId=cloud-apimaster.yml, group=DEFAULT_GROUP, cnt=1
|
||||
10:37:34.813 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-apimaster.yml, group=DEFAULT_GROUP
|
||||
10:37:34.816 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-cloud-2112-10.0.1.97_8848] [subscribe] cloud-apimaster-dev.yml+DEFAULT_GROUP+cloud-2112
|
||||
10:37:34.816 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-cloud-2112-10.0.1.97_8848] [add-listener] ok, tenant=cloud-2112, dataId=cloud-apimaster-dev.yml, group=DEFAULT_GROUP, cnt=1
|
||||
10:37:34.816 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-apimaster-dev.yml, group=DEFAULT_GROUP
|
||||
10:37:34.816 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-cloud-2112-10.0.1.97_8848] [subscribe] cloud-apimaster+DEFAULT_GROUP+cloud-2112
|
||||
10:37:34.817 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-cloud-2112-10.0.1.97_8848] [add-listener] ok, tenant=cloud-2112, dataId=cloud-apimaster, group=DEFAULT_GROUP, cnt=1
|
||||
10:37:34.817 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-apimaster, group=DEFAULT_GROUP
|
||||
10:38:55.449 [http-nio-10008-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
||||
11:16:28.496 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,91] - >>>>>>>>>>> xxl-job remoting server stop.
|
||||
11:16:28.516 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,87] - >>>>>>>>>>> xxl-job registry-remove success, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-apimaster', registryValue='http://192.168.33.217:9999/'}, registryResult:ReturnT [code=200, msg=null, content=null]
|
||||
11:16:28.517 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,105] - >>>>>>>>>>> xxl-job, executor registry thread destroy.
|
||||
11:16:28.517 [SpringApplicationShutdownHook] INFO c.x.j.c.s.EmbedServer - [stop,117] - >>>>>>>>>>> xxl-job remoting server destroy success.
|
||||
11:16:28.518 [xxl-job, executor JobLogFileCleanThread] INFO c.x.j.c.t.JobLogFileCleanThread - [run,99] - >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
|
||||
11:16:28.519 [xxl-job, executor TriggerCallbackThread] INFO c.x.j.c.t.TriggerCallbackThread - [run,98] - >>>>>>>>>>> xxl-job, executor callback thread destroy.
|
||||
11:16:28.520 [Thread-11] INFO c.x.j.c.t.TriggerCallbackThread - [run,128] - >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
|
||||
11:16:28.547 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,95] - De-registering from Nacos Server now...
|
||||
11:16:28.548 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [deregisterService,272] - [DEREGISTER-SERVICE] cloud-2112 deregistering service cloud-apimaster with instance: Instance{instanceId='null', ip='192.168.1.134', port=10008, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={}}
|
||||
11:16:28.694 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,115] - De-registration finished.
|
||||
11:16:28.697 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,254] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown begin
|
||||
11:16:28.698 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,180] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown begin
|
||||
11:16:28.698 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,182] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown stop
|
||||
11:16:28.699 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,256] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown stop
|
||||
11:16:28.699 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,204] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown begin
|
||||
11:16:28.699 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,147] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown begin
|
||||
11:16:28.700 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,149] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown stop
|
||||
11:16:28.700 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,218] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown begin
|
||||
11:16:28.701 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,223] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown stop
|
||||
11:16:28.701 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,468] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown begin
|
||||
11:16:28.702 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,470] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown stop
|
||||
11:16:28.702 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,487] - Shutdown naming grpc client proxy for uuid->952396be-749c-424a-bf88-f7e0a7b3eb73
|
||||
11:16:28.703 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,331] - Shutdown grpc redo service executor java.util.concurrent.ScheduledThreadPoolExecutor@5d2ec145[Running, pool size = 1, active threads = 0, queued tasks = 1, completed tasks = 776]
|
||||
11:16:28.703 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,425] - Shutdown rpc client, set status to shutdown
|
||||
11:16:28.704 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,427] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@182eec35[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
|
||||
11:16:28.704 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725244652866_10.0.1.6_63448
|
||||
11:16:28.712 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,187] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@13dab0c3[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 453]
|
||||
11:16:28.714 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutDownAndRemove,497] - shutdown and remove naming rpc client for uuid ->952396be-749c-424a-bf88-f7e0a7b3eb73
|
||||
11:16:28.714 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialWatcher - [stop,107] - [null] CredentialWatcher is stopped
|
||||
11:16:28.715 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialService - [free,91] - [null] CredentialService is freed
|
||||
11:16:28.715 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,211] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown stop
|
||||
11:16:28.719 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
|
||||
11:16:28.725 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ...
|
||||
11:16:28.733 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed
|
||||
11:16:28.735 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success,
|
||||
11:16:28.735 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye
|
|
@ -0,0 +1,32 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.muyu</groupId>
|
||||
<artifactId>cloud-server-parent</artifactId>
|
||||
<version>3.6.5</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>cloud-market</artifactId>
|
||||
<version>3.6.5</version>
|
||||
<packaging>pom</packaging>
|
||||
<modules>
|
||||
<module>cloud-market-server</module>
|
||||
<module>cloud-market-client</module>
|
||||
<module>cloud-market-common</module>
|
||||
<module>cloud-market-remote</module>
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
<description>
|
||||
cloud-market数据集市模块
|
||||
</description>
|
||||
</project>
|
Loading…
Reference in New Issue