4 lines
81 B
Kotlin
Raw Normal View History

package com.baeldung.springbootkotlin
data class HelloDto(val greeting: String)