Learn how to replace the EmbeddedServletContainerCustomizer and ConfigurableEmbeddedServletContainer classes in Spring Boot 2
Also find me here:
Baeldung Author
Loredana Crusoveanu
I'm a software developer specializing in back-end web development using Java and related technologies. For the past 5 years I've been working on delivering enterprise e-commerce projects.
Here's what I've written (so far):
Baeldung on Java
- All
- Spring (7)
- Spring Security (5)
- Spring Boot (2)
- Logging (2)
- DevOps (1)
- Cloud (1)
Warning: “The type WebMvcConfigurerAdapter is deprecated”
Filed under Spring
Find out how to fix the WebMvcConfigurerAdapter warning in Spring
How to Change the Default Port in Spring Boot
Filed under Spring Boot
Have a look at how you can change the default port in a Spring Boot application.
A Custom Spring SecurityConfigurer
Filed under Spring Security
Find out how you can add your own DSL to the Spring Security API.
Spring Security – OAuth2 Login
Filed under Spring Security
Learn how to authenticate users with Facebook, Google or other credentials using OAuth2 in Spring Security 5.
Interact with Google Sheets from Java
Filed under Cloud
Learn how to connect your Java app with Google Sheets using the Google Sheets Java Client.
Spring Functional Bean Registration
Filed under Spring
See how to register beans using the functional approach in Spring 5.
Log4j 2 and Lambda Expressions
Filed under Logging
Learn how to use lazy logging with lambda expressions in Log4j 2.
MaxUploadSizeExceededException in Spring
Filed under Spring
A brief tutorial on the cause of MaxUploadSizeExceededException in Spring and how to handle it.