Could not resolve org.springframework.boot:spring-boot-gradle-plugin:2.2.2.RELEASE.

IssueI opened the Java project with Intellij IDEA, and there was an error when compiling. It was fin...
Aug 29, 2021 Java Comments 0

Get basename from path or url string in Java

ExampleGet basename from path or url string. Follow these steps as bellow:Remove characters after ? ...
Feb 21, 2021 Java Comments 0

add a trailing slash in path if not exists java

Path separators are different on Windows and Linux. You can use the constant File.separatorChar. The...
Feb 09, 2020 Java Comments 0

Java program to Encrypt/Decrypt String Using AES 128 bits Encryption Algorithm

During web development, sometimes you need to display some sensitive information to the client. Such...
Feb 03, 2020 Java Comments 0