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 @@ -7724,7 +7724,7 @@ The easiest way to start with Spring Boot and Kotlin is to follow
77247724https://spring.io/guides/tutorials/spring-boot-kotlin/[this comprehensive tutorial]. You
77257725can create new Kotlin projects via
77267726https://start.spring.io/#!language=kotlin[start.spring.io]. Feel free to join the #spring
7727- channel of http://slack.kotlinlang.org/[Kotlin Slack] or ask a question with `spring`
7727+ channel of http://slack.kotlinlang.org/[Kotlin Slack] or ask a question with the `spring`
77287728and `kotlin` tags on https://stackoverflow.com/questions/tagged/spring+kotlin[Stack
77297729Overflow] if you need support.
77307730
@@ -7778,7 +7778,7 @@ Kotlin types inferred from Spring API but should be used with the knowledge that
77787778API nullability declaration could evolve even between minor releases and more checks may
77797779be added in the future).
77807780
7781- WARN : Generic type arguments, varargs and array elements nullability are not yet
7781+ WARNING : Generic type arguments, varargs and array elements nullability are not yet
77827782supported. See https://jira.spring.io/browse/SPR-15942[SPR-15942] for up-to-date
77837783information. Also be aware that Spring Boot's own API is {github-issues}10712[not yet
77847784annotated].
You can’t perform that action at this time.
0 commit comments