abhirockzz / accs-javaee8

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

Home Page:https://medium.com/oracledevs/run-java-ee-8-apps-on-oracle-cloud-with-payara-micro-d9b527adaac9

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://medium.com/oracledevs/run-java-ee-8-apps-on-oracle-cloud-with-payara-micro-d9b527adaac9

License:GNU General Public License v3.0


Languages

Language:Java 94.4%Language:HTML 5.6%