Skip to content

Commit

Permalink
🔧 (#222): Management interface + base path
Browse files Browse the repository at this point in the history
  • Loading branch information
byte-sized-emi committed Dec 30, 2024
1 parent befe64a commit 66adb85
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 18 deletions.
17 changes: 0 additions & 17 deletions backend/app.hopps.fin-narrator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,3 @@ Or, if you don't have GraalVM installed, you can run the native executable build
You can then execute your native executable with: `./target/fin-narrator-1.0.0-SNAPSHOT-runner`

If you want to learn more about building native executables, please consult <https://quarkus.io/guides/maven-tooling>.

## Related Guides

- REST ([guide](https://quarkus.io/guides/rest)): A Jakarta REST implementation utilizing build time processing and Vert.x. This extension is not compatible with the quarkus-resteasy extension, or any of the extensions that depend on it.
- Micrometer Registry Prometheus ([guide](https://quarkus.io/guides/micrometer)): Enable Prometheus support for Micrometer
- SmallRye OpenAPI ([guide](https://quarkus.io/guides/openapi-swaggerui)): Document your REST APIs with OpenAPI - comes with Swagger UI
- REST Jackson ([guide](https://quarkus.io/guides/rest#json-serialisation)): Jackson serialization support for Quarkus REST. This extension is not compatible with the quarkus-resteasy extension, or any of the extensions that depend on it
- Jacoco - Code Coverage ([guide](https://quarkus.io/guides/tests-with-coverage)): Jacoco test coverage support
- Micrometer metrics ([guide](https://quarkus.io/guides/micrometer)): Instrument the runtime and your application with dimensional metrics using Micrometer.

## Provided Code

### REST

Easily start your REST Web Services

[Related guide section...](https://quarkus.io/guides/getting-started-reactive#reactive-jax-rs-resources)
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
#######################################
# Quarkus
#######################################
quarkus.management.enabled=true
quarkus.http.root-path=/api/fin-narrator
quarkus.smallrye-openapi.store-schema-directory=target/openapi
#######################################
# OpenAI
#######################################
# put the openai api key in backend/app.hopps.fin-narrator/.env
# with QUARKUS_LANGCHAIN4J_OPENAI_API_KEY=
%test.quarkus.langchain4j.openai.api-key=FAKE_API_KEY

0 comments on commit 66adb85

Please sign in to comment.