Skip to content

Commit

Permalink
Update quarkus for spring dev
Browse files Browse the repository at this point in the history
  • Loading branch information
danieloh30 committed Oct 22, 2024
1 parent 133d13f commit d3e1ac0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ INSERT INTO person(id, name, birth, eyes) VALUES (nextval('hibernate_sequence'),
```

The SQL statements displayed above will add records for three fake people to the database upon application startup.

# Congratulations!

In this topic you downloaded the source code from GitHub. You created a Panache entity named `Person`. You added the `EyeColor` enum. Also, you created a `PersonResource` for the application's RESTful API feature. Finally, you created the code to inject sample data into the application at start up.
Expand Down

0 comments on commit d3e1ac0

Please sign in to comment.