https://github.com/dimmaryanto93/spring3-camel-integration-websphere-example
Spring Framework 3 and Apache Camel scheduler, deployed into IBM WebSphere with database Oracle
https://github.com/dimmaryanto93/spring3-camel-integration-websphere-example
camel docker docker-composer oracle-11g quartz quartz-scheduler spring3 websphere websphere-liberty
Last synced: about 1 month ago
JSON representation
Spring Framework 3 and Apache Camel scheduler, deployed into IBM WebSphere with database Oracle
- Host: GitHub
- URL: https://github.com/dimmaryanto93/spring3-camel-integration-websphere-example
- Owner: dimMaryanto93
- Created: 2018-02-12T15:01:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-28T08:49:24.000Z (over 8 years ago)
- Last Synced: 2025-05-18T10:06:22.726Z (about 1 year ago)
- Topics: camel, docker, docker-composer, oracle-11g, quartz, quartz-scheduler, spring3, websphere, websphere-liberty
- Language: Java
- Size: 3.88 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Belajar Java EE 6
Menggunakan java EE 6, deploy into websphere
## Install `oracle/database:11.2.0.2-xe`
How to install oracle database image [available here](https://github.com/oracle/docker-images/tree/master/OracleDatabase)
## Deloyed war application
```bash
mvn clean package -Dmaven.skip.test=true
```
## Run docker-compose
```bash
docker-compose up
```
## Grant User `HR@XE`
```bash
docker exec bash /unlock-hr.sh
```
## Cleanup Docker container
```bash
docker-compose down
```