Could not find method sourceResources() for arguments [source set 'main'] on task ':bootRun' of type org.springframework.boot.gradle.run.BootRunTask. code example
Example 1: gradle springboot run
./gradlew bootRun
Example 2: gradle springboot run
./mvnw spring-boot:run