Can I convert Maven Project to SpringBoot

后端 未结 5 814
滥情空心
滥情空心 2021-02-06 00:00

I have a Maven Project in Eclipse and now I need to add database connectivity. My textbook did all json tutorials in Maven. Now in this chapter on JDBC they are using SpringBoot

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-06 00:40

    I will face this question in two more interviews so it can help full your self also. Converting the standard alone application to spring boot

    Simply right-click on your project select "Configure" and choose on "convert to Maven Project" then it will create or application as maven and explicitly add maven dependencies which we want to required.

提交回复
热议问题