Skip to content

Commit

Permalink
refactor: 修改常量命名
Browse files Browse the repository at this point in the history
  • Loading branch information
fxbin committed Aug 20, 2023
1 parent 2aa2ee7 commit 91e269f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
*/
@Data
@RefreshScope
@ConfigurationProperties(prefix = XxlJobProperties.BUBBLE_FIREWORKS_XXl_JOB_PREFIX)
@ConfigurationProperties(prefix = XxlJobProperties.BUBBLE_XXL_JOB_PREFIX)
public class XxlJobProperties {

public static final String BUBBLE_FIREWORKS_XXl_JOB_PREFIX = "bubble.xxl.job";
public static final String BUBBLE_XXL_JOB_PREFIX = "bubble.xxl.job";

/**
* 是否开启 xxl-job,默认:false
Expand Down

0 comments on commit 91e269f

Please sign in to comment.