Dependency ‘org.springframework.boot:spring-boot-starter-aop:2.6.13‘ not found

我用阿里云的Server URL创建的SpringBoot项目。

这个报错就改为下面的依赖。


    org.springframework.boot
    spring-boot-starter-aop

替换为下面的依赖! 


    org.aspectj
    aspectjweaver
    1.9.7


    org.aspectj
    aspectjrt
    1.9.7


    org.springframework
    spring-aop
    5.3.13

你可能感兴趣的:(spring,boot,后端,java)