06 2021 档案
摘要:@Target(ElementType.METHOD)@Retention(RetentionPolicy.RUNTIME)@Inherited@Documentedpublic @interface Notification{ @AliasFor("userId") String userId()
阅读全文
摘要:<update id="updateBatchNoticeEditTypeById" parameterType="java.util.List"> update task_notice_setup <trim prefix="set" suffixOverrides=","> <trim pref
阅读全文
摘要:开启定时任务@EnableScheduling @Componentpublic class TestScheduling { private static final Logger LOG = LoggerFactory.getLogger(TestScheduling.class); @Sche
阅读全文
摘要:依赖 <dependency> <groupId>com.alibaba</groupId> <artifactId>easyexcel</artifactId> <version>2.1.6</version></dependency>demo 比poi缩减了很多 ,真正的读写就一行就一行 @Po
阅读全文
摘要:添加依赖redis依赖 ,cache是springstart web 自带的 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-redis</artifactId> <ve
阅读全文
摘要:花了两天时间把flowable 给学了一下1.1pom 依赖 <!--flowable工作流依赖--><dependency> <groupId>org.flowable</groupId> <artifactId>flowable-spring-boot-starter-basic</artifa
阅读全文

浙公网安备 33010602011771号