博主首页
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 44 下一页
摘要: nohup java -Xms1g -Xmx3g -jar out-data-1.0-SNAPSHOT400.jar --swagger.production=true \ --spring.profiles.active=base,preprod,error 加上\回车就可以了 阅读全文
posted @ 2022-08-23 15:48 笑~笑 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 需要县配置密钥、、、、、、、、、、、、、、、、、、、、 阅读全文
posted @ 2022-08-16 15:31 笑~笑 阅读(118) 评论(0) 推荐(0) 编辑
摘要: springboot升级日志框架依赖,log4j2升级版本 maven项目,如果使用的是springboot默认的日志框架,添加这个即可 <properties> <log4j2.version>2.12.4</log4j2.version> </properties> 刷新一下即可看到版本变了 m 阅读全文
posted @ 2022-08-10 17:41 笑~笑 阅读(415) 评论(0) 推荐(0) 编辑
摘要: Public Key Retrieval is not allowed 配置加上 allowPublicKeyRetrieval=true 阅读全文
posted @ 2022-08-04 17:18 笑~笑 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 安扫提示field.setAccessible(true)漏洞问题(java Spring) 采用 org.springframework.util.ReflectionUtils 反射工具类 TaskStatusUpdateFormVO formVO=new TaskStatusUpdateFor 阅读全文
posted @ 2022-07-19 16:11 笑~笑 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 如果使用了jpa ,json处理的时候报错了,则是因为懒加载配置的原因 @ManyToOne(fetch = FetchType.LAZY) 去掉(fetch = FetchType.LAZY) 阅读全文
posted @ 2022-07-19 09:41 笑~笑 阅读(826) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-07-14 14:12 笑~笑 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 用于系统不同,文件的层级分隔符可能不一致 ; 采用 File.separator 进行拼接 String filePath=sysConfig.getUserLogFilePath()+File.separator+date+File.separator+userPO.getAccount()+". 阅读全文
posted @ 2022-07-08 14:11 笑~笑 阅读(204) 评论(0) 推荐(0) 编辑
摘要: public static void main(String[] args) { ThreadPoolTaskExecutor threadPoolTaskExecutor = new ThreadPoolTaskExecutor(); threadPoolTaskExecutor.setCoreP 阅读全文
posted @ 2022-07-06 17:10 笑~笑 阅读(402) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-07-05 15:27 笑~笑 阅读(105) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 44 下一页