Skip to content

Commit d3e1ac0

Browse files
committed
Update quarkus for spring dev
1 parent 133d13f commit d3e1ac0

File tree

1 file changed

+1
-1
lines changed
  • instruqt-tracks/developing-with-quarkus-panache/01-01-define-entity

1 file changed

+1
-1
lines changed

instruqt-tracks/developing-with-quarkus-panache/01-01-define-entity/assignment.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ INSERT INTO person(id, name, birth, eyes) VALUES (nextval('hibernate_sequence'),
322322
```
323323

324324
The SQL statements displayed above will add records for three fake people to the database upon application startup.
325-
325+
326326
# Congratulations!
327327

328328
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.

0 commit comments

Comments
 (0)