
com.github.persapiens.jsfboot.jetty.JettyProperties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsf-jetty-spring-boot-autoconfigure Show documentation
Show all versions of jsf-jetty-spring-boot-autoconfigure Show documentation
Jsf Spring Boot AutoConfigure for Jetty and Mojarra
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