-
-
Notifications
You must be signed in to change notification settings - Fork 364
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
Fixed: #3963 Added Kotlin Spring Boot Example #3965
Fixed: #3963 Added Kotlin Spring Boot Example #3965
Conversation
@lihaoyi i need your guidance actually, i had done first part but for second part i want to ask something so tell me for the todo mvc application do i need to follow exact the same code as present in the javalib example ? i am thinking of adding a good type of example and including some advanced crud, js and css so is this okay or you want to add something and i think this will give user a broad view on how to use mill for kotlin spring boot |
@himanshumahajan138 let's use the exact same Thymeleaf/JS/CSS as the Java example, just to keep things consistent. The only difference would be the build config and server implementation. For people who want more fancy things there's the Ktor and Ktor-KotlinJS examples. |
ok then working on this ✨ |
@lihaoyi It's Complete and i didn't played much with documentation part as i followed the way it was present in So Let's Finalize this and if anything required, please let me know... Thanks... |
Looks good @himanshumahajan138 , I'll close out the bounty |
Pull Request
Added Kotlin Example for Spring Boot
Fixes: #3963
Description
Adds Example for Kotlin Spring Boot
6-hello-spring-boot
and7-todo-spring-boot
Related Issues
Checklist
Status
Completed Addition