Skip to content

Commit

Permalink
feat: 指定模块统一打包插件 TencentBlueKing#8672
Browse files Browse the repository at this point in the history
  • Loading branch information
fcfang123 committed Jul 31, 2023
1 parent 02c8045 commit 3cb6f59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import javax.sql.DataSource
@Configuration
@PropertySource("classpath:/common-db.properties")
@AutoConfigureOrder(Ordered.HIGHEST_PRECEDENCE)
@ConditionalOnMissingClass("com.tencent.devops.accessories.AccessoriesJooqConfiguration")
@ConditionalOnMissingClass("com.tencent.devops.accessories.DataSourceDefinitionRegistrar")
@AutoConfigureBefore(DataSourceAutoConfiguration::class, JooqAutoConfiguration::class)
@Import(DBBaseConfiguration::class)
@EnableTransactionManagement
Expand Down

0 comments on commit 3cb6f59

Please sign in to comment.