I ran the okta-spring-boot-2-angular-5 demo in eclipse on java 1.8 ,when start the application occur error below:
Error starting ApplicationContext. To display the auto-configuration report re-run your application with ‘debug’ enabled.
2018-03-02 01:29:58.287 ERROR 10012 — [ main] o.s.b.d.LoggingFailureAnalysisReporter :
APPLICATION FAILED TO START
Description:
Parameter 0 of constructor in com.okta.developer.demo.CoolCarController required a bean of type ‘com.okta.developer.demo.CarRepository’ that could not be found.
Action:
Consider defining a bean of type ‘com.okta.developer.demo.CarRepository’ in your configuration.
I would suggest cloning the example project from GitHub and see if you can get it working. You can also use a tool like SmartSyncronize to diff between the completed project and yours.