question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. Itย collects links to all the places you might be looking at while hunting down a tough bug.

And, if youโ€™re still stuck at the end, weโ€™re happy to hop on a call to see how we can help out.

๐Ÿ—„๐Ÿ”ง Kotlin/Spring

See original GitHub issue

Current 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:closed
  • Created 6 years ago
  • Reactions:3
  • Comments:24 (24 by maintainers)

github_iconTop GitHub Comments

2reactions
sandeeshcommented, May 5, 2017

@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.

2reactions
agrisoncommented, May 4, 2017

OK Iโ€™ll ping you once I tested it all ๐Ÿ˜ƒ

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found