Learn how to build modern web applications using Vue.js for the frontend and a Spring Boot, Kotlin, GraphQL API for the backend. Part 2 in modern web apps series.
Let us know if you have any questions regarding the article!
Hi, there’s a typo in
import org.springfracom/auth0/MovieReviewBoard/movie/Movie.ktmework.boot.CommandLineRunner
It should be
import org.springframework.boot.CommandLineRunner
1 Like
I was also receiving Spring runtime errors stating:
No graphql schema files found on classpath with location pattern ‘**/*.graphqls’.
I changed my GraphQL Schema files to .graphqls
(not .qls
as stated) and the examples work.
1 Like
Thanks a lot @PBA for all that feedback! I’m passing it right away to the article author!