spring-four-template icon indicating copy to clipboard operation
spring-four-template copied to clipboard

DB Schema missing

Open jgonzalezd opened this issue 9 years ago • 1 comments

Hello, I just pulled the application and noticed it is missing the schema description. Can you please upload it?

jgonzalezd avatar Sep 22 '15 17:09 jgonzalezd

Hi, there isn't any schema description - it's a hibernate/jpa project so the @Entity objects define the schema. As long as the DB exists (matching the db properties) then the tables will be created when the app is started up (if they dont already exist)

robhinds avatar Sep 22 '15 21:09 robhinds