Build a CRUD App with Vue.js, Spring Boot, and Kotlin
Create a CRUD (create, read, update, and delete) application using Spring Boot and Vue.js.
Build a CRUD App with Vue.js, Spring Boot, and Kotlin
Create a CRUD (create, read, update, and delete) application using Spring Boot and Vue.js.
melanke
Hello, very interesting post, good read. I like your approach, I just don’t feel SpringBoot is versitle enough, but very good for general purposes. In my company we built a code generation tool that builts a server-side Kotlin project reading a pre-made MySQL database. And it also can generate a client-side Vue/Typescript app reading a openapi.json (or swagger.json). It is open source and if you want to use or have any suggestion on improvement it will be welcome.
Thanks again for the post, I might read it again to capture some ideas
yo
Quick note - for this step:
https://developer.okta.com/…
Some of the routing code from later steps is needed to run this - maybe better to move this step after the Okta setup.
Matt Raible
Thanks for the heads up. I’ll investigate.
Matt Raible
Thanks for reporting this issue. I found their were a couple files that had the completed code in them, rather than a skeleton to start with. I fixed the starter templates so everything should work as expected now.
yo