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

io.rocketbase.commons.config.FormsProperties Maven / Gradle / Ivy

There is a newer version: 4.4.1
Show newest version
package io.rocketbase.commons.config;

import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;

@Data
@ConfigurationProperties(prefix = "auth.forms")
public class FormsProperties {

    private String title = "commons-auth";

    private String logoSrc = "./assets/rocketbase.svg";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy