-
Notifications
You must be signed in to change notification settings - Fork 101
/
E:\test\logback.log
54 lines (54 loc) · 6.02 KB
/
E:\test\logback.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
16:34:44.478 logback [restartedMain] ERROR o.s.boot.SpringApplication - Application run failed
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)
at org.springframework.boot.context.properties.bind.Binder.bind(Binder.java:225)
at org.springframework.boot.context.properties.bind.Binder.bind(Binder.java:208)
at org.springframework.boot.context.properties.bind.Binder.bind(Binder.java:177)
at org.springframework.boot.context.logging.LoggingApplicationListener.setLogLevels(LoggingApplicationListener.java:342)
at org.springframework.boot.context.logging.LoggingApplicationListener.initializeFinalLoggingLevels(LoggingApplicationListener.java:318)
at org.springframework.boot.context.logging.LoggingApplicationListener.initialize(LoggingApplicationListener.java:266)
at org.springframework.boot.context.logging.LoggingApplicationListener.onApplicationEnvironmentPreparedEvent(LoggingApplicationListener.java:228)
at org.springframework.boot.context.logging.LoggingApplicationListener.onApplicationEvent(LoggingApplicationListener.java:201)
at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:172)
at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:165)
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:139)
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:127)
at org.springframework.boot.context.event.EventPublishingRunListener.environmentPrepared(EventPublishingRunListener.java:75)
at org.springframework.boot.SpringApplicationRunListeners.environmentPrepared(SpringApplicationRunListeners.java:54)
at org.springframework.boot.SpringApplication.prepareEnvironment(SpringApplication.java:347)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:306)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1260)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1248)
at com.hks.lettuce.LettuceApplication.main(LettuceApplication.java:25)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
Caused by: org.springframework.core.convert.ConverterNotFoundException: No converter found capable of converting from type [java.lang.String] to type [java.util.Map<java.lang.String, java.lang.String>]
at org.springframework.core.convert.support.GenericConversionService.handleConverterNotFound(GenericConversionService.java:321)
at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:194)
at org.springframework.boot.context.properties.bind.BindConverter$CompositeConversionService.convert(BindConverter.java:177)
at org.springframework.boot.context.properties.bind.BindConverter.convert(BindConverter.java:98)
at org.springframework.boot.context.properties.bind.BindConverter.convert(BindConverter.java:90)
at org.springframework.boot.context.properties.bind.MapBinder.bindAggregate(MapBinder.java:65)
at org.springframework.boot.context.properties.bind.AggregateBinder.bind(AggregateBinder.java:58)
at org.springframework.boot.context.properties.bind.Binder.lambda$bindAggregate$2(Binder.java:304)
at org.springframework.boot.context.properties.bind.Binder$Context.withIncreasedDepth(Binder.java:448)
at org.springframework.boot.context.properties.bind.Binder$Context.access$100(Binder.java:388)
at org.springframework.boot.context.properties.bind.Binder.bindAggregate(Binder.java:303)
at org.springframework.boot.context.properties.bind.Binder.bindObject(Binder.java:261)
at org.springframework.boot.context.properties.bind.Binder.bind(Binder.java:220)
... 23 common frames omitted
16:34:55.054 logback [restartedMain] INFO com.hks.lettuce.LettuceApplication - Starting LettuceApplication on localhost with PID 68058 (/Users/xueqiu/github/SpringBoot-Templates/spring-boot-lettuce/target/classes started by xueqiu in /Users/xueqiu/github/SpringBoot-Templates)
16:34:55.057 logback [restartedMain] INFO com.hks.lettuce.LettuceApplication - No active profile set, falling back to default profiles: default
16:34:55.163 logback [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
16:34:55.850 logback [restartedMain] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
16:34:55.858 logback [restartedMain] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data repositories in DEFAULT mode.
16:34:55.891 logback [restartedMain] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 18ms. Found 0 repository interfaces.
16:34:56.533 logback [restartedMain] INFO o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService
16:34:56.862 logback [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729
16:34:56.894 logback [restartedMain] INFO com.hks.lettuce.LettuceApplication - Started LettuceApplication in 2.53 seconds (JVM running for 3.436)
16:34:57.079 logback [restartedMain] INFO io.lettuce.core.EpollProvider - Starting without optional epoll library
16:34:57.081 logback [restartedMain] INFO io.lettuce.core.KqueueProvider - Starting without optional kqueue library
16:34:58.619 logback [Thread-13] INFO o.s.s.c.ThreadPoolTaskExecutor - Shutting down ExecutorService