Zmień spring.jpa.properties.hibernate.ddl-auto=create
do spring.jpa.hibernate.ddl-auto=create
w application.properties
file And Change GeneratedValue
adnotacja w Example
podmiot jak poniżej:
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;
FYI:Możesz również użyć bibliotek Liquibase lub Flyway.