Advertisement
ArturCzopek

swagger-props2

Apr 22nd, 2017
2,313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.15 KB | None | 0 0
  1. @Setter //lombok
  2. @Configuration
  3. @EnableSwagger2
  4. @ConfigurationProperties(prefix = "myCoach.swagger")
  5. public class SwaggerConfiguration {
  6.     //...
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement