Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Java AspectJ Sample Application

See prerequisites of this sample.

Building

pack build applications/aspectj

Advanced

You can also select a specific builder and control the JVM version by passing additional arguments:

pack build applications/aspectj --builder paketobuildpacks/ubuntu-resolute-builder --env BP_JVM_VERSION=17

Running

docker run --rm --tty --publish 8080:8080 applications/aspectj

Viewing

curl -s http://localhost:8080/actuator/health | jq .