/postgres-demo

Postgres with Spring Boot

Primary LanguageJava

Postgres Demo

Spring Boot with Postgres and jsonb support. Column info from table users will contain:

{
  "ttl": 3,
  "notes": "This is a test note",
  "age": 30,
  "luckyNumbers": [
    3,
    5,
    6
  ],
  "additionalInfo": {
    "content": "My additional info."
  }
}