I am not sure why, but when I type in
http://localhost:8080/schools, it is getting a response from the server that the local host is running, but I set up the RestController and set the value to "schools", it won't find anything.
It is almost identical to another program I made which it works fine, but for some reason, it will not find it on here, and I was wondering if there is an error in the class that might make this happen.
I have all the same dependencies that I had in another program that works, so I don't know what it is about this.