git clone https://github.com/abhirockzz/accs-javaee-emp-app.gitmvn clean install
The build process will create employee.war in the target directory
You can use any Java EE 7 container
- Create
jdbc/dbcsdata source - Deploy
employee.war
- Install PSM CLI
- modify the
deployment.jsonto 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
- check out the blog - Running Java EE 7 apps on Oracle Application Container Cloud