spring-four-template
spring-four-template copied to clipboard
DB Schema missing
Hello, I just pulled the application and noticed it is missing the schema description. Can you please upload it?
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)