Open smfaizalkhan opened 1 month ago
Hi @smfaizalkhan
Thanks for the kind words! It looks like there are some dependency version mismatches causing issues with your setup. The project is using Spring Boot 2.7.16, but Spring Web version 6.1.11, which is part of Spring Framework 6.x series, might not be compatible with the 2.x Spring Boot version.
To resolve this, you could try aligning both Spring Boot and Spring Web versions. Either downgrade spring-web to a version compatible with 2.7.16 or upgrade the Spring Boot version to 3.x, which supports Spring Framework 6.x.
Let me know if you need further assistance!
@smfaizalkhan
Thank you for considering contributing to our project! Follow these steps to set up the project and resolve common issues before making contributions:
The project uses Spring Boot 2.7.16, which is compatible with Spring Framework 5.x. If you encounter dependency conflicts like seeing spring-web 6.1.11 (from Spring Framework 6.x), here’s how to resolve it:
spring-web
to a version compatible with Spring Boot 2.7.16, such as 5.3.x
.git clone https://github.com/your-username/repo-name.git
mvn clean install
git checkout -b fix-version-conflict
mvn test
git push origin fix-version-conflict
If you need help at any step or have questions, feel free to reach out! We're happy to assist.
Hi @hoangtien2k3 @hoangchungk53qx1 The repo is really great and good and i would like to contribute as well,But i couldnt do an initial setUp
when i run the mvn clean install i see a quite a few dependancy conflicts especially the spring-web and boot version
Here it uses 2.7.16
but the web version