org.springframework.boot.context.properties.bind.BindException: Failed to bind properties under 'logging.level' to java.util.Map<java.lang.String, java.lang.String>
at org.springframework.boot.context.properties.bind.Binder.handleBindError(Binder.java:249) ~[spring-boot-2.1.3.RELEASE.jar:2.1.3.RELEASE]
at org.springframework.boot.context.properties.bind.Binder.bind(Binder.java:225) ~[spring-boot-2.1.3.RELEASE.jar:2.1.3.RELEASE]
at org.springframework.boot.context.properties.bind.Binder.bind(Binder.java:208) ~[spring-boot-2.1.3.RELEASE.jar:2.1.3.RELEASE]
at org.springframework.boot.context.properties.bind.Binder.bind(Binder.java:177) ~[spring-boot-2.1.3.RELEASE.jar:2.1.3.RELEASE]
at org.springframework.boot.context.logging.LoggingApplicationListener.setLogLevels(LoggingApplicationListener.java:338) ~[spring-boot-2.1.3.RELEASE.jar:2.1.3.RELEASE]
at org.springframework.boot.context.logging.LoggingApplicationListener.initializeFinalLoggingLevels(LoggingApplic
springboot配置日志级别报错原因
最新推荐文章于 2024-10-05 00:40:40 发布
在SpringBoot应用中,配置日志级别时遇到错误'Failed to bind properties under ‘logging.level’ to java.util.Map<java.lang.String, java.lang.String>'。问题根源在于期望的日志配置信息应当是Map类型的键值对,而非其他格式。"
104197923,8397602,使用Anaconda搭建Python虚拟环境与TensorFlow,"['Python', '深度学习', 'TensorFlow', 'anaconda', '虚拟环境']
摘要由CSDN通过智能技术生成