导航到项目位置,并在终端中输入以下命令 功能和相应的集成测试 类别列表,包含和不包含数据./mvnw clean test -Dtest=CrimeCategoryIntegrationTest 犯罪数据,快乐路径./mvnw clean test -Dtest=CrimeIntegrationTest 犯罪数据,无效日期./mvnw clean test -Dtest=CrimeForInvalidDateIntegrationTest 犯罪数据,无效的邮政编码./mvnw clean test -Dtest=CrimeForInvalidPostcodeIntegrationTest 犯罪数据,无数据./mvnw clean test -Dtest=CrimeForNoDataIntegrationTest 从终端运行应用程序 ./mvnw spring-boot:run 这