Learn how to enable a secure connection on a MySQL server.
Also find me here:
Baeldung Author
Saikat Chakraborty
A passionate software developer and working as lead developer. I've good experience in the backend development. My area of interest is improving software development practices, with clean coding, testing, scalable and secure system.
Here's what I've written (so far):
Baeldung on Java
- All
- Spring Boot (5)
- Data (5)
- Spring Cloud (4)
- Security (2)
- REST (2)
- JVM (2)
- Core Java (2)
- Testing (1)
- Spring Web (1)
- Spring Security (1)
- Spring Data (1)
- Spring (1)
- NoSQL (1)
- Java (1)
- JPA (1)
- Cloud (1)
Propagating Exceptions With OpenFeign and Spring
Filed under Spring Cloud
Let’s look at a few strategies for handling errors received during OpenFeign requests.
Java Error “Class Names Are Only Accepted if Annotation Processing Is Explicitly Requested”
Filed under Core Java
Learn about some common command-line compile errors in Java.
Cassandra Batch in Cassandra Query Language and Java
Filed under NoSQL
Learn about the Cassandra batch query and how to apply it in Cqlsh and Java using BatchStatement.
List All the Classes Loaded in the JVM
Filed under JVM
Learn different techniques to list all classes loaded in the JVM
Fixing the “Declared package does not match the expected package” Error
Filed under Core Java
If the package name of a java file does not match its location on the file system, we’ll get an error. We look at a few common causes for this and how to fix it.