Spring Boot pt. 49 Auto-Generating Tables & Columns

8 months ago
12

spring.jpa.hibernate.ddl-auto=update

You can configure Spring Boot to automatically update your schema (tables & columns) every time you add a new @Entity class and run the project.

LinkTree:
https://linktr.ee/peachezprogramming

Loading comments...