daggerok / jersey-servlet-weld-log4j2

Using Grizzly Jersey, Weld SE CDI 2.0, Filters from Servlet API and Log4j2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jersey-servlet-weld-log4j2 Build Status

Using Grizzly Jersey, Weld SE CDI 2.0, Filters from Servlet API and Log4j2

classpath

./mvnw clean compile
java -Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager -cp "target/dependency/*:target/classes" daggerok.App
#./mvnw clean dependency:copy-dependencies compile jar:jar
#java -Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager -cp "target/dependency/*:target/*" daggerok.App
http :8080/api/hello
http :8080/index.html
http :8080/not-found
http :8080/

java

./mvnw clean package
java -Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager -jar target/*-all.jar
http :8080/api/hello
http :8080/index.html
http :8080/not-found
http :8080/

resources

About

Using Grizzly Jersey, Weld SE CDI 2.0, Filters from Servlet API and Log4j2


Languages

Language:Java 98.5%Language:HTML 1.5%