When springboot introduces maven dependencies, it prompts that the dependencies cannot be found as soon as the dependencies are introduced.
Solved the problem by lowering the version number of the parent
Reduce the original 2.4.0 to 2.3.11 and solve the problem!