File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ quarkus.log.level = INFO
15
15
quarkus.log.category."org.lfenergy.compas.scl.data".level = INFO
16
16
17
17
# Add scanning these dependencies for scanning, also used by native compilation.
18
- quarkus.index-dependency.jaxrs-commons.group-id = org.lfenergy.compas.core
19
- quarkus.index-dependency.jaxrs-commons.artifact-id = jaxrs-commons
18
+ quarkus.index-dependency.jaxrs-commons.group-id = org.lfenergy.compas.core
19
+ quarkus.index-dependency.jaxrs-commons.artifact-id = jaxrs-commons
20
20
21
- quarkus.index-dependency.scl-data-service.group-id = org.lfenergy.compas.scl.data
22
- quarkus.index-dependency.scl-data-service.artifact-id = service
21
+ quarkus.index-dependency.scl-data-service.group-id = org.lfenergy.compas.scl.data
22
+ quarkus.index-dependency.scl-data-service.artifact-id = service
23
23
24
- quarkus.index-dependency.scl-data-repository.group-id = org.lfenergy.compas.scl.data
25
- quarkus.index-dependency.scl-data-repository.artifact-id = repository
24
+ quarkus.index-dependency.scl-data-repository.group-id = org.lfenergy.compas.scl.data
25
+ quarkus.index-dependency.scl-data-repository.artifact-id = repository
26
26
27
27
# Smallrye JWT Properties (Microprofile)
28
28
smallrye.jwt.verify.key.location = ${JWT_VERIFY_KEY:http://localhost:8089/auth/realms/compas/protocol/openid-connect/certs}
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ You can run the following command to build the PostgreSQL version of the applica
55
55
You can run your application in dev mode that enables live coding using:
56
56
57
57
``` shell script
58
- ./mvnw -DskipTests=true -Dquarkus.profile=dev-postgres package io.quarkus:quarkus-maven-plugin::dev
58
+ ./mvnw -DskipTests=true -Dquarkus.profile=dev-postgresql package io.quarkus:quarkus-maven-plugin::dev
59
59
```
60
60
61
61
### Creating a native executable
You can’t perform that action at this time.
0 commit comments