philipsorst / angular-rest-springsecurity

An example AngularJS Application that uses a Spring Security protected Jersey REST backend based on Hibernate/JPA
Apache License 2.0
620 stars 367 forks source link

I need the database sturcture please #31

Closed belalothman closed 8 years ago

belalothman commented 8 years ago

thank you for this wonderfull application

if I want to work with real database, can you show me the database sturctur please

philipsorst commented 8 years ago

Hi, glad you like the project. As the project is based on Hibernate/JPA it is actually database agnostic. If you want to change the underlying database, you can do so by including the required driver in the pom.xml and setting the required parameters in src/main/resources/application.properties. The database structure is automatically generated when you run the application.