randeexiong

Results 6 issues of randeexiong

```java uploadFileInfo.setSendTo("[email protected]").setSubject("流水明细文件") .setFilesBase64(new String[] {Base64.encode(new File("D:\\DocumentMoveData\\xxx\\Desktop\\123.zip"))}) .setFilesNames(new String[] {"asdf" + "-流水明细文件"}); String abc = JSON.toJSONString(uploadFileInfo); System.out.println(abc); ```

> 加入 QQ 群 1042370453 可直接与作者沟通 ### 请描述你遇到的问题:

help wanted

启动会报循环依赖错误 ``` *************************** APPLICATION FAILED TO START *************************** Description: The dependencies of some of the beans in the application context form a cycle: documentationPluginsBootstrapper defined in URL [jar:file:/D:/tools/java/maven/repo/io/springfox/springfox-spring-web/2.9.2/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/plugins/DocumentationPluginsBootstrapper.class] ↓ webMvcRequestHandlerProvider...

```log Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2022-09-16 21:40:32.892 ERROR 21568 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter : *************************** APPLICATION FAILED TO START ***************************...

## 后台输出的日志内容 ``` log 2022-09-17 22:25:07.918 INFO 24376 --- [io-1224-exec-10] o.m.f.l.a.l.ReportLogJsonFormatListener : Receiving Service: 【cbrc-statment-verify-services -> 192.168.221.2】, Request Log Report,Logging Content:[ { "traceId" : "602654081907957760", "spanId" : "602654081907957760", "parentSpanId" :...

使用logbook 2.16.0,配置了exclude参数,也只是配置了exclude,但还是被拦截,并导致druid monitor 无法正常登陆

Bug