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

com.github.persapiens.jsfboot.primefaces.PrimefacesCaptchaProperties Maven / Gradle / Ivy

package com.github.persapiens.jsfboot.primefaces;

import lombok.Getter;
import lombok.Setter;
import org.springframework.boot.context.properties.ConfigurationProperties;

@Getter
@Setter
@ConfigurationProperties(prefix = "org.primefaces.component.captcha")
public class PrimefacesCaptchaProperties {
    
    private String privateKey;
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy