问题
I want to use the HOCON format for configuration in a Vert.x application deployed as a fat jar. I'm facing the same issue as described in this similar question.
However I applied the gradle Plugin "io.vertx.vertx-plugin" (v1.0.1) and succeeded in getting the line io.vertx.config.hocon.HoconProcessor
into META-INF/services/io.vertx.config.spi.ConfigProcessor
in the jar.
I still get the exception. What else could be required for the proper bundling of the HoconProcessor class in the jar?
来源:https://stackoverflow.com/questions/58974113/how-can-i-get-the-hocon-configuration-file-format-to-work-in-vert-x-deployed-as