two tables got created in mysql with names blog and blog_seq through spring boot entity annotations
i am new in spring boot and such things, this is the first project i was trying to explore and was following a lecture for project creation, i made an entity class with @entity and @table annotations, when i executed…