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

org.vfdtech.configs.AppProperties Maven / Gradle / Ivy

Go to download

A utilities service with generic tools implementation. Can be plugged into your java project. This is designed for Java 1.8

There is a newer version: 1.0.0
Show newest version
package org.vfdtech.configs;

import lombok.Builder;
import lombok.Data;


@Data
@Builder
public class AppProperties {
    private CbaOperations cbaOperations;

    @Data
    public static class CbaOperations {
        private String cbaUrl;
        private String fineractPlatformTenantId;
        private String concatenatedBasicAuthCredentials;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy