When working on Spring Boot projects – JPA, JDBC, or RESTful API, we sometimes encounter the error IntelliJ Maven Malformed \uxxxx encoding in Windows 10. The chances of this error popping up is very high when we work on multiple
Maven – Redirect console output to file
Sometimes we need to redirect Maven console output to a file. Your favorite IDEs may not display all the console output. It is normal as some IDEs have a default configuration to show only the last part of the overall
Create Java Project Using Maven in Command Line
This post shows how to create a Java project with Apache Maven in the command line. The content may be old, and a myriad of people may already know how this, but it is still worth learning the basics. Requirements