.*;
static public int m,n,p,k;
public void init (重点是,我认为init方法从来没有被调用过,因为您可以看到,我在main方法中添加了print,它总是打印零,即使我手动在init中为15或更多设置'm‘,仍然打印0。是因为它直接进入了主要的方法,忽略了它吗?如何防止这种情况发生,我真的需要那些HTML参数才能工作。
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepo': Invocation of initorg.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userRepo': Invocation of init<init>(Reposi