4 lines
81 B
Kotlin
4 lines
81 B
Kotlin
|
package com.baeldung.springbootkotlin
|
||
|
|
||
|
data class HelloDto(val greeting: String)
|