Sessions
Putting it all together
>
com.lucidtech.puttingalltogether.model
>
Greeting.java
Greeting.java
package
com
.
lucidtech
.
puttingalltogether
.
model
;
public
record
Greeting
(
long
id
,
String
content
)
{
}