Get introduced to one pattern for starting a new Spring Boot application by using the start.spring.io website.
- [Instructor] Starting a new Spring Boot project…is part of the value proposition…of the ecosystem as a whole.…In fact, part of the speed to market…is the ease at which you can get…a fully functioning application up and running…using Java, Kotlin, or Groovy…through the Spring Boot Spring Initializr.…Start.spring.io is the URL for the Spring Initializr.…Not only is it a web application,…there's also a backing service that comes with that,…and it's used as a quick way to start Spring Boot projects.…
Now, I mentioned that backing service,…and that backing service can be extended…for any of your company's needs.…In fact, where I work,…we leverage the fact that we can use that backing service…to create Spring Boot projects…that inject into them our SCM defaults,…our routing, as well as our CICD pipeline…when the application itself is created.…Now, let's take a look at how that works from a website.…So, we're gonna go ahead and jump into Chrome here,…and we're gonna navigate to start.spring.io.…
Now, this is the Spring Initializr web application…
Author
Released
10/19/2018- Creating a Spring Boot application
- Configuring a Spring Boot app
- Leveraging profiles
- Packaging and running Spring Boot web apps
- Building a command-line application
- Using Spring Boot starters: Spring Data, Spring Security, and more
- Extending Spring Boot
- Using Spring Boot Actuator to monitor app health and other metrics
Skill Level Intermediate
Duration
Views
Related Courses
-
Spring: Framework In Depth
with Frank P Moley III2h 16m Intermediate -
Spring: Spring Data
with Mary Ellen Bowman1h 20m Intermediate
-
Introduction
-
What you need to know4m 14s
-
1. Boot Camp
-
2. Web Applications with Spring Boot
-
Configuring embedded Tomcat10m 13s
-
MVC in Spring Boot11m 18s
-
3. Command-Line Applications with Spring Boot
-
4. Using Spring Boot Starters
-
Implementing Spring Data8m 5s
-
Implementing Spring Security10m 44s
-
Implementing a message consumer11m 46s
-
5. Extending Spring Boot
-
6. Extending Actuator
-
Productionalizing Actuator4m 53s
-
The info endpoint5m 53s
-
The health endpoint4m 59s
-
The metrics endpoint8m 12s
-
Custom endpoints4m 5s
-
The rest of Actuator3m 44s
-
Conclusion
-
Next steps3m 1s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Creating a Spring Boot application from the web