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

com.github.persapiens.jsfboot.jetty.JettyProperties Maven / Gradle / Ivy

There is a newer version: 1.7.3
Show newest version
package com.github.persapiens.jsfboot.jetty;

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

@ConfigurationProperties("jsf.jetty")
@Getter @Setter
public class JettyProperties  {

    /**
     * Classpath to find jsf resources
     * Default to META-INF/resources
     */
    private String classPathResource = "META-INF/resources";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy