Skip to content

Commit

Permalink
Renamed swagger config.
Browse files Browse the repository at this point in the history
  • Loading branch information
dartartem committed May 27, 2021
1 parent d369884 commit fe3b7c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@Configuration
@EnableSwagger2
@ConditionalOnBean(EventuateSwaggerConfig.class)
public class CommonSwaggerConfiguration {
public class CommonSwaggerAutoConfiguration {

@Bean
public Docket api(EventuateSwaggerConfig eventuateSwaggerConfig,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
io.eventuate.util.spring.swagger.CommonSwaggerConfiguration
io.eventuate.util.spring.swagger.CommonSwaggerAutoConfiguration

0 comments on commit fe3b7c0

Please sign in to comment.