DEV Community

Chittoji Murali Sree Krishna
Chittoji Murali Sree Krishna

Posted on

How To Start with SpringBoot ?

hi i am Pursuing computer's graduate, started learning springBoot, but i dont know how to start with it.

Top comments (3)

Collapse
 
abedurftig profile image
Arne Bedurftig

You could search for Spring Boot Hello World (should reveal spring.io/guides/gs/spring-boot/) and get that done.

After that you need to pick/create another challenge for yourself and solve that. Spring Boot is quite large, I guess you should try to focus (Rest APIs, Events with Kafka or RabbitMQ, Security). Is there some app/service that you always wanted to build? Go for it.

Collapse
 
cmuralisree profile image
Chittoji Murali Sree Krishna

thanks bro, i will definetly look into it

Collapse
 
ewoks profile image
Beeblebrox

How it goes, could you make some progress? Any lessons learned that you would like to share?