spring-projects / spring-hateoas-examples

Collection of examples on how (and why) to build hypermedia-driven apps with Spring HATEOAS
Apache License 2.0
384 stars 186 forks source link

Fixed NullPointException bug when SupervisorController query is invalid #39

Open wolong0128 opened 3 years ago

wolong0128 commented 3 years ago

I fixed a bug that “When I query with ‘supervisor /{id}’ in 'SupervisorController', because the manager is not exist, then happened NullPointException”