Skip to content

Basic example of restful webservice backed by JPA with an Oracle flavour

License

Notifications You must be signed in to change notification settings

w4tson/play-jpa

Repository files navigation

#Play JPA Example

The goal of this Play! sample is to demonstrate a REST API your grandad would be proud of. Features include JPA backed by Oracle DB & Swagger integration.

##Switching database to Oracle

  • Uncomment the relevant bits on the application.conf
  • Put your Oracle connection details or use Docker to spin up a local instance
    • docker pull wnameless/oracle-xe-11g
    • docker run -d -p 49160:22 -p 49161:1521 wnameless/oracle-xe-11g
    • ssh -p 49160 root@$(boot2docker ip) (password is admin)
    • sqlplus system/oracle
    • Create the play_evolutions table described in the oracle_evolutions.sql script

About

Basic example of restful webservice backed by JPA with an Oracle flavour

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages