Greeting.java

  1. package com.lucidtech.puttingalltogether.model;

  2. public record Greeting(long id, String content) {
  3. }