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
You can use any Java EE 7 container
- Create
jdbc/dbcs
data source - Deploy
employee.war
- 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
- check out the blog - Running Java EE 7 apps on Oracle Application Container Cloud