intellij-quarkus icon indicating copy to clipboard operation
intellij-quarkus copied to clipboard

The referenced property 'quarkus.uuid' has no default value.

Open fbricon opened this issue 1 year ago • 5 comments

In application.properties, foo=${quarkus.uuid} generates an error:

The referenced property 'quarkus.uuid' has no default value.

Screenshot 2023-10-31 at 12 49 38

But it's perfectly valid as per:

https://quarkus.io/guides/config-reference#accessing-a-generating-uuid

fbricon avatar Oct 31 '23 11:10 fbricon