Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make SpringApplication Kotlin samples idiomatic #31463

Closed
wants to merge 1 commit into from
Closed

Make SpringApplication Kotlin samples idiomatic #31463

wants to merge 1 commit into from

Conversation

sdeleuze
Copy link
Contributor

@sdeleuze sdeleuze commented Jun 20, 2022

Use runApplication<MyApplication>(*args) instead of SpringApplication.run(MyApplication::class.java, *args) as recommended.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants