This project uses Quarkus v2.16.4
=> see the configuration in application.yml
docker-compose up
./gradlew quarkusDev
The http port is the default port 8080
./gradlew clean build
{
"name": "MyWIndFactory",
"type": "WIND",
"capacityList": [
{
"energyAmount": 30,
"hours": 2
}
]
}
{
"issuer": "string",
"market": "PRIMARY",
"blockList": [
{
"timeAmount": 1,
"energyAmount": 30
}
]
}