Skip to content

Instantly share code, notes, and snippets.

View mguilherme's full-sized avatar

Miguel Guilherme mguilherme

View GitHub Profile
@mguilherme
mguilherme / OrderApp.kt
Last active March 5, 2021 09:30
Polymorphic example with jsonb
package com.example
import com.fasterxml.jackson.annotation.JsonProperty
import com.fasterxml.jackson.annotation.JsonTypeInfo
import com.vladmihalcea.hibernate.type.json.JsonBinaryType
import org.hibernate.annotations.Type
import org.hibernate.annotations.TypeDef
import org.springframework.boot.CommandLineRunner
import org.springframework.boot.autoconfigure.SpringBootApplication
import org.springframework.boot.runApplication