All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.wujun728.log.properties.LogDbProperties Maven / Gradle / Ivy

The newest version!
package io.github.wujun728.log.properties;

import com.zaxxer.hikari.HikariConfig;
import lombok.Getter;
import lombok.Setter;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;

/**
 * 日志数据源配置
 * logType=db时生效(非必须),如果不配置则使用当前数据源
 *
 */
@Setter
@Getter
@Component
@ConfigurationProperties(prefix = "jun.audit-log.datasource")
public class LogDbProperties extends HikariConfig {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy