inisialisasi kembali
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# api-keluhan-mobile
|
||||
# PLN MOBILE
|
||||
|
||||
This project uses Quarkus, the Supersonic Subatomic Java Framework.
|
||||
|
||||
@@ -43,14 +43,13 @@ Or, if you don't have GraalVM installed, you can run the native executable build
|
||||
./mvnw package -Dnative -Dquarkus.native.container-build=true
|
||||
```
|
||||
|
||||
You can then execute your native executable with: `./target/api-keluhan-mobile-1.0.0-SNAPSHOT-runner`
|
||||
You can then execute your native executable with: `./target/ap2t-api-1.0.0-runner`
|
||||
|
||||
If you want to learn more about building native executables, please consult https://quarkus.io/guides/maven-tooling.
|
||||
|
||||
## Related Guides
|
||||
|
||||
- RESTEasy Reactive ([guide](https://quarkus.io/guides/resteasy-reactive)): 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.
|
||||
- Reactive PostgreSQL client ([guide](https://quarkus.io/guides/reactive-sql-clients)): Connect to the PostgreSQL database using the reactive pattern
|
||||
|
||||
## Provided Code
|
||||
|
||||
|
||||
Reference in New Issue
Block a user