Tag:Yonghe
-
Springboot exception set
Anomalies and Solutions Spring and springboot exceptions 1. An error is reported when the springboot test class is running. The test class cannot be found Class not found com.cy.cj . common.cache.DefaultTestreasonInspection findings pom.xml The following dependencies are missing from the file <dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-launcher</artifactId> </dependency> 2. The sringboot test class runs and the console package […]