You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/EnableAutoConfiguration.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@
37
37
* Enable auto-configuration of the Spring Application Context, attempting to guess and
38
38
* configure beans that you are likely to need. Auto-configuration classes are usually
39
39
* applied based on your classpath and what beans you have defined. For example, If you
40
-
* have {@code tomat-embedded.jar} on your classpath you are likely to want a
40
+
* have {@code tomcat-embedded.jar} on your classpath you are likely to want a
41
41
* {@link TomcatEmbeddedServletContainerFactory} (unless you have defined your own
0 commit comments