/accs-javaee8

Java EE 8 application on Oracle Application Container Cloud using Payara Micro 5

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

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