Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/conorfennell/micronaut-graal-vm
https://github.com/conorfennell/micronaut-graal-vm
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/conorfennell/micronaut-graal-vm
- Owner: conorfennell
- Created: 2021-12-11T16:35:52.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-14T18:22:40.000Z (about 2 years ago)
- Last Synced: 2024-03-18T18:10:45.670Z (8 months ago)
- Language: Kotlin
- Size: 663 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Micronaut 3.2.1 Documentation
- [User Guide](https://docs.micronaut.io/3.2.1/guide/index.html)
- [API Reference](https://docs.micronaut.io/3.2.1/api/index.html)
- [Configuration Reference](https://docs.micronaut.io/3.2.1/guide/configurationreference.html)
- [Micronaut Guides](https://guides.micronaut.io/index.html)
---## Feature http-client documentation
- [Micronaut HTTP Client documentation](https://docs.micronaut.io/latest/guide/index.html#httpClient)
# setup
```bash
./gradlew dockerBuildNative
```# upgrade gradlew
```sh
./gradlew wrapper --gradle-version 7.3.3
```# check dependenices
```sh
./gradlew dependencyUpdates
```# code formatting
```sh
./gradlew ktlintCheck
./gradlew ktlintFormat
```# code coverage
[code coverage generated](./build/reports/jacoco/test/html/index.html)# micronaut
```sh
sdk update micronaut
```