1.CoroutinesUtils找不到该类
报错:
Error:(402, 51) java: 找不到符号 符号: 变量 CoroutinesUtils 位置: 类 org.springframework.core.ReactiveAdapterRegistry.CoroutinesRegistrar
解决方法:
点击File -> Project Structure -> Libraries -> + -> Java,然后在源码项目路径下选择spring-framework/spring-core/kotlin-coroutines/build/libs/kotlin-coroutines-xxx-SNAPSHOT,加到spring-core_main里apply设置。
参考:https://www.xiaoheidiannao.com/85993.html
https://blog.csdn.net/gooaaee/article/details/104437902
2.Task 'wrapper' not found in project
报错:
Task 'wrapper' not found in project ':xxxxxxxx'
解决办法:
close项目,重新import
参考:https://blog.csdn.net/niubitianping/article/details/86511771