Guest User

Untitled

a guest
Apr 23rd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. @Configuration
  2. public static class AuditLogMicroservicePortConfiguration {
  3.  
  4. @Bean
  5. public WireMockConfigurationCustomizer wireMockConfigurationCustomizer(@Value("${auditlog.microservice.port}")
  6. int port) {
  7. return config -> config.port(port);
  8. }
  9. }
Add Comment
Please, Sign In to add comment