Skip to content

Commit

Permalink
docs(log): 新增属性注释
Browse files Browse the repository at this point in the history
  • Loading branch information
conifercone committed Feb 14, 2025
1 parent ab2cc85 commit 02014cb
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,13 @@
@ConfigurationProperties("mumu.log")
public class LogProperties {

// 操作日志索引名称
public static final String OPERATION_LOG_ES_INDEX_NAME = "mumu-operation-log";
// 系统日志索引名称
public static final String SYSTEM_LOG_ES_INDEX_NAME = "mumu-system-log";
// 操作日志topic名称
public static final String OPERATION_LOG_KAFKA_TOPIC_NAME = "mumu-operation-log";
// 系统日志topic名称
public static final String SYSTEM_LOG_KAFKA_TOPIC_NAME = "mumu-system-log";

@NestedConfigurationProperty
Expand Down

0 comments on commit 02014cb

Please sign in to comment.