摘要:
使用MyBatisX自动生成Mapper接口,启动springboot项目时却报错 Error creating bean with name 'commentServiceImpl': Unsatisfied dependency expressed through field 'baseMapp 阅读全文
摘要:
Java字符串常量放在方法区中,同一个字符串会被不同的类引用。 public class Test{ public static void main(String[] args) { Person p= new Person(); p.name="xiaoming"; p.age=12; MyToo 阅读全文