Thursday, August 1, 2024

Spring Initializer for Java 8

 At present https://start.spring.io/ does not provide an option to create Spring Boot project on Java 8. To create a Spring Boot project on Java 8 use https://springinitializrjava8.cc/

No comments:

Automation Using PlayWright

In this section will discuss the steps on recording using Playwright using Java. 1. Create a Maven Project  2. Add below dependencies < d...