I am almost done with my Spring Boot 2 + Kotlin + ...
# spring
s
I am almost done with my Spring Boot 2 + Kotlin + JPA tuto, feedback and fixes (via PR) welcome https://github.com/sdeleuze/tut-spring-boot-kotlin
👍 4
👌 3
h
s
Fixed thanks
c
You could put some examples of customizing the repository with @Query annotations, when I was looking for a way to customize my repository queries, I found some ways to do this, like creating a custom repository interface and then the implementation of this interface, but it uses at least 2 new files for repository and I thought that with the natural growing of a project this could be a problem, so I found that you could use the @Query annotation in your repository to perform custom queries and it was great. Maybe you could include this in your tutorial.
s
Not sure about that one since this is not Kotlin specific
b
instead of mustashe
s
Because I don't think it is suitable to work with designers which is an important point for me, and also because we don't have dedicated support in Spring for it yet, even if it can be integrated via JSR 223.
b
I see. Thanks for the explanation.
👍 1