How can I make an auto-incremental id in springBoot – Mysql
I am learning spring boot but in the part of creating the models for the creation in mysql, but I need the id field to be auto-incremental, does anyone know how I can do it? ` package com.pruebas.model; import javax.persistence.Column;…