File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-boot-project/spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7845,7 +7845,7 @@ The easiest way to start with Spring Boot and Kotlin is to follow
78457845https://spring.io/guides/tutorials/spring-boot-kotlin/[this comprehensive tutorial]. You
78467846can create new Kotlin projects via
78477847https://start.spring.io/#!language=kotlin[start.spring.io]. Feel free to join the #spring
7848- channel of http://slack.kotlinlang.org/[Kotlin Slack] or ask a question with `spring`
7848+ channel of http://slack.kotlinlang.org/[Kotlin Slack] or ask a question with the `spring`
78497849and `kotlin` tags on https://stackoverflow.com/questions/tagged/spring+kotlin[Stack
78507850Overflow] if you need support.
78517851
@@ -7899,7 +7899,7 @@ Kotlin types inferred from Spring API but should be used with the knowledge that
78997899API nullability declaration could evolve even between minor releases and more checks may
79007900be added in the future).
79017901
7902- WARN : Generic type arguments, varargs and array elements nullability are not yet
7902+ WARNING : Generic type arguments, varargs and array elements nullability are not yet
79037903supported. See https://jira.spring.io/browse/SPR-15942[SPR-15942] for up-to-date
79047904information. Also be aware that Spring Boot's own API is {github-issues}10712[not yet
79057905annotated].
You can’t perform that action at this time.
0 commit comments