兵兵有你

人品好,气质差.丢了工作就回家...

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

10 2021 档案

摘要:1.先在application.properties里声明国际化文件夹位置 spring.thymeleaf.cache=false spring.messages.basename=i18n.login 2.定义文件类 package com.example.mvc01.config; impor 阅读全文
posted @ 2021-10-31 16:22 greatbing 阅读(122) 评论(0) 推荐(0)

摘要:有时要为列头增加更多的描述,需要添加tooltips,文档中对Table-column Attributes描述为 render-header 列标题 Label 区域渲染使用的 Function Function(h, { column, $index }) 那么需要在代码中作如果操作 <el-t 阅读全文
posted @ 2021-10-18 16:06 greatbing 阅读(516) 评论(0) 推荐(0)

摘要:1.首页在启动文件里开启定时任务注解 @EnableScheduling 2.编写好定时任务类 import org.springframework.scheduling.annotation.Async; import org.springframework.scheduling.annotati 阅读全文
posted @ 2021-10-14 09:41 greatbing 阅读(99) 评论(0) 推荐(0)