都清除了

master
张毅大神 2024-09-10 09:36:19 +08:00
parent 852aa9177a
commit 844c5ce631
26 changed files with 2183 additions and 2404 deletions

View File

@ -8,13 +8,17 @@
<outputRelativeToContentRoot value="true" /> <outputRelativeToContentRoot value="true" />
<module name="cloud-market-common" /> <module name="cloud-market-common" />
<module name="cloud-market-server" /> <module name="cloud-market-server" />
<module name="cloud-mart-polymeriza-clinet" />
<module name="cloud-mark-ali-server" />
<module name="cloud-mart-ali-client" />
<module name="cloud-market-client" />
<module name="cloud-market-remote" /> <module name="cloud-market-remote" />
<module name="cloud-mart-polymeriza-server" />
</profile> </profile>
</annotationProcessing> </annotationProcessing>
<bytecodeTargetLevel>
<module name="cloud-mark-ali-server" target="17" />
<module name="cloud-market-client" target="17" />
<module name="cloud-market-polymerization" target="17" />
<module name="cloud-mart-ali" target="17" />
<module name="cloud-mart-ali-client" target="17" />
<module name="cloud-mart-polymeriza-clinet" target="17" />
<module name="cloud-mart-polymeriza-server" target="17" />
</bytecodeTargetLevel>
</component> </component>
</project> </project>

View File

@ -7,6 +7,13 @@
<option value="$PROJECT_DIR$/pom.xml" /> <option value="$PROJECT_DIR$/pom.xml" />
</list> </list>
</option> </option>
<option name="ignoredFiles">
<set>
<option value="$PROJECT_DIR$/cloud-market-client/pom.xml" />
<option value="$PROJECT_DIR$/cloud-market-polymerization/pom.xml" />
<option value="$PROJECT_DIR$/cloud-mart-ali/pom.xml" />
</set>
</option>
</component> </component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="17" project-jdk-type="JavaSDK" /> <component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="17" project-jdk-type="JavaSDK" />
<component name="SuppressionsComponent"> <component name="SuppressionsComponent">

View File

@ -4,65 +4,31 @@
<option name="autoReloadType" value="SELECTIVE" /> <option name="autoReloadType" value="SELECTIVE" />
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="72651396-d9d2-4022-b080-e21d75d1bedb" name="更改" comment="企业列表出来了"> <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-common/src/main/java/com/muyu/market/domain/SysInvoice.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-market-common/src/main/java/com/muyu/market/domain/realname/RealNameReq.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-market-common/src/main/java/com/muyu/market/domain/realname/RealNameResp.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-market-common/src/main/java/com/muyu/market/domain/realname/jvhe/JvheRealNameReq.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-market-common/src/main/java/com/muyu/market/domain/realname/jvhe/JvheRealNameResp.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-market-common/src/main/java/com/muyu/market/domain/realname/polymeriza/PolyResult.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-market-common/src/main/java/com/muyu/market/domain/realname/polymeriza/RealNameReq.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-market-common/src/main/java/com/muyu/market/domain/realname/polymeriza/RealNameResp.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-market-common/src/main/java/com/muyu/market/retuen/BascApi.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-market-polymerization/cloud-mart-polymeriza-clinet/pom.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-market-polymerization/cloud-mart-polymeriza-server/pom.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-market-polymerization/cloud-mart-polymeriza-server/src/main/java/com/market/data/mart/DataMartPolumerApplication.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-market-polymerization/cloud-mart-polymeriza-server/src/main/java/com/market/data/mart/service/imp/RealNameServiceImp.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-market-polymerization/cloud-mart-polymeriza-server/src/main/resources/bootstrap.yml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-market-polymerization/pom.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-market-polymerization/src/main/java/com/market/ploymeriz/Ploymeriz.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-market-server/src/main/java/com/muyu/market/controller/RealNameController.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/controller/SysInvoiceController.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-market-server/src/main/java/com/muyu/market/controller/TestController.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/mapper/SysInvoiceMapper.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-market-server/src/main/java/com/muyu/market/mapper/TestMapper.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/RealNameService.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-market-server/src/main/java/com/muyu/market/service/SysInvoiceService.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-market-server/src/main/java/com/muyu/market/service/TestService.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-market-server/src/main/java/com/muyu/market/service/impl/RealNameServiceImpl.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-market-server/src/main/java/com/muyu/market/service/impl/RealNamesServiceImpl.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/java/com/muyu/market/service/impl/SysInvoiceServiceImpl.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-market-server/src/main/java/com/muyu/market/service/impl/TestServiceImpl.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-market-server/src/main/resources/mapper/market/SysDatawarehouseMapper.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-market-server/src/main/resources/mapper/market/SysInvoiceMapper.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-mart-ali/cloud-mark-ali-server/pom.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-mart-ali/cloud-mark-ali-server/src/main/java/com/market/data/mart/DataMartApplication.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-mart-ali/cloud-mart-ali-client/pom.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/cloud-mart-ali/pom.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/logs/cloud-system/error.2024-09-01.log" afterDir="false" />
<change afterPath="$PROJECT_DIR$/logs/cloud-system/error.2024-09-02.log" afterDir="false" />
<change afterPath="$PROJECT_DIR$/logs/cloud-system/error.2024-09-03.log" afterDir="false" />
<change afterPath="$PROJECT_DIR$/logs/cloud-system/error.2024-09-04.log" afterDir="false" />
<change afterPath="$PROJECT_DIR$/logs/cloud-system/info.2024-09-01.log" afterDir="false" />
<change afterPath="$PROJECT_DIR$/logs/cloud-system/info.2024-09-02.log" afterDir="false" />
<change afterPath="$PROJECT_DIR$/logs/cloud-system/info.2024-09-03.log" afterDir="false" />
<change afterPath="$PROJECT_DIR$/logs/cloud-system/info.2024-09-04.log" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/compiler.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/compiler.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/compiler.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/compiler.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/encodings.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/encodings.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Dockerfile" beforeDir="false" afterPath="$PROJECT_DIR$/Dockerfile" afterDir="false" /> <change beforePath="$PROJECT_DIR$/cloud-market-client/.gitignore" beforeDir="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-client/pom.xml" beforeDir="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-polymerization/cloud-mart-polymeriza-clinet/pom.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/cloud-market-server/src/main/java/com/muyu/market/service/ISysApitypeService.java" beforeDir="false" afterPath="$PROJECT_DIR$/cloud-market-server/src/main/java/com/muyu/market/service/ISysApitypeService.java" afterDir="false" /> <change beforePath="$PROJECT_DIR$/cloud-market-polymerization/cloud-mart-polymeriza-server/pom.xml" beforeDir="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-polymerization/cloud-mart-polymeriza-server/src/main/java/com/market/data/mart/DataMartPolumerApplication.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/cloud-market-server/src/main/resources/bootstrap.yml" beforeDir="false" afterPath="$PROJECT_DIR$/cloud-market-server/src/main/resources/bootstrap.yml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/cloud-market-polymerization/cloud-mart-polymeriza-server/src/main/java/com/market/data/mart/service/imp/RealNameServiceImp.java" beforeDir="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$/cloud-market-polymerization/cloud-mart-polymeriza-server/src/main/resources/bootstrap.yml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/cloud-market-polymerization/pom.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/cloud-market-polymerization/src/main/java/com/market/ploymeriz/Ploymeriz.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/cloud-market-server/src/main/java/com/muyu/market/controller/RealNameController.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/cloud-market-server/src/main/java/com/muyu/market/controller/TestController.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/cloud-market-server/src/main/java/com/muyu/market/mapper/TestMapper.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/cloud-market-server/src/main/java/com/muyu/market/service/RealNameService.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/cloud-market-server/src/main/java/com/muyu/market/service/TestService.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/cloud-market-server/src/main/java/com/muyu/market/service/impl/RealNameServiceImpl.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/cloud-market-server/src/main/java/com/muyu/market/service/impl/RealNamesServiceImpl.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/cloud-market-server/src/main/java/com/muyu/market/service/impl/TestServiceImpl.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/cloud-mart-ali/cloud-mark-ali-server/pom.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/cloud-mart-ali/cloud-mark-ali-server/src/main/java/com/market/data/mart/DataMartApplication.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/cloud-mart-ali/cloud-mart-ali-client/pom.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/cloud-mart-ali/pom.xml" beforeDir="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/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" /> <change beforePath="$PROJECT_DIR$/logs/cloud-system/info.log" beforeDir="false" afterPath="$PROJECT_DIR$/logs/cloud-system/info.log" afterDir="false" />
<change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
@ -245,7 +211,8 @@
<workItem from="1725325687333" duration="35683000" /> <workItem from="1725325687333" duration="35683000" />
<workItem from="1725498476632" duration="48823000" /> <workItem from="1725498476632" duration="48823000" />
<workItem from="1725757735129" duration="21031000" /> <workItem from="1725757735129" duration="21031000" />
<workItem from="1725874915338" duration="854000" /> <workItem from="1725874915338" duration="4124000" />
<workItem from="1725930331611" duration="1712000" />
</task> </task>
<task id="LOCAL-00001" summary="初始化"> <task id="LOCAL-00001" summary="初始化">
<created>1724047244829</created> <created>1724047244829</created>
@ -422,7 +389,14 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1725161627925</updated> <updated>1725161627925</updated>
</task> </task>
<option name="localTasksCounter" value="26" /> <task id="LOCAL-00026" summary="数据集市后台代码提交">
<created>1725875880903</created>
<option name="number" value="00026" />
<option name="presentableId" value="LOCAL-00026" />
<option name="project" value="LOCAL" />
<updated>1725875880903</updated>
</task>
<option name="localTasksCounter" value="27" />
<servers /> <servers />
</component> </component>
<component name="TypeScriptGeneratedFilesManager"> <component name="TypeScriptGeneratedFilesManager">
@ -442,7 +416,8 @@
<component name="VcsManagerConfiguration"> <component name="VcsManagerConfiguration">
<MESSAGE value="初始化" /> <MESSAGE value="初始化" />
<MESSAGE value="企业列表出来了" /> <MESSAGE value="企业列表出来了" />
<option name="LAST_COMMIT_MESSAGE" value="企业列表出来了" /> <MESSAGE value="数据集市后台代码提交" />
<option name="LAST_COMMIT_MESSAGE" value="数据集市后台代码提交" />
</component> </component>
<component name="XDebuggerManager"> <component name="XDebuggerManager">
<breakpoint-manager> <breakpoint-manager>

View File

@ -1,38 +0,0 @@
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

View File

@ -1,28 +0,0 @@
<?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>

View File

@ -1,19 +0,0 @@
<?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">
<parent>
<artifactId>cloud-market-polymerization</artifactId>
<groupId>com.muyu</groupId>
<version>3.6.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cloud-mart-polymeriza-clinet</artifactId>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>
</project>

View File

@ -1,27 +0,0 @@
<?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">
<parent>
<artifactId>cloud-market-polymerization</artifactId>
<groupId>com.muyu</groupId>
<version>3.6.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cloud-mart-polymeriza-server</artifactId>
<dependencies>
<dependency>
<groupId>com.muyu</groupId>
<artifactId>cloud-market-common</artifactId>
<version>3.6.5</version>
<scope>compile</scope>
</dependency>
</dependencies>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>
</project>

View File

@ -1,13 +0,0 @@
package com.market.data.mart;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import javax.swing.*;
@SpringBootApplication
public class DataMartPolumerApplication {
public static void main(String[] args) {
SpringApplication.run(DataMartPolumerApplication.class, args);
}
}

View File

@ -1,37 +0,0 @@
//package com.market.data.mart.service.imp;
//
//import com.muyu.market.domain.realname.jvhe.JvheRealNameReq;
//import com.muyu.market.domain.realname.jvhe.JvheRealNameResp;
//import com.muyu.market.domain.realname.polymeriza.PolyResult;
//import com.muyu.market.domain.realname.polymeriza.RealNameReq;
//import com.muyu.market.domain.realname.polymeriza.RealNameResp;
//import com.muyu.market.retuen.BascApi;
//import org.springframework.stereotype.Service;
//
//@Service("jvhe-real-name")
//public class RealNameServiceImp implements BascApi<RealNameReq, RealNameResp> {
// @Override
// public RealNameResp send(RealNameReq realNameReq) {
// JvheRealNameReq jvheRealNameReq = JvheRealNameReq.realNameReqbuild(realNameReq);
// PolyResult<JvheRealNameResp> jvheRealNameRespPolyResult = sendApi(jvheRealNameReq);
// return RealNameResp.builder().build();
// }
//
//
// public PolyResult<JvheRealNameResp> sendApi(JvheRealNameReq jvheRealNameReq)
// {
// //进行聚合数据的api调用
// return new PolyResult<JvheRealNameResp>(){{
// setErrorCode(0);
// setReason("ok");
// setResult(
// JvheRealNameResp.builder()
// .realName(jvheRealNameReq.getRealName())
// .idCard(jvheRealNameReq.getIdCard())
// .res(0)
// .build()
// );
//}};
// }
//
//}

View File

@ -1,51 +0,0 @@
# Tomcat
server:
port: 10011
# 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

View File

@ -1,24 +0,0 @@
<?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">
<parent>
<artifactId>cloud-market</artifactId>
<groupId>com.muyu</groupId>
<version>3.6.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cloud-market-polymerization</artifactId>
<packaging>pom</packaging>
<modules>
<module>cloud-mart-polymeriza-clinet</module>
<module>cloud-mart-polymeriza-server</module>
</modules>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>
</project>

View File

@ -1,6 +0,0 @@
package com.market.ploymeriz;
public class Ploymeriz {
}

View File

@ -1,40 +0,0 @@
//package com.muyu.market.controller;
//
//
//import com.muyu.market.domain.realname.jvhe.JvheRealNameResp;
//import com.muyu.market.service.RealNameService;
//import org.springframework.beans.factory.annotation.Autowired;
//import org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource;
//
//import java.util.List;
//
//public class RealNameController extends AbstractRoutingDataSource {
//
// @Autowired
// private RealNameService realNameService;
// @Override
// protected Object determineCurrentLookupKey() {
// return realNameService.getDataSourceType() ;
// }
// public void someServiceMethod(){
// realNameService.setDataSourceType("master");//写入操作
//// 执行操作
// realNameService.clearDataSourceType();
// }
//
// public List<JvheRealNameResp> someServiceMethod2(){
// realNameService.setDataSourceType("slave");//读操作
//// 执行操作
// realNameService.clearDataSourceType();
//
// return null;
// }
// public List<JvheRealNameResp> auxiliaryOperation() {
// realNameService.setDataSourceType("auxiliary"); // 设置为辅数据源
// // 执行特定操作
// realNameService.clearDataSourceType();
// return null;
// }
//
//
//}

View File

@ -1,25 +0,0 @@
//package com.muyu.market.controller;
//
//import com.muyu.market.domain.realname.RealNameReq;
//import com.muyu.market.service.TestService;
//import org.springframework.web.bind.annotation.PostMapping;
//import org.springframework.web.bind.annotation.RequestBody;
//import org.springframework.web.bind.annotation.RequestMapping;
//import org.springframework.web.bind.annotation.RestController;
//
//@RestController
//@RequestMapping("/test")
//public class TestController {
//
//
// private TestService testService;
// @PostMapping("/real/name")
// public String realName(@RequestBody RealNameReq realNameReq){
//
//testService.realName(realNameReq);
// return "ok";
// }
//
//
//
//}

View File

@ -1,4 +0,0 @@
package com.muyu.market.mapper;
public interface TestMapper {
}

View File

@ -1,11 +0,0 @@
package com.muyu.market.service;
public interface RealNameService {
Object getDataSourceType();
void setDataSourceType(String master);
void clearDataSourceType();
}

View File

@ -1,12 +0,0 @@
package com.muyu.market.service;
//import com.muyu.market.domain.realname.RealNameReq;
public interface TestService {
/**
*
* @param realNameReq
*/
// void realName(RealNameReq realNameReq);
}

View File

@ -1,57 +0,0 @@
//package com.muyu.market.service.impl;
//
//
//
//
//
//import com.muyu.market.domain.realname.RealNameReq;
//import com.muyu.market.domain.realname.RealNameResp;
//
//import com.muyu.market.retuen.BascApi;
//import com.muyu.market.service.RealNameService;
//import org.springframework.stereotype.Service;
//
//import java.util.HashSet;
//import java.util.Set;
//
//@Service("jvhe-real-name")
//public class RealNameServiceImpl implements BascApi<RealNameReq, RealNameResp> {
//
//
// private static final Set<String> realNameSet = new HashSet<String>() {{
// add("张三-234423457654345676");
// add("李四-234423457644345676");
// add("忘我-234423457677345676");
// add("赵六-234423455654345676");
// add("田七-235646457654345676");
// }};
//
// @Override
// public RealNameResp send(RealNameReq realNameReq) {
// if (realNameSet.add(realNameReq.getName() + realNameReq.getIdCard())) {
// return RealNameResp.builder().code("0").msg("ok").build();
// }
//
// throw new RuntimeException("线路抢修中!!!!");
// }
// private static final ThreadLocal<String> contextHolder = new ThreadLocal<>();
// public static void setDataSourceType(String dataSourceType){
// contextHolder.set(dataSourceType);
// }
// public static String getDataSourceType(){
// return contextHolder.get();
// }
// public static void clearDataSourceType(){
// contextHolder.remove();
// }
//
//
//}
//
//
//
//
//
//
//
//

View File

@ -1,22 +0,0 @@
package com.muyu.market.service.impl;
import com.muyu.market.service.RealNameService;
public class RealNamesServiceImpl implements RealNameService {
@Override
public Object getDataSourceType() {
return null;
}
@Override
public void setDataSourceType(String master) {
}
@Override
public void clearDataSourceType() {
}
}

View File

@ -1,14 +0,0 @@
package com.muyu.market.service.impl;
//import com.muyu.market.domain.realname.RealNameReq;
import com.muyu.market.service.TestService;
public class TestServiceImpl implements TestService {
// @Override
// public void realName(RealNameReq realNameReq) {
//
//
//
// }
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,185 @@
09:26:56.411 [main] INFO c.m.m.MarkerInfoApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev"
09:27:00.087 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-10008"]
09:27:00.090 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
09:27:00.091 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24]
09:27:00.215 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
09:45:36.860 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [5ea2a833-1997-4f03-89dd-409e6fc15d6a_config-0] Server healthy check fail, currentConnection = 1725758815862_10.0.1.6_63034
09:45:36.861 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [5ea2a833-1997-4f03-89dd-409e6fc15d6a_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server.
09:45:36.863 [com.alibaba.nacos.client.remote.worker.1] 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}
09:45:40.001 [com.alibaba.nacos.client.remote.worker.1] 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}
09:45:43.010 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [5ea2a833-1997-4f03-89dd-409e6fc15d6a_config-0] Fail to connect server, after trying 1 times, last try server is {serverIp = '10.0.1.97', server main port = 8848}, error = unknown
09:45:43.225 [com.alibaba.nacos.client.remote.worker.1] 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}
09:45:46.239 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [5ea2a833-1997-4f03-89dd-409e6fc15d6a_config-0] Fail to connect server, after trying 2 times, last try server is {serverIp = '10.0.1.97', server main port = 8848}, error = unknown
09:45:46.550 [com.alibaba.nacos.client.remote.worker.1] 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}
09:45:49.563 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [5ea2a833-1997-4f03-89dd-409e6fc15d6a_config-0] Fail to connect server, after trying 3 times, last try server is {serverIp = '10.0.1.97', server main port = 8848}, error = unknown
09:45:49.968 [com.alibaba.nacos.client.remote.worker.1] 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}
09:45:52.957 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited
09:45:52.995 [Druid-ConnectionPool-Create-1838654295] INFO c.a.d.p.DruidAbstractDataSource - [setFailContinuous,1900] - {dataSource-1} failContinuous is true
09:45:52.997 [main] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
09:45:52.997 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [5ea2a833-1997-4f03-89dd-409e6fc15d6a_config-0] Fail to connect server, after trying 4 times, last try server is {serverIp = '10.0.1.97', server main port = 8848}, error = unknown
11:57:40.787 [main] INFO c.m.m.MarkerInfoApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev"
11:57:43.358 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-10008"]
11:57:43.359 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:57:43.360 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24]
11:57:43.425 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:57:43.669 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [eccb0c89-e428-4dfc-9a04-8f1aea4e583e_config-0] Fail to connect server, after trying 1 times, last try server is {serverIp = '10.0.1.97', server main port = 8848}, error = unknown
11:57:43.871 [com.alibaba.nacos.client.remote.worker.1] 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}
11:57:46.884 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [eccb0c89-e428-4dfc-9a04-8f1aea4e583e_config-0] Fail to connect server, after trying 2 times, last try server is {serverIp = '10.0.1.97', server main port = 8848}, error = unknown
11:57:47.198 [com.alibaba.nacos.client.remote.worker.1] 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}
11:57:50.206 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [eccb0c89-e428-4dfc-9a04-8f1aea4e583e_config-0] Fail to connect server, after trying 3 times, last try server is {serverIp = '10.0.1.97', server main port = 8848}, error = unknown
11:57:50.610 [com.alibaba.nacos.client.remote.worker.1] 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}
11:57:53.616 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [eccb0c89-e428-4dfc-9a04-8f1aea4e583e_config-0] Fail to connect server, after trying 4 times, last try server is {serverIp = '10.0.1.97', server main port = 8848}, error = unknown
11:57:54.128 [com.alibaba.nacos.client.remote.worker.1] 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}
11:57:57.136 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [eccb0c89-e428-4dfc-9a04-8f1aea4e583e_config-0] Fail to connect server, after trying 5 times, last try server is {serverIp = '10.0.1.97', server main port = 8848}, error = unknown
11:57:57.742 [com.alibaba.nacos.client.remote.worker.1] 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}
11:58:00.759 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [eccb0c89-e428-4dfc-9a04-8f1aea4e583e_config-0] Fail to connect server, after trying 6 times, last try server is {serverIp = '10.0.1.97', server main port = 8848}, error = unknown
11:58:01.464 [com.alibaba.nacos.client.remote.worker.1] 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}
11:58:04.479 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [eccb0c89-e428-4dfc-9a04-8f1aea4e583e_config-0] Fail to connect server, after trying 7 times, last try server is {serverIp = '10.0.1.97', server main port = 8848}, error = unknown
11:58:04.937 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited
11:58:04.940 [main] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
15:11:38.340 [main] INFO c.m.m.MarkerInfoApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev"
15:11:41.627 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-10008"]
15:11:41.628 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
15:11:41.629 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24]
15:11:41.711 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
15:11:45.783 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited
15:11:45.785 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
15:11:45.785 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
15:11:45.886 [main] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
15:11:45.888 [main] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ...
15:11:45.895 [main] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed
15:11:45.896 [main] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success,
15:11:45.896 [main] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye
15:11:45.897 [main] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
15:23:30.442 [main] INFO c.m.m.MarkerInfoApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev"
15:23:32.935 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-10008"]
15:23:32.937 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
15:23:32.938 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24]
15:23:33.008 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
15:23:46.925 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited
15:23:46.926 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
15:23:46.927 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
15:23:47.014 [main] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
15:23:47.016 [main] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ...
15:23:47.021 [main] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed
15:23:47.021 [main] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success,
15:23:47.022 [main] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye
15:23:47.023 [main] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
16:36:33.727 [main] INFO c.m.m.MarkerInfoApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev"
16:36:36.273 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-10008"]
16:36:36.275 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
16:36:36.275 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24]
16:36:36.352 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
16:36:51.871 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited
16:36:51.872 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
16:36:51.873 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
16:36:51.966 [main] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
16:36:51.967 [main] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ...
16:36:51.973 [main] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed
16:36:51.974 [main] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success,
16:36:51.974 [main] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye
16:36:51.975 [main] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
16:37:15.531 [main] INFO c.m.m.MarkerInfoApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev"
16:37:18.112 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-10008"]
16:37:18.114 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
16:37:18.114 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24]
16:37:18.182 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
16:37:33.935 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited
16:37:33.936 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
16:37:33.936 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
16:37:34.027 [main] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
16:37:34.029 [main] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ...
16:37:34.034 [main] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed
16:37:34.034 [main] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success,
16:37:34.035 [main] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye
16:37:34.036 [main] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
23:05:41.882 [main] INFO c.m.m.MarkerInfoApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev"
23:05:44.510 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-10008"]
23:05:44.512 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
23:05:44.512 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24]
23:05:44.591 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
23:05:58.654 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited
23:05:58.655 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
23:05:58.655 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
23:05:58.742 [main] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
23:05:58.744 [main] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ...
23:05:58.750 [main] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed
23:05:58.750 [main] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success,
23:05:58.751 [main] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye
23:05:58.752 [main] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
23:50:02.934 [main] INFO c.m.m.MarkerInfoApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev"
23:50:05.401 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-10008"]
23:50:05.403 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
23:50:05.404 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24]
23:50:05.468 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
23:50:18.094 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited
23:50:18.095 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
23:50:18.095 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
23:50:18.184 [main] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
23:50:18.185 [main] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ...
23:50:18.190 [main] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed
23:50:18.190 [main] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success,
23:50:18.190 [main] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye
23:50:18.191 [main] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
23:51:40.016 [main] INFO c.m.m.MarkerInfoApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev"
23:51:42.306 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-10008"]
23:51:42.308 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
23:51:42.308 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24]
23:51:42.370 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
23:52:06.489 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited
23:52:06.490 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
23:52:06.490 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
23:52:06.566 [main] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
23:52:06.568 [main] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ...
23:52:06.574 [main] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed
23:52:06.574 [main] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success,
23:52:06.574 [main] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye
23:52:06.575 [main] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
22:23:30.640 [main] INFO c.m.m.MarkerInfoApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev"
22:23:33.154 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-10008"]
22:23:33.157 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
22:23:33.158 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24]
22:23:33.270 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
22:23:43.487 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited
22:23:43.488 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
22:23:43.489 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
22:23:44.549 [main] INFO c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
22:23:48.487 [main] INFO c.m.c.r.RabbitConfig - [init,27] - Rabbit模块 启动成功!
22:23:48.743 [main] INFO c.m.c.x.XXLJobConfig - [xxlJobExecutor,25] - >>>>>>>>>>> xxl-job config init success.
22:23:51.192 [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@7e41aabf[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoNoParam]
22:23:51.193 [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@40c0151a[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoOneParam]
22:23:51.293 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-10008"]
22:23:51.422 [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
22:23:52.437 [main] INFO c.a.n.client.naming - [initNamespaceForNaming,62] - initializer namespace from ans.namespace attribute : null
22:23:52.437 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$0,66] - initializer namespace from ALIBABA_ALIWARE_NAMESPACE attribute :null
22:23:52.438 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$1,73] - initializer namespace from namespace attribute :null
22:23:52.442 [main] INFO c.a.n.client.naming - [<init>,74] - FailoverDataSource type is class com.alibaba.nacos.client.naming.backups.datasource.DiskFailoverDataSource
22:23:52.445 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
22:23:52.445 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
22:23:52.448 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,118] - [RpcClientFactory] create a new rpc client of 422098fc-1d4a-458c-9a04-8ebb363528f2
22:23:52.449 [main] INFO c.a.n.client.naming - [<init>,109] - Create naming rpc client for uuid->422098fc-1d4a-458c-9a04-8ebb363528f2
22:23:52.451 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [422098fc-1d4a-458c-9a04-8ebb363528f2] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
22:23:52.451 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [422098fc-1d4a-458c-9a04-8ebb363528f2] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
22:23:52.452 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [422098fc-1d4a-458c-9a04-8ebb363528f2] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
22:23:52.452 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [422098fc-1d4a-458c-9a04-8ebb363528f2] Try to connect to server on start up, server: {serverIp = '10.0.1.97', server main port = 8848}
22:23:52.453 [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}
22:23:52.961 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [422098fc-1d4a-458c-9a04-8ebb363528f2] Success to connect to server [10.0.1.97:8848] on start up, connectionId = 1725805432592_10.0.1.6_64390
22:23:52.961 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [422098fc-1d4a-458c-9a04-8ebb363528f2] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
22:23:52.961 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [422098fc-1d4a-458c-9a04-8ebb363528f2] Notify connected event to listeners.
22:23:52.961 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [422098fc-1d4a-458c-9a04-8ebb363528f2] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$645/0x0000021781466600
22:23:52.961 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect
22:23:52.963 [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.121.217', port=10008, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={IPv6=null, preserved.register.source=SPRING_CLOUD}}
22:23:53.036 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,76] - nacos registry, DEFAULT_GROUP cloud-apimaster 192.168.121.217:10008 register finished
22:23:54.160 [main] INFO c.m.m.MarkerInfoApplication - [logStarted,56] - Started MarkerInfoApplication in 31.451 seconds (process running for 32.026)
22:23:54.166 [main] INFO c.a.n.c.c.i.CacheData - [initNotifyWarnTimeout,72] - config listener notify warn timeout millis use default 60000 millis
22:23:54.166 [main] INFO c.a.n.c.c.i.CacheData - [<clinit>,99] - nacos.cache.data.init.snapshot = true
22:23:54.167 [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
22:23:54.173 [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
22:23:54.174 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-apimaster.yml, group=DEFAULT_GROUP
22:23:54.175 [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
22:23:54.176 [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
22:23:54.176 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-apimaster-dev.yml, group=DEFAULT_GROUP
22:23:54.176 [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
22:23:54.176 [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
22:23:54.176 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-apimaster, group=DEFAULT_GROUP
22:24:33.216 [http-nio-10008-exec-2] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'

View File

@ -0,0 +1,84 @@
21:48:13.141 [main] INFO c.m.m.MarkerInfoApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev"
21:48:16.107 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-10007"]
21:48:16.109 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
21:48:16.110 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24]
21:48:16.182 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
21:48:22.134 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited
21:48:22.135 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
21:48:22.136 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
21:48:23.290 [main] INFO c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
21:48:27.407 [main] INFO c.m.c.r.RabbitConfig - [init,27] - Rabbit模块 启动成功!
21:48:27.693 [main] INFO c.m.c.x.XXLJobConfig - [xxlJobExecutor,25] - >>>>>>>>>>> xxl-job config init success.
21:48:30.253 [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@60f3813e[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoNoParam]
21:48:30.253 [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@8292c6a[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoOneParam]
21:48:30.362 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-10007"]
21:48:30.514 [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
21:48:31.522 [main] INFO c.a.n.client.naming - [initNamespaceForNaming,62] - initializer namespace from ans.namespace attribute : null
21:48:31.523 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$0,66] - initializer namespace from ALIBABA_ALIWARE_NAMESPACE attribute :null
21:48:31.524 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$1,73] - initializer namespace from namespace attribute :null
21:48:31.528 [main] INFO c.a.n.client.naming - [<init>,74] - FailoverDataSource type is class com.alibaba.nacos.client.naming.backups.datasource.DiskFailoverDataSource
21:48:31.532 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
21:48:31.532 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
21:48:31.536 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,118] - [RpcClientFactory] create a new rpc client of 3e84a0a4-4937-4433-a049-655035f840a3
21:48:31.539 [main] INFO c.a.n.client.naming - [<init>,109] - Create naming rpc client for uuid->3e84a0a4-4937-4433-a049-655035f840a3
21:48:31.539 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [3e84a0a4-4937-4433-a049-655035f840a3] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
21:48:31.539 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [3e84a0a4-4937-4433-a049-655035f840a3] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
21:48:31.539 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [3e84a0a4-4937-4433-a049-655035f840a3] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
21:48:31.540 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [3e84a0a4-4937-4433-a049-655035f840a3] Try to connect to server on start up, server: {serverIp = '10.0.1.97', server main port = 8848}
21:48:31.540 [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}
21:48:31.966 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [3e84a0a4-4937-4433-a049-655035f840a3] Success to connect to server [10.0.1.97:8848] on start up, connectionId = 1725893314955_10.0.1.6_63286
21:48:31.967 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [3e84a0a4-4937-4433-a049-655035f840a3] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
21:48:31.967 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [3e84a0a4-4937-4433-a049-655035f840a3] Notify connected event to listeners.
21:48:31.967 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [3e84a0a4-4937-4433-a049-655035f840a3] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$645/0x0000024409465fe0
21:48:31.967 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect
21:48:31.968 [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.121.217', port=10007, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={IPv6=null, preserved.register.source=SPRING_CLOUD}}
21:48:32.054 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,76] - nacos registry, DEFAULT_GROUP cloud-apimaster 192.168.121.217:10007 register finished
21:48:33.193 [main] INFO c.m.m.MarkerInfoApplication - [logStarted,56] - Started MarkerInfoApplication in 26.133 seconds (process running for 26.784)
21:48:33.204 [main] INFO c.a.n.c.c.i.CacheData - [initNotifyWarnTimeout,72] - config listener notify warn timeout millis use default 60000 millis
21:48:33.204 [main] INFO c.a.n.c.c.i.CacheData - [<clinit>,99] - nacos.cache.data.init.snapshot = true
21:48:33.205 [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
21:48:33.211 [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
21:48:33.211 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-apimaster.yml, group=DEFAULT_GROUP
21:48:33.212 [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
21:48:33.212 [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
21:48:33.212 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-apimaster-dev.yml, group=DEFAULT_GROUP
21:48:33.213 [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
21:48:33.213 [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
21:48:33.213 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-apimaster, group=DEFAULT_GROUP
21:49:51.668 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,91] - >>>>>>>>>>> xxl-job remoting server stop.
21:49:51.766 [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]
21:49:51.766 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,105] - >>>>>>>>>>> xxl-job, executor registry thread destroy.
21:49:51.767 [SpringApplicationShutdownHook] INFO c.x.j.c.s.EmbedServer - [stop,117] - >>>>>>>>>>> xxl-job remoting server destroy success.
21:49:51.767 [xxl-job, executor JobLogFileCleanThread] INFO c.x.j.c.t.JobLogFileCleanThread - [run,99] - >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
21:49:51.768 [xxl-job, executor TriggerCallbackThread] INFO c.x.j.c.t.TriggerCallbackThread - [run,98] - >>>>>>>>>>> xxl-job, executor callback thread destroy.
21:49:51.768 [Thread-11] INFO c.x.j.c.t.TriggerCallbackThread - [run,128] - >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
21:49:51.777 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,95] - De-registering from Nacos Server now...
21:49:51.777 [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.121.217', port=10007, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={}}
21:49:51.923 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,115] - De-registration finished.
21:49:51.925 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,254] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown begin
21:49:51.926 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,180] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown begin
21:49:51.926 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,182] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown stop
21:49:51.926 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,256] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown stop
21:49:51.926 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,204] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown begin
21:49:51.926 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,147] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown begin
21:49:51.926 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,149] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown stop
21:49:51.926 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,218] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown begin
21:49:51.927 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,223] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown stop
21:49:51.927 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,468] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown begin
21:49:51.927 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,470] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown stop
21:49:51.927 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,487] - Shutdown naming grpc client proxy for uuid->3e84a0a4-4937-4433-a049-655035f840a3
21:49:51.927 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,331] - Shutdown grpc redo service executor java.util.concurrent.ScheduledThreadPoolExecutor@7dfe4406[Running, pool size = 1, active threads = 0, queued tasks = 1, completed tasks = 26]
21:49:51.927 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,425] - Shutdown rpc client, set status to shutdown
21:49:51.928 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,427] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@28c77e24[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
21:49:51.928 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725893314955_10.0.1.6_63286
21:49:51.934 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,187] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@528c0ab5[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 25]
21:49:51.934 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutDownAndRemove,497] - shutdown and remove naming rpc client for uuid ->3e84a0a4-4937-4433-a049-655035f840a3
21:49:51.935 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialWatcher - [stop,107] - [null] CredentialWatcher is stopped
21:49:51.935 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialService - [free,91] - [null] CredentialService is freed
21:49:51.935 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,211] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown stop
21:49:51.935 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [3e84a0a4-4937-4433-a049-655035f840a3] Server healthy check fail, currentConnection = 1725893314955_10.0.1.6_63286
21:49:51.938 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
21:49:51.940 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ...
21:49:51.947 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed
21:49:51.947 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success,
21:49:51.947 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye

View File

@ -1,185 +1,69 @@
09:26:56.411 [main] INFO c.m.m.MarkerInfoApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev" 09:21:17.756 [main] INFO c.m.m.MarkerInfoApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev"
09:27:00.087 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-10008"] 09:21:20.161 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-10007"]
09:27:00.090 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat] 09:21:20.162 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
09:27:00.091 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24] 09:21:20.162 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24]
09:27:00.215 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext 09:21:20.222 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
09:45:36.860 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [5ea2a833-1997-4f03-89dd-409e6fc15d6a_config-0] Server healthy check fail, currentConnection = 1725758815862_10.0.1.6_63034 09:21:20.637 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [707c8477-a22d-4277-aae6-6f947e75ea33_config-0] Fail to connect server, after trying 1 times, last try server is {serverIp = '10.0.1.97', server main port = 8848}, error = unknown
09:45:36.861 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [5ea2a833-1997-4f03-89dd-409e6fc15d6a_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server. 09:21:20.850 [com.alibaba.nacos.client.remote.worker.1] 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}
09:45:36.863 [com.alibaba.nacos.client.remote.worker.1] 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} 09:21:23.867 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [707c8477-a22d-4277-aae6-6f947e75ea33_config-0] Fail to connect server, after trying 2 times, last try server is {serverIp = '10.0.1.97', server main port = 8848}, error = unknown
09:45:40.001 [com.alibaba.nacos.client.remote.worker.1] 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} 09:21:24.179 [com.alibaba.nacos.client.remote.worker.1] 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}
09:45:43.010 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [5ea2a833-1997-4f03-89dd-409e6fc15d6a_config-0] Fail to connect server, after trying 1 times, last try server is {serverIp = '10.0.1.97', server main port = 8848}, error = unknown 09:21:27.190 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [707c8477-a22d-4277-aae6-6f947e75ea33_config-0] Fail to connect server, after trying 3 times, last try server is {serverIp = '10.0.1.97', server main port = 8848}, error = unknown
09:45:43.225 [com.alibaba.nacos.client.remote.worker.1] 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} 09:21:27.594 [com.alibaba.nacos.client.remote.worker.1] 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}
09:45:46.239 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [5ea2a833-1997-4f03-89dd-409e6fc15d6a_config-0] Fail to connect server, after trying 2 times, last try server is {serverIp = '10.0.1.97', server main port = 8848}, error = unknown 09:21:30.611 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [707c8477-a22d-4277-aae6-6f947e75ea33_config-0] Fail to connect server, after trying 4 times, last try server is {serverIp = '10.0.1.97', server main port = 8848}, error = unknown
09:45:46.550 [com.alibaba.nacos.client.remote.worker.1] 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} 09:21:31.123 [com.alibaba.nacos.client.remote.worker.1] 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}
09:45:49.563 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [5ea2a833-1997-4f03-89dd-409e6fc15d6a_config-0] Fail to connect server, after trying 3 times, last try server is {serverIp = '10.0.1.97', server main port = 8848}, error = unknown 09:21:32.110 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.a.AbstractAbilityControlManager - [initAbilityTable,61] - Ready to get current node abilities...
09:45:49.968 [com.alibaba.nacos.client.remote.worker.1] 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} 09:21:32.111 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.a.AbstractAbilityControlManager - [initAbilityTable,89] - Ready to initialize current node abilities, support modes: [SDK_CLIENT]
09:45:52.957 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited 09:21:32.112 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.a.AbstractAbilityControlManager - [initAbilityTable,94] - Initialize current abilities finish...
09:45:52.995 [Druid-ConnectionPool-Create-1838654295] INFO c.a.d.p.DruidAbstractDataSource - [setFailContinuous,1900] - {dataSource-1} failContinuous is true 09:21:32.112 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.a.d.NacosAbilityManagerHolder - [initAbilityControlManager,85] - [AbilityControlManager] Successfully initialize AbilityControlManager
09:45:52.997 [main] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat] 09:21:32.471 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [707c8477-a22d-4277-aae6-6f947e75ea33_config-0] Success to connect a server [10.0.1.97:8848], connectionId = 1725931291325_10.0.1.6_63805
09:45:52.997 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [5ea2a833-1997-4f03-89dd-409e6fc15d6a_config-0] Fail to connect server, after trying 4 times, last try server is {serverIp = '10.0.1.97', server main port = 8848}, error = unknown 09:21:32.472 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [707c8477-a22d-4277-aae6-6f947e75ea33_config-0] Notify connected event to listeners.
11:57:40.787 [main] INFO c.m.m.MarkerInfoApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev" 09:21:32.472 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onConnected,713] - [707c8477-a22d-4277-aae6-6f947e75ea33_config-0] Connected,notify listen context...
11:57:43.358 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-10008"] 09:22:26.920 [main] INFO c.m.m.MarkerInfoApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev"
11:57:43.359 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat] 09:22:29.360 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-10007"]
11:57:43.360 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24] 09:22:29.363 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:57:43.425 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext 09:22:29.363 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24]
11:57:43.669 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [eccb0c89-e428-4dfc-9a04-8f1aea4e583e_config-0] Fail to connect server, after trying 1 times, last try server is {serverIp = '10.0.1.97', server main port = 8848}, error = unknown 09:22:29.423 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:57:43.871 [com.alibaba.nacos.client.remote.worker.1] 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} 09:22:41.761 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited
11:57:46.884 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [eccb0c89-e428-4dfc-9a04-8f1aea4e583e_config-0] Fail to connect server, after trying 2 times, last try server is {serverIp = '10.0.1.97', server main port = 8848}, error = unknown 09:22:41.763 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
11:57:47.198 [com.alibaba.nacos.client.remote.worker.1] 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} 09:22:41.763 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
11:57:50.206 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [eccb0c89-e428-4dfc-9a04-8f1aea4e583e_config-0] Fail to connect server, after trying 3 times, last try server is {serverIp = '10.0.1.97', server main port = 8848}, error = unknown 09:22:42.755 [main] INFO c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
11:57:50.610 [com.alibaba.nacos.client.remote.worker.1] 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} 09:22:46.547 [main] INFO c.m.c.r.RabbitConfig - [init,27] - Rabbit模块 启动成功!
11:57:53.616 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [eccb0c89-e428-4dfc-9a04-8f1aea4e583e_config-0] Fail to connect server, after trying 4 times, last try server is {serverIp = '10.0.1.97', server main port = 8848}, error = unknown 09:22:46.805 [main] INFO c.m.c.x.XXLJobConfig - [xxlJobExecutor,25] - >>>>>>>>>>> xxl-job config init success.
11:57:54.128 [com.alibaba.nacos.client.remote.worker.1] 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} 09:22:49.219 [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@5c176a0f[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoNoParam]
11:57:57.136 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [eccb0c89-e428-4dfc-9a04-8f1aea4e583e_config-0] Fail to connect server, after trying 5 times, last try server is {serverIp = '10.0.1.97', server main port = 8848}, error = unknown 09:22:49.219 [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@5f30bcf3[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoOneParam]
11:57:57.742 [com.alibaba.nacos.client.remote.worker.1] 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} 09:22:49.311 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-10007"]
11:58:00.759 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [eccb0c89-e428-4dfc-9a04-8f1aea4e583e_config-0] Fail to connect server, after trying 6 times, last try server is {serverIp = '10.0.1.97', server main port = 8848}, error = unknown 09:22:49.426 [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
11:58:01.464 [com.alibaba.nacos.client.remote.worker.1] 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} 09:22:50.444 [main] INFO c.a.n.client.naming - [initNamespaceForNaming,62] - initializer namespace from ans.namespace attribute : null
11:58:04.479 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [eccb0c89-e428-4dfc-9a04-8f1aea4e583e_config-0] Fail to connect server, after trying 7 times, last try server is {serverIp = '10.0.1.97', server main port = 8848}, error = unknown 09:22:50.444 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$0,66] - initializer namespace from ALIBABA_ALIWARE_NAMESPACE attribute :null
11:58:04.937 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited 09:22:50.445 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$1,73] - initializer namespace from namespace attribute :null
11:58:04.940 [main] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat] 09:22:50.448 [main] INFO c.a.n.client.naming - [<init>,74] - FailoverDataSource type is class com.alibaba.nacos.client.naming.backups.datasource.DiskFailoverDataSource
15:11:38.340 [main] INFO c.m.m.MarkerInfoApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev" 09:22:50.451 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
15:11:41.627 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-10008"] 09:22:50.451 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
15:11:41.628 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat] 09:22:50.455 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,118] - [RpcClientFactory] create a new rpc client of e0fb408e-9e69-4a72-ba5a-dcc3f234dc4a
15:11:41.629 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24] 09:22:50.457 [main] INFO c.a.n.client.naming - [<init>,109] - Create naming rpc client for uuid->e0fb408e-9e69-4a72-ba5a-dcc3f234dc4a
15:11:41.711 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext 09:22:50.457 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e0fb408e-9e69-4a72-ba5a-dcc3f234dc4a] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
15:11:45.783 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited 09:22:50.457 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e0fb408e-9e69-4a72-ba5a-dcc3f234dc4a] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
15:11:45.785 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success 09:22:50.457 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e0fb408e-9e69-4a72-ba5a-dcc3f234dc4a] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
15:11:45.785 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] 09:22:50.458 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e0fb408e-9e69-4a72-ba5a-dcc3f234dc4a] Try to connect to server on start up, server: {serverIp = '10.0.1.97', server main port = 8848}
15:11:45.886 [main] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing .... 09:22:50.458 [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}
15:11:45.888 [main] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ... 09:22:51.280 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e0fb408e-9e69-4a72-ba5a-dcc3f234dc4a] Success to connect to server [10.0.1.97:8848] on start up, connectionId = 1725931370863_10.0.1.6_63969
15:11:45.895 [main] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed 09:22:51.280 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e0fb408e-9e69-4a72-ba5a-dcc3f234dc4a] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
15:11:45.896 [main] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success, 09:22:51.280 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e0fb408e-9e69-4a72-ba5a-dcc3f234dc4a] Notify connected event to listeners.
15:11:45.896 [main] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye 09:22:51.280 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e0fb408e-9e69-4a72-ba5a-dcc3f234dc4a] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$645/0x0000020401466818
15:11:45.897 [main] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat] 09:22:51.280 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect
15:23:30.442 [main] INFO c.m.m.MarkerInfoApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev" 09:22:51.281 [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.121.217', port=10007, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={IPv6=null, preserved.register.source=SPRING_CLOUD}}
15:23:32.935 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-10008"] 09:22:51.533 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,76] - nacos registry, DEFAULT_GROUP cloud-apimaster 192.168.121.217:10007 register finished
15:23:32.937 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat] 09:22:52.661 [main] INFO c.m.m.MarkerInfoApplication - [logStarted,56] - Started MarkerInfoApplication in 31.481 seconds (process running for 32.061)
15:23:32.938 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24] 09:22:52.668 [main] INFO c.a.n.c.c.i.CacheData - [initNotifyWarnTimeout,72] - config listener notify warn timeout millis use default 60000 millis
15:23:33.008 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext 09:22:52.668 [main] INFO c.a.n.c.c.i.CacheData - [<clinit>,99] - nacos.cache.data.init.snapshot = true
15:23:46.925 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited 09:22:52.669 [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
15:23:46.926 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success 09:22:52.675 [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
15:23:46.927 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] 09:22:52.675 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-apimaster.yml, group=DEFAULT_GROUP
15:23:47.014 [main] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing .... 09:22:52.676 [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
15:23:47.016 [main] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ... 09:22:52.676 [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
15:23:47.021 [main] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed 09:22:52.676 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-apimaster-dev.yml, group=DEFAULT_GROUP
15:23:47.021 [main] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success, 09:22:52.676 [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
15:23:47.022 [main] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye 09:22:52.676 [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
15:23:47.023 [main] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat] 09:22:52.677 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-apimaster, group=DEFAULT_GROUP
16:36:33.727 [main] INFO c.m.m.MarkerInfoApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev" 09:26:15.508 [http-nio-10007-exec-1] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
16:36:36.273 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-10008"] 09:32:27.766 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-apimaster', registryValue='http://192.168.33.217:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(Read timed out), for url : http://10.0.2.1:20080/api/registry, content=null]
16:36:36.275 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
16:36:36.275 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24]
16:36:36.352 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
16:36:51.871 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited
16:36:51.872 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
16:36:51.873 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
16:36:51.966 [main] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
16:36:51.967 [main] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ...
16:36:51.973 [main] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed
16:36:51.974 [main] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success,
16:36:51.974 [main] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye
16:36:51.975 [main] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
16:37:15.531 [main] INFO c.m.m.MarkerInfoApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev"
16:37:18.112 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-10008"]
16:37:18.114 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
16:37:18.114 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24]
16:37:18.182 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
16:37:33.935 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited
16:37:33.936 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
16:37:33.936 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
16:37:34.027 [main] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
16:37:34.029 [main] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ...
16:37:34.034 [main] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed
16:37:34.034 [main] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success,
16:37:34.035 [main] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye
16:37:34.036 [main] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
23:05:41.882 [main] INFO c.m.m.MarkerInfoApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev"
23:05:44.510 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-10008"]
23:05:44.512 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
23:05:44.512 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24]
23:05:44.591 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
23:05:58.654 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited
23:05:58.655 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
23:05:58.655 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
23:05:58.742 [main] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
23:05:58.744 [main] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ...
23:05:58.750 [main] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed
23:05:58.750 [main] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success,
23:05:58.751 [main] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye
23:05:58.752 [main] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
23:50:02.934 [main] INFO c.m.m.MarkerInfoApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev"
23:50:05.401 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-10008"]
23:50:05.403 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
23:50:05.404 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24]
23:50:05.468 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
23:50:18.094 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited
23:50:18.095 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
23:50:18.095 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
23:50:18.184 [main] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
23:50:18.185 [main] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ...
23:50:18.190 [main] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed
23:50:18.190 [main] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success,
23:50:18.190 [main] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye
23:50:18.191 [main] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
23:51:40.016 [main] INFO c.m.m.MarkerInfoApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev"
23:51:42.306 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-10008"]
23:51:42.308 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
23:51:42.308 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24]
23:51:42.370 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
23:52:06.489 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited
23:52:06.490 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
23:52:06.490 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
23:52:06.566 [main] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
23:52:06.568 [main] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ...
23:52:06.574 [main] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed
23:52:06.574 [main] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success,
23:52:06.574 [main] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye
23:52:06.575 [main] INFO o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
22:23:30.640 [main] INFO c.m.m.MarkerInfoApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev"
22:23:33.154 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-10008"]
22:23:33.157 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
22:23:33.158 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24]
22:23:33.270 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
22:23:43.487 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited
22:23:43.488 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
22:23:43.489 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
22:23:44.549 [main] INFO c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
22:23:48.487 [main] INFO c.m.c.r.RabbitConfig - [init,27] - Rabbit模块 启动成功!
22:23:48.743 [main] INFO c.m.c.x.XXLJobConfig - [xxlJobExecutor,25] - >>>>>>>>>>> xxl-job config init success.
22:23:51.192 [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@7e41aabf[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoNoParam]
22:23:51.193 [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@40c0151a[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoOneParam]
22:23:51.293 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-10008"]
22:23:51.422 [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
22:23:52.437 [main] INFO c.a.n.client.naming - [initNamespaceForNaming,62] - initializer namespace from ans.namespace attribute : null
22:23:52.437 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$0,66] - initializer namespace from ALIBABA_ALIWARE_NAMESPACE attribute :null
22:23:52.438 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$1,73] - initializer namespace from namespace attribute :null
22:23:52.442 [main] INFO c.a.n.client.naming - [<init>,74] - FailoverDataSource type is class com.alibaba.nacos.client.naming.backups.datasource.DiskFailoverDataSource
22:23:52.445 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
22:23:52.445 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
22:23:52.448 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,118] - [RpcClientFactory] create a new rpc client of 422098fc-1d4a-458c-9a04-8ebb363528f2
22:23:52.449 [main] INFO c.a.n.client.naming - [<init>,109] - Create naming rpc client for uuid->422098fc-1d4a-458c-9a04-8ebb363528f2
22:23:52.451 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [422098fc-1d4a-458c-9a04-8ebb363528f2] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
22:23:52.451 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [422098fc-1d4a-458c-9a04-8ebb363528f2] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
22:23:52.452 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [422098fc-1d4a-458c-9a04-8ebb363528f2] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
22:23:52.452 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [422098fc-1d4a-458c-9a04-8ebb363528f2] Try to connect to server on start up, server: {serverIp = '10.0.1.97', server main port = 8848}
22:23:52.453 [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}
22:23:52.961 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [422098fc-1d4a-458c-9a04-8ebb363528f2] Success to connect to server [10.0.1.97:8848] on start up, connectionId = 1725805432592_10.0.1.6_64390
22:23:52.961 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [422098fc-1d4a-458c-9a04-8ebb363528f2] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
22:23:52.961 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [422098fc-1d4a-458c-9a04-8ebb363528f2] Notify connected event to listeners.
22:23:52.961 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [422098fc-1d4a-458c-9a04-8ebb363528f2] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$645/0x0000021781466600
22:23:52.961 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect
22:23:52.963 [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.121.217', port=10008, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={IPv6=null, preserved.register.source=SPRING_CLOUD}}
22:23:53.036 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,76] - nacos registry, DEFAULT_GROUP cloud-apimaster 192.168.121.217:10008 register finished
22:23:54.160 [main] INFO c.m.m.MarkerInfoApplication - [logStarted,56] - Started MarkerInfoApplication in 31.451 seconds (process running for 32.026)
22:23:54.166 [main] INFO c.a.n.c.c.i.CacheData - [initNotifyWarnTimeout,72] - config listener notify warn timeout millis use default 60000 millis
22:23:54.166 [main] INFO c.a.n.c.c.i.CacheData - [<clinit>,99] - nacos.cache.data.init.snapshot = true
22:23:54.167 [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
22:23:54.173 [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
22:23:54.174 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-apimaster.yml, group=DEFAULT_GROUP
22:23:54.175 [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
22:23:54.176 [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
22:23:54.176 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-apimaster-dev.yml, group=DEFAULT_GROUP
22:23:54.176 [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
22:23:54.176 [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
22:23:54.176 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-apimaster, group=DEFAULT_GROUP
22:24:33.216 [http-nio-10008-exec-2] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'

View File

@ -15,11 +15,8 @@
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>
<module>cloud-market-server</module> <module>cloud-market-server</module>
<module>cloud-market-client</module>
<module>cloud-market-common</module> <module>cloud-market-common</module>
<module>cloud-market-remote</module> <module>cloud-market-remote</module>
<module>cloud-market-polymerization</module>
<module>cloud-mart-ali</module>
</modules> </modules>