helloworlde/SpringBoot-DynamicDataSource

where is the pom.xml

Closed this issue · 2 comments

I want to check out this project.But I didn't find the pom.xml. Please help me ,thank u!

It's a Gradle project, you can build by ./gradlew clean build -x test rather than Maven. Almost all IDE support Gradle also. You can find more information in https://gradle.org/

It's a Gradle project, you can build by ./gradlew clean build -x test rather than Maven. Almost all IDE support Gradle also. You can find more information in https://gradle.org/

Ok ! I will search for it ! Thank u very much!