File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
spring-boot-project/spring-boot/src/main
java/org/springframework/boot/web/embedded/tomcat Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package org .springframework .boot .diagnostics . analyzer ;
17
+ package org .springframework .boot .web . embedded . tomcat ;
18
18
19
19
import org .springframework .boot .diagnostics .AbstractFailureAnalyzer ;
20
20
import org .springframework .boot .diagnostics .FailureAnalysis ;
21
- import org .springframework .boot .web .embedded .tomcat .ConnectorStartFailedException ;
22
21
23
22
/**
24
23
* An {@link AbstractFailureAnalyzer} for {@link ConnectorStartFailedException}.
Original file line number Diff line number Diff line change @@ -65,15 +65,15 @@ org.springframework.boot.diagnostics.analyzer.BeanNotOfRequiredTypeFailureAnalyz
65
65
org.springframework.boot.diagnostics.analyzer.BindFailureAnalyzer,\
66
66
org.springframework.boot.diagnostics.analyzer.BindValidationFailureAnalyzer,\
67
67
org.springframework.boot.diagnostics.analyzer.UnboundConfigurationPropertyFailureAnalyzer,\
68
- org.springframework.boot.diagnostics.analyzer.ConnectorStartFailureAnalyzer,\
69
68
org.springframework.boot.diagnostics.analyzer.NoSuchMethodFailureAnalyzer,\
70
69
org.springframework.boot.diagnostics.analyzer.NoUniqueBeanDefinitionFailureAnalyzer,\
71
70
org.springframework.boot.diagnostics.analyzer.PortInUseFailureAnalyzer,\
72
71
org.springframework.boot.diagnostics.analyzer.ValidationExceptionFailureAnalyzer,\
73
72
org.springframework.boot.diagnostics.analyzer.InvalidConfigurationPropertyNameFailureAnalyzer,\
74
73
org.springframework.boot.diagnostics.analyzer.InvalidConfigurationPropertyValueFailureAnalyzer,\
75
74
org.springframework.boot.diagnostics.analyzer.PatternParseFailureAnalyzer,\
76
- org.springframework.boot.liquibase.LiquibaseChangelogMissingFailureAnalyzer
75
+ org.springframework.boot.liquibase.LiquibaseChangelogMissingFailureAnalyzer,\
76
+ org.springframework.boot.web.embedded.tomcat.ConnectorStartFailureAnalyzer
77
77
78
78
# Failure Analysis Reporters
79
79
org.springframework.boot.diagnostics.FailureAnalysisReporter=\
You can’t perform that action at this time.
0 commit comments