Skip to content

fpezzati/SecProof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Security Proof of Concept

This is a sandbox to use AOP in a javaSE webapp to run on Tomcat. I also add auth by Google and JWT.

Docker notes

Go to the root of this project. Build the image by this command:

docker build -t secproof -f ./src/main/resources/docker/tomcat/Dockerfile --build-arg webapp=SecProof.war .

then run with:

docker run -p 8080:8080 secproof

Here you go. You have a tomcat image with the app deployed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published