Skip to content

abhirockzz/accs-javaee8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

  • git clone https://github.com/abhirockzz/accs-javaee8.git
  • mvn clean install

The build process will create accs-javaee8-dist.zip along with accs-javaee8.war in the target directory

Run locally

java -jar payara-micro.jar --deploy accs-javaee8.war

Deploy to Oracle Application Container Cloud

  • Install PSM CLI
  • execute psm accs push -n accsjavaee8 -r java -s hourly -m manifest,json -d deployment.json -p target/accs-javaee8-dist.zip

For details