Learn the steps to convert an AAR file to a JAR file.
Also find me here:
Baeldung Author
Sudarshan Hiray
I am a passionate software engineer with 8+ years of experience in designing, implementing, and optimising data analytics, and SaaS software products. I have mostly worked with Java, Spring, Spring-Boot, Ruby on Rails, SAS and AWS. When I am not working, I love to play outdoor games like football, hockey and cricket, go for short hikes and read/write about cool stuff.
Here's what I've written (so far):
Baeldung on Java
- All
- Spring Boot (2)
- JPA (2)
- Spring WebFlux (1)
- Spring Web (1)
- Spring Persistence (1)
- Spring Data (1)
- Persistence (1)
- Java String (1)
- Java Numbers (1)
- Java IO (1)
- Java Array (1)
- Java (1)
- Data (1)
- Core Java (1)
Change Swagger-UI URL prefix
Filed under Spring Boot
Learn how to change the Swagger-UI URL prefix when using Springfox and how to set up the REST API documentation using OpenAPI 3.0 with redirections.
Integer.toString() vs String.valueOf() in Java
Filed under Java String
Learn about the Integer.toString() and String.valueOf() methods.
Get the Current Stack Trace in Java
Filed under Core Java
Learn how to get a stack trace using the Thread and Throwable classes
Difference Between parseInt() and valueOf() in Java
Filed under Java Numbers
Learn the differences between the parseInt() and valueOf() methods of the java.lang.Integer class in Java.