# springboot-demo **Repository Path**: singleo0/springboot-demo ## Basic Information - **Project Name**: springboot-demo - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-16 - **Last Updated**: 2022-12-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1.多数据源配置 2.多数据源事务配置 3.nacos配置 4.robbin配置 5.cors跨域配置 6.切面demo,拦截所有以Trace结尾的方法,在前后打印入参和出参 7.拦截demo,拦截所有request请求和response响应,打印请求ip,时间戳,请求资源 8.监听器demo,监听requestServlet的初始化和销毁 9.定时任务,读取xml默认key定时刷新redis 10.logConfigHandler从交换区获取事件跟踪号evtTraceId,添加日志MDC 11.多线程任务util,multiThreadTaskUtil,创建多线程任务代理类,将父线程MDC传递给子线程MDC