Hi there, Today we will Create a complete Spring boot project set up with Web and DB module. This project set up can be done in multiple way but here we will be using STS IDE.
Our main goal is to make the environment ready to create/build/deploy a web-api connected with embedded DB. Also using the same set up we will create CRUD operation later.
What all you need to do is follow the below steps-
Step-1: Create a new project from File->New->spring starter project. Here service URL should show as http://start.spring.io. Also fill up all the details as shown in below image-
Step-2: Click on the next button and you will get the below screen. Now you need to choose/select below mentioned three feature to create a web based API connected with embedded DB - select JPS, Apache Derby, Web - it should look like below image
Step-3: Finally click on finish button and wait for few minutes to get all jars downloaded declared in Maven. Once all done, you should get below image-
That's all - we are all set to write a project to perform CRUD operation and will discuss in subsequent tutorial. If you get any problem - let us know in below comment box. Happy reading!!
Our main goal is to make the environment ready to create/build/deploy a web-api connected with embedded DB. Also using the same set up we will create CRUD operation later.
What all you need to do is follow the below steps-
Step-1: Create a new project from File->New->spring starter project. Here service URL should show as http://start.spring.io. Also fill up all the details as shown in below image-
Step-2: Click on the next button and you will get the below screen. Now you need to choose/select below mentioned three feature to create a web based API connected with embedded DB - select JPS, Apache Derby, Web - it should look like below image
Step-3: Finally click on finish button and wait for few minutes to get all jars downloaded declared in Maven. Once all done, you should get below image-
That's all - we are all set to write a project to perform CRUD operation and will discuss in subsequent tutorial. If you get any problem - let us know in below comment box. Happy reading!!
No comments:
Post a Comment