摘要: 项目原型: 设计的数据库结构 : 查询树结构的代码(全加载模式): /** * 查询设备树 * * @return */ @Override @Transactional(readOnly = false) public ResultModelVO selectEquipmentTree(Strin 阅读全文
posted @ 2021-08-11 14:47 大姚子 阅读(90) 评论(0) 推荐(0)
摘要: 使用注解的方式 1.编写注解 package com.jiayou.annotation; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotat 阅读全文
posted @ 2021-03-04 15:21 大姚子 阅读(36) 评论(0) 推荐(0)
摘要: /** 启动类*/@SpringBootApplication @EnableScheduling//开启定时器 public class PayApplication { public static void main(String[] args) { SpringApplication.run( 阅读全文
posted @ 2020-12-21 10:06 大姚子 阅读(50) 评论(0) 推荐(0)
摘要: package com.github.wxpay.sdk; import java.time.LocalDateTime; import java.time.format.DateTimeFormatter; import java.util.ArrayList; import java.util. 阅读全文
posted @ 2020-12-20 21:31 大姚子 阅读(106) 评论(0) 推荐(1)