问题 Using the Mongobee for Migration with spring mongo plugins { id 'org.springframework.boot' version '2.3.1.RELEASE' id 'io.spring.dependency-management' version '1.0.9.RELEASE' id 'java' } group = 'fete.bird' version = '0.0.1-SNAPSHOT' sourceCompatibility = '14' compileJava { options.compilerArgs += ["--enable-preview"] } repositories { mavenCentral() } ext { set('springCloudVersion', "Hoxton.SR6") } dependencies { implementation 'org.springframework.boot:spring-boot-starter'