Learn how to handle method calls from within the same class in Spring AOP.
Also find me here:
Baeldung Author
Dan Sievewright
I'm a software developer and mathematician currently in the Lansing, Michigan area. I taught mathematics for 10 years before entering the software world in 2017. I'm mainly focused on back-end development with Java and PL/SQL, but I often do front-end development too. Recently, my work has been focused in Spring framework, especially Spring Boot, Spring Data, and Spring Security, along with JDBC API for interacting with some unique PL/SQL features. Outside of work, I enjoy all kinds of gaming: board, video, and sports.
Here's what I've written (so far):
Baeldung on Java
- All
- Spring (1)
- Persistence (1)
- Java (1)
How to Handle “class file has wrong version” Errors in Java
Filed under Java
A quick tutorial on solving “the class file has wrong version” error in Java.
Connect to Oracle Database with JDBC Driver
Filed under Persistence
Learn how to connect to an Oracle Database with JDBC Driver.