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 4 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 (2)
- 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 DevOps, 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 5 – 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 5 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.
Spring Performance Logging
A quick and practical guide to performance monitoring with Spring AOP
Intro to Inversion of Control and Dependency Injection with Spring
Filed under Spring
A quick introduction to the concepts of Inversion of Control and Dependency Injection, followed by a simple demonstration using the Spring Framework
Spring Security OAuth2 – Simple Token Revocation (using the Spring Security OAuth legacy stack)
Filed under Spring Security
Quick practical intro to revoking tokens with Spring Security OAuth2.
Spring Security: Authentication with a Database-backed UserDetailsService
Filed under Spring Security
A quick guide to to create a custom database-backed UserDetailsService for authentication with Spring Security.
Guide to Spring NonTransientDataAccessException
Filed under Spring
Guide to the most common types of Spring’s NonTransientDataAccessException.
Keep Track of Logged in Users With Spring Security
Filed under Spring Security
A quick guide to track logged in users in an application built using Spring Security.
Quick Guide to Spring Bean Scopes
Filed under Spring
Learn how to quickly navigate the available bean scopes in the Spring framework.