https://github.com/jamesnetherton/smallrye-config-demo
https://github.com/jamesnetherton/smallrye-config-demo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jamesnetherton/smallrye-config-demo
- Owner: jamesnetherton
- Created: 2022-08-18T08:49:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-18T08:53:24.000Z (over 2 years ago)
- Last Synced: 2024-10-19T21:17:59.411Z (7 months ago)
- Language: Java
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To run tests:
```
./mvnw clean install -Dnative
```Run tests with Quarkus 2.11.2.Final:
```
./mvnw clean install -Dnative -Dquarkus.platform.version=2.11.2.Final
```