antonarhipov
07/06/2022, 10:50 AMmbonnin
07/06/2022, 12:16 PMantonarhipov
07/06/2022, 12:20 PMmbonnin
07/06/2022, 12:22 PMantonarhipov
07/06/2022, 12:23 PMmbonnin
07/06/2022, 12:24 PMantonarhipov
07/06/2022, 12:24 PMmbonnin
07/06/2022, 12:25 PMEmil Kantis
07/07/2022, 12:41 PMantonarhipov
07/07/2022, 12:43 PMEmil Kantis
07/07/2022, 12:43 PMmplementation("org.jetbrains.kotlin:kotlin-reflect") Kotlin reflection
library, required for working with Spring
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
Adding stdlib is no longer needed, gradle plugin adds it automatically
and I would change the kotlin reflect dependency to implementation(kotlin("reflect"))
antonarhipov
07/07/2022, 12:45 PMsreich
07/07/2022, 3:46 PMcorneil
07/07/2022, 6:30 PM@Column
to show custom names, many organizations have specific naming conventions or may be using existing existing tables.
Also create separate interface for MessageService so that Controller depends on interface and not implementationsdeleuze
07/08/2022, 6:04 PMMessageResource
to MessageController
would be more idiomatic?sreich
07/08/2022, 6:08 PM@Column
, be more in line with what most people are doing (including my orgs code)sdeleuze
07/08/2022, 6:08 PM