proxyBeanMthods annotation error when running springboot application

前端 未结 4 1405
长情又很酷
长情又很酷 2021-01-21 21:45

I am trying to run my first springboot application but facing some issues.

In my application file, this is my code

package com.clog.ServiceMgmt;

import         


        
4条回答
  •  青春惊慌失措
    2021-01-21 22:32

    I removed the following dependency

    
                org.springframework.boot
                spring-boot
                2.2.1.RELEASE
    
    

    And the code was up like magic

提交回复
热议问题