Skip to content

Commit

Permalink
feat:蓝盾本地开发实现 TencentBlueKing#9576
Browse files Browse the repository at this point in the history
  • Loading branch information
fcfang123 committed Apr 8, 2024
1 parent d77913e commit 461b6a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import org.springframework.core.Ordered
@Suppress("ALL")
@Configuration
@ConditionalOnWebApplication
@DependsOn(value = ["DispatchDslContextConfiguration"])
@DependsOn(value = ["dispatchDslContextConfiguration"])
@AutoConfigureOrder(Ordered.LOWEST_PRECEDENCE)
class DispatchDockerBeanConfiguration @Autowired constructor(
private val dslContext: DSLContext
Expand Down

0 comments on commit 461b6a1

Please sign in to comment.