Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/phstudy/eclipselink-jpa-multitenancy

Multi-Tenancy Example for JCConf 2014
https://github.com/phstudy/eclipselink-jpa-multitenancy

Last synced: 27 days ago
JSON representation

Multi-Tenancy Example for JCConf 2014

Awesome Lists containing this project

README

        

eclipselink-jpa-multitenancy
============================

Multi-Tenancy Examples for JCConf 2014

# How to test

### clone project
```
$ git clone https://github.com/phstudy/eclipselink-jpa-multitenancy.git
```

### change directory
```
$ cd eclipselink-jpa-multitenancy
```

### Run `separate-database` example
```
$ ./gradlew -p separate-database run
```

### Run `separate-schema` example
```
$ ./gradlew -p separate-schema run
```

### Run `discriminator-column` example
```
$ ./gradlew -p discriminator-column run
```