How to create your own custom Spring Boot Starter

preview_player
Показать описание
In this tutorial you will learn how to create your own custom Spring Boot Starter. Spring Boot has a number of pre built starters that are great for bootstrapping your applications but how can you create your own? We will walk through the process of building a starter from scratch and talk about some of the processes for doing so.

🔗Resources & Links mentioned in this video:

👋🏻Connect with me:

Рекомендации по теме
Комментарии
Автор

what's better than using spring boot magic --> building spring boot magic 💚

ilkou
Автор

Very informative, video, i have been meaning to read the docs about this for my company, and have been putting it off, this video made me jump right back into the mix:). Thank you very much. Keep it up 👍

dime
Автор

Thanks, Dan. I've been wanting to explore creating my own starter for some time.

Bubumuk
Автор

I been waiting for this very long time. Thank you very much.

birbir
Автор

Great example! Would be useful for many people. I would like to mention that same behavior can be achieved without using Spring Boot AutoConfiguration - it can be pretty much made as a third party jar/library

AleksandarT
Автор

Thank you a lot for this video. You saved me a lot of time in debugging. I love your videos and the way that you explain. Keep the good videos going.

simeonpopov
Автор

Thank you for providing such amazing content 💙

neoliamonu
Автор

Thanks you sir !
can you do a video about @transction how spring handle them ?
you are doing a wonderful job :)

rabah
Автор

Thank you so much for this great video Dan. Would be good if we can push it to maven central in the upcoming videos 🎉

mehmetakiftansk
Автор

Thanks Dan, Waiting for the next one on how to publish to mvn central

mohammaddarmousa
Автор

Thanks for sharing. Learnt a lot from the video. 🙏
I have a suggestion on video. Sometimes your profile blocks the code in the IDE and it is a bit annoying.

theblueplanet
Автор

Would love to see how to push this to Maven central. Also, understanding how/why someone might break it up into multiple projects. I’ve written some Spring Boot starters before and I have used the multiple project approach, but if I’m honest, I’m not sure why someone would break the starter project away from the autoconfigure project. Any insights would be helpful.

rmcdouga
Автор

First comment, thanks for your ultimate efforts

mehdi
Автор

great video, !
is there a more elegant way to write tests?

yevgeny
Автор

Hi Dan, good videos!! do you have a video where explain how to manage the session in the browser with oauth2(Bearer)?

matadorxp
Автор

Please make a video on how spring initialiser works

georgethomas
Автор

Many thanks sir. could you please tell me what IDE are you using? I guess it is Intellij Idea but I am not sure.

KhoaNguyen-mvmu
Автор

If I want to have JPA repository in starter. How can autoconfiguration pick it up? Are somewhere examples of that?

MarioKusek
Автор

Instead of spring-boot-starter-web use spring-boot-starter and add spring-web as additional dependency(jps just relay on RestClient), this way jps-starter can be used with console application as well. Otherwise need to configure the property mark none web application.

Anbu_Sampath
Автор

How can i make mi own endpoints like in a normal app, i'm trying with a restcontroller but i can't

afoxjones