Learn how to use Spring OAuth2RestTemplate to make OAuth2 REST calls
Also find me here:
Baeldung Author
Andres Luzuriaga
I am a Software Engineer with many years of experience in Java backend services. I enjoy well-designed software with robust principles and being able to easily adapt to every new technology.
Here's what I've written (so far):
Baeldung on Java
- All
- Testing (1)
- Spring Security (1)
- Persistence (1)
- Core Java (1)
JDBC Connection Status
Filed under Persistence
In this article, we’ll discuss some aspects of the JDBC connection status.
Constructors in Java Abstract Classes
Filed under Core Java
A quick and practical guide to using constructors in abstract classes.
Using Fail Assertion in JUnit
Filed under Testing
Explore practical use cases for the fail assertion in JUnit.