Skip to content

Commit dc5254c

Browse files
committed
Merge branch '1.5.x'
2 parents c999704 + b53f108 commit dc5254c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

spring-boot-dependencies/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1365,6 +1365,11 @@
13651365
<artifactId>tomcat-annotations-api</artifactId>
13661366
<version>${tomcat.version}</version>
13671367
</dependency>
1368+
<dependency>
1369+
<groupId>org.apache.tomcat</groupId>
1370+
<artifactId>tomcat-annotations-api</artifactId>
1371+
<version>${tomcat.version}</version>
1372+
</dependency>
13681373
<dependency>
13691374
<groupId>org.apache.tomcat</groupId>
13701375
<artifactId>tomcat-jdbc</artifactId>

spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@ does not inject other beans from the context. Having said that, The
980980
`@EnableConfigurationProperties` annotation is _also_ automatically applied to your project
981981
so that any _existing_ bean annotated with `@ConfigurationProperties` will be configured
982982
from the `Environment`. You could shortcut `MyConfiguration` above by making sure
983-
`FooProperties` is a already a bean:
983+
`FooProperties` is already a bean:
984984

985985
[source,java,indent=0]
986986
----

0 commit comments

Comments
 (0)