摘要:
- List 转 String 字符串用逗号分割 ```java 普通方式 List useridList = authoritativeVO.getUserList(); int count = 0; StringBuilder targetStr = new StringBuilder(); f 阅读全文
摘要:
``` 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sqlSessi 阅读全文
摘要:
一个很简单的调用接口注册一个用户到系统中,但死活成功不了。找了网上好多种解决方法,感觉都比较麻烦,这是我自己测试很多次后发现的解决方法。 ###is not a type supported by this encoder.报错内容如下所示 message:[class com.azxc.func. 阅读全文
摘要:
`2021-06-03 09:09:32.191 INFO 18476 [ main] ConditionEvaluationReportLoggingListener : Error starting ApplicationContext. To display the conditions re 阅读全文
摘要:
把大小写混合、下划线分割,统一成驼峰字符串,使用JsonAlias对应接口的字段名称,在自己写的类中使用容易识别的属性名称 @lombok.Data public class CatelogDetail implements Serializable { private static final l 阅读全文