mirror of
https://gitee.com/dcren/initializr.git
synced 2026-08-28 03:27:07 +08:00
The configuration processor does not work on Groovy classes, so the metadata for `MetricsProperties` was missing, which causes there to be no auto-completion in the IDE when using these properties from the initializr-actuator module. This commit adds the corresponding metadata for `MetricsProperties`. See gh-312