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

io.soffa.foundation.core.data.DataSourceConfig Maven / Gradle / Ivy

package io.soffa.foundation.core.data;

import lombok.Data;

@Data
public class DataSourceConfig {

    private String name;
    private String url;
    private String migration;
    private String tablesPrefix;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy