Skip to content

Instantly share code, notes, and snippets.

@Ozsie
Created April 14, 2018 19:57
Show Gist options
  • Save Ozsie/bec55e6ca80c8f34aadeeb606bb4d5f8 to your computer and use it in GitHub Desktop.
Save Ozsie/bec55e6ca80c8f34aadeeb606bb4d5f8 to your computer and use it in GitHub Desktop.
package com.github.ozsie.webfluxtest.model
import org.springframework.data.annotation.Id
data class Item(@Id val id: String?, val value: String)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment