Skip to content

abhirockzz/accs-javaee-emp-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build

  • git clone https://github.com/abhirockzz/accs-javaee-emp-app.git
  • mvn clean install

The build process will create employee.war in the target directory

Run locally

You can use any Java EE 7 container

  • Create jdbc/dbcs data source
  • Deploy employee.war

Deploy to Oracle Application Container Cloud

  • Install PSM CLI
  • modify the deployment.json to fill in the details (name, username, password) corresponding to your Oracle Database cloud service instance
  • execute psm accs push -n employEEs -r javaee -s hourly -d deployment.json -p target/employee.war

For details