Skip to content

Commit

Permalink
Update getting-started-reactive.adoc
Browse files Browse the repository at this point in the history
docs: 3 more required imports for /fruits GET endpoint
  • Loading branch information
RapTho authored Oct 28, 2024
1 parent fcc7889 commit ce07d89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/main/asciidoc/getting-started-reactive.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ Create the `src/main/java/org/acme/hibernate/orm/panache/FruitResource.java` fil
----
package org.acme.hibernate.orm.panache;
import java.util.List;
import io.quarkus.panache.common.Sort;
import io.smallrye.mutiny.Uni;
import jakarta.enterprise.context.ApplicationScoped;
import jakarta.ws.rs.Path;
Expand Down

0 comments on commit ce07d89

Please sign in to comment.