SGery / AlumniPUB

0 stars 0 forks source link

Add Customer entity with endpoints #6

Closed SGery closed 6 months ago

SGery commented 6 months ago

Lombok Getters and Setters blocked by issue https://github.com/SGery/AlumniPUB/issues/7.

gy-szabo commented 6 months ago

Testing this out for myself did not create the db, thus the endpoints could not be tested. Please add this line to the application.properties file, as this will resolve the issue by updating the schema, and maintaining the data after server restarts: spring.jpa.hibernate.ddl-auto=update

You can find more information about this field here