Spring源码构建踩坑记录
1:Kotlin: warnings found and -Werror specified
Kotlin将程序中的警告变更为错误导致的问题,只需要改变一下级别即可,注意看是那个模块的
解决方式:file->project Structure->Modules->模块-> 删除 -Weeror
2: java: 找不到符号
符号: 类 InstrumentationSavingAgent
位置: 程序包 org.springframework.instrument
解决方式:
optional修改为compile
3: java: 找不到符号
符号: 变量 CoroutinesUtils
位置: 类 org.springframework.core.ReactiveAdapterRegistry.CoroutinesRegistrar
解决方式:添加jar包
如果没有build文件先执行build