LBC100
LBC100
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2021-06-12 18:30:11.355 ERROR 68730 --- [ main] o.s.boot.SpringApplication : Application run failed org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean...

android.enableAapt2=false 官方的cli生成的项目是能打包编译的. 您的cli生成的项目打包编译保错了.根据网上查的资料添加android.enableAapt2=false,是能解决问题的.但这只是暂时性的,android.enableAapt2=false这个属性2018年年底就要废除了. 请您更新一下这个cli,谢谢