From the course: Spring Boot 3 Essential Training
Unlock this course with a free trial
Join today to access over 24,600 courses taught by industry experts.
Building Spring Boot starters - Spring Boot Tutorial
From the course: Spring Boot 3 Essential Training
Building Spring Boot starters
- [Narrator] We've been using a lot of different Spring Boot starters. So you may want to know, how do I go about creating my own Spring Boot starter? And the answer is, it's sort of a multi-step process. Once you've executed it once or twice, it actually becomes second nature, and you'll find yourself wanting to create more starters once you realize the power of them, especially when you're building multiple applications within a given system. So the first thing you might ask is, why would I want to create my own starter? And often the answers boil down to the same reasons that we would implement aspects in a traditional Spring application. And that has to do with cross-cutting concerns. Often we have a set of common code, say common logging for our web services, things like that. And then we have a common configuration, the so-called default configuration for that code. By creating a starter for that code and that configuration, we improve the ease of use. And by improving the ease…
Contents
-
-
-
-
-
-
-
(Locked)
Introduction to Spring Security5m 39s
-
(Locked)
Using Spring Security8m 28s
-
(Locked)
Introduction to messaging4m 56s
-
(Locked)
Spring message consumers10m 52s
-
(Locked)
Building Spring message producers5m 45s
-
(Locked)
Building Spring REST repositories3m 49s
-
(Locked)
Using Spring Actuator4m 29s
-
(Locked)
Extending Actuator4m 47s
-
(Locked)
Building Spring Boot starters5m 19s
-
(Locked)
-