Error creating bean with name 'TCbFormEdocDao': Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: Not a managed type: class com.easipass.business.oracle.swgdimap.po.TCbFormEdoc
我实体类加了@Entity注解了
你有开启扫描么?在启动类上添加注解@EntityScan(basePackages = “”)