博主首页
上一页 1 2 3 4 5 6 7 8 9 ··· 44 下一页
摘要: 阅读全文
posted @ 2023-09-21 11:44 笑~笑 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 配置 mybatis-plus: configuration: map-underscore-to-camel-case: true cache-enabled: false global-config: db-config: column-underline: true db-type: mysq 阅读全文
posted @ 2023-09-06 14:32 笑~笑 阅读(93) 评论(0) 推荐(0) 编辑
摘要: public interface PlanDayMapper extends MPJBaseMapper<PwPlanDayPO> { } MPJLambdaWrapper<PwPlanDayPO> wrapper = MPJWrappers.lambdaJoin(PwPlanDayPO.class 阅读全文
posted @ 2023-09-04 11:49 笑~笑 阅读(935) 评论(0) 推荐(0) 编辑
摘要: mybatis-plus: configuration: #log-impl: org.apache.ibatis.logging.stdout.StdOutImpl map-underscore-to-camel-case: true cache-enabled: false global-con 阅读全文
posted @ 2023-08-31 14:39 笑~笑 阅读(273) 评论(0) 推荐(0) 编辑
摘要: logging: level: org: hibernate: SQL: DEBUG type: descriptor: sql: BasicBinder: TRACE 阅读全文
posted @ 2023-08-31 14:28 笑~笑 阅读(101) 评论(0) 推荐(0) 编辑
摘要: @Transient直接忽略 新增和修改忽略 @Column(name ="`exc_status`", insertable = false, updatable = false) @ApiModelProperty(value = "执行状态:字典(0101020302)") private P 阅读全文
posted @ 2023-08-03 16:45 笑~笑 阅读(106) 评论(0) 推荐(0) 编辑
摘要: <dependency> <groupId>net.java.dev.jna</groupId> <artifactId>jna</artifactId> <version>5.6.0</version> </dependency> <dependency> <groupId>net.java.de 阅读全文
posted @ 2023-07-14 14:14 笑~笑 阅读(310) 评论(0) 推荐(0) 编辑
摘要: 先转一次byte数组 再处理byte[] bigContent =file.getBytes(); Thumbnails.of(new ByteArrayInputStream(bigContent)).scale(1f).outputQuality(0.3f).toFile(fileThu);这里 阅读全文
posted @ 2023-06-12 09:19 笑~笑 阅读(623) 评论(0) 推荐(0) 编辑
摘要: mybatis非数据字段注解@TableField(exist=false)注解 不是数据库字段 阅读全文
posted @ 2023-06-08 10:12 笑~笑 阅读(187) 评论(0) 推荐(0) 编辑
摘要: security的登录接口是根据 value = "/oauth/token"全局即可搜索到,需要将依赖包和源码下载下来 主要的实现认证逻辑,实现这个接口 这个方法 阅读全文
posted @ 2023-06-05 16:28 笑~笑 阅读(44) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 44 下一页