๐๐ง Kotlin/Spring
See original GitHub issueCurrent Status
Repository (WIP):
agrison/realworld-kotlin-spring
Help
Come and help improve the codebase ๐
Todo:
- ๐ Fork the starter repo & post the link in this issue
- ๐จ Create logo for repo & update issue status (@ericsimons)
- ๐จ Implement all of Conduitโs functionality per the spec & API
- ๐ Move repo to main org & Peer review final codebase by admins/community (RFC)
- ๐ Tag v1 release and officially list it on the README!
Specifics
Spring Data REST
I did chose not to use Spring Data REST because it gets complicated to remove the _embedded
element as itโs a fully HAL+JSON compliant library which does not work well with the API spec of the real world app project.
Spring Security
Regarding Spring Security, I think its too complex to implement for such a simple use case (extracting the Authorization
header, check in db then parse the JWT).
Database
For the moment it uses a simple H2 in memory db, but it can be changed easily.
Testing
Testing needs to be implemented
Issue Analytics
- State:
- Created 6 years ago
- Reactions:3
- Comments:24 (24 by maintainers)
Top Results From Across the Web
Tutorial | Building web applications with Spring Boot and Kotlin
Visit https://start.spring.io and choose the Kotlin language. Gradle is the most commonly used build tool in Kotlin, and it provides a Kotlin DSL...
Read more >Get started with Spring Boot and Kotlin
Get started with Spring Boot and Kotlin by completing this tutorial: it walks you through the process of creating a simple application withย ......
Read more >Spring Boot (reactive) + Kotlin #124 - gothinkster/realworld
I'm starting this one as soon as possible โ it won't be "completed" until Spring Data have a release with support for reactive...
Read more >Spring Boot with Kotlin & JUnit 5 - Tutorial 1 - Introduction
Early-bird access to all of Peter's future courses: https://www.codealong.tv/f/early-bird-signup๐ Learn Kotlin on Peter's channel:ย ...
Read more >Kotlin and Spring Boot: Getting Started - RayWenderlich.com
Fortunately, Spring Boot also supports Kotlin and Gradle, which means you don't ... As you can see in the output on the run...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@agrison awesome ๐ Iโve never worked with spring before. Iโll get your project setup and give the api a test from my end and give you my feedback by today.
OK Iโll ping you once I tested it all ๐