我正在开发一个REST API使用dropwizard。在resource可以使用访问https://<host>:port/item/1。可以看出没有URI前缀。如果必须配置URI前缀,需要做什么。可以在yaml配置文件中进行配置吗?谢谢!
REST API
resource
https://<host>:port/item/1
URI
yaml
uri dropwizard
dropwizard ×1
uri ×1