Home Spring boot Spring boot Entity Creation | Table Creation

Spring boot Entity Creation | Table Creation

4 min read
0
0
143

In this tutorial will talk about the Entity Creation. lets discuss what is the entity creation. Entity creation nothing but a table creation.in your core java application your create the database then create the table the same thing in spring called as entity.

Phone No creation  there a rule imagen if you have more than 1 phone no you have to use json format.create a arraylist and use them.i attached the example below.

in order to use them you have download the corresponding dependencies

go to the google and search  maven vladmihalcea and get the corresponding dependencies.

then paste into your pom.xml

i attached the video below.that will explained every thing.

Spring boot Entity Creation

i have attached the video link below. which will do this tutorials step by step

Load More Related Articles
Load More By admin
Load More In Spring boot

Leave a Reply

Your email address will not be published. Required fields are marked *

Check Also

Create Maven project in Intellij

In this tutorial will see how to create Maven project in Intellij step by step. First Step…