Skip to content

Commit

Permalink
Merge pull request #7221 from pascalgrimaud/fix-indent-main-class
Browse files Browse the repository at this point in the history
Fix indentation [ci skip]
  • Loading branch information
ruddell committed Mar 3, 2018
2 parents 78f92b4 + 2b2e2a9 commit 26e7ff2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -61,7 +61,7 @@ import java.util.Collection;
excludeFilters = @ComponentScan.Filter(type = FilterType.ASSIGNABLE_TYPE, classes = OAuth2InterceptedFeignConfiguration.class)
)
<%_ } _%>
@SpringBootApplication<% if (databaseType === 'sql' && messageBroker === 'kafka') { %>(exclude = DataSourcePoolMetricsAutoConfiguration.class)<%_ } _%>
@SpringBootApplication<% if (databaseType === 'sql' && messageBroker === 'kafka') { %>(exclude = DataSourcePoolMetricsAutoConfiguration.class)<% } %>
@EnableConfigurationProperties({<% if (databaseType === 'sql') { %>LiquibaseProperties.class, <% } %>ApplicationProperties.class})
<%_ if (serviceDiscoveryType) { _%>
@EnableDiscoveryClient
Expand Down

0 comments on commit 26e7ff2

Please sign in to comment.