Hi

I am running a dedicated CXF JAX RS on 0.0.0.0:9090

the issue are that my swagger.json states that the host are 0.0.0.0:9090

I've tried to overwrite it using:

Swagger2Feature swagger = new Swagger2Feature();
swagger.setHost("127.0.0.1:9000");

But swagger.json remains unchanged. What am I missing?


-- 
Best regards / Med venlig hilsen
Nino Martinez

Reply via email to