How can I get the HOCON configuration file format to work in Vert.x deployed as fat jar?

旧城冷巷雨未停 提交于 2020-01-25 09:46:13

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!