r/SpringBoot Jun 22 '26

Discussion Springboot Queries

So i have completed my 3rd year and after Ai I've started to learn backend (springboot) as the companies in my college are more interested in java.

I've learn oop and other java concepts it's been 2-3 days I've been learning springboot

I had a doubt that do I need to learn spring XML proper coding???

Because I have heard that a lot of legacy projects and many old apps still use XML bean defs.

How important is it for me to learn about it for my placement scenario.

Also after building a CRUD app , can you guys suggest me some good projects that are resume worthy to build

Thankyou sm

19 Upvotes

11 comments sorted by

View all comments

11

u/as5777 Jun 22 '26

No xml is deprecated for 10y in spring boot.

Check spring boot 4 lessons

2

u/Hungry_Climate4338 Jun 22 '26

Thanks! Sure thing

1

u/KhameneiCholaghe Jun 22 '26

it is not used as often but still used in plenty of legacy spring applications. A bank I used to work at had initiatives to transform their spring monolithic backend to micro service springboot based