Okta-spring-boot-2-angular-9-example Public CRUD Example with Angular 9.0 and Spring Boot 2.2

Has anyone run into a problem with
Plugin [id: ‘org.springframework.boot’, version: ‘2.6.3’, apply: false] was not found in any of the following sources:

  • Try:
    Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Exception is:
    org.gradle.api.plugins.UnknownPluginException: Plugin [id: ‘org.springframework.boot’, version: ‘2.6.3’, apply: false] was not found in any of the following sources:

  • Gradle Core Plugins (plugin is not in ‘org.gradle’ namespace)

Im Using IntelliJ and Gradle for the example app

It looks like you’re trying to upgrade the app rather than using the version the tutorial specifies. If you want an up-to-date version of the app with Angular 13 and Spring Boot 2.6.3, you can download it from the Angular Mini-Book site.

Thank you, I always get so close with your tutorials then the it’s out of date :frowning:

It’s a hard problem to solve. If we kept all of our tutorials up-to-date, we wouldn’t have time to write new ones!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.