Adding swagger to your DropWizard application
Adding swagger to your dropwizard application is very easy. I followed the tutorial for information on how to do so, and here were the actual changes I made. Step 1: Update your pom.xml file Step 2: Update your DW application configuration To make the configuration portable across environments, you can add the base path to […]