摘要: 先创建一个普通的maven工程,然后导入七牛云的依赖 写配置文件,和配置类用@ConfigurationProperties(prefix = "qiniu")注解读取 然后就是写service业务类,写完业务类之后就是写一个自动配置类,在这个自动配置类里面添加@Configuration和@Ena 阅读全文
posted @ 2024-07-26 21:48 冷风5997 阅读(19) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2024-07-26 17:13 冷风5997 阅读(6) 评论(0) 推荐(0)
摘要: package com.tianji.common.autoconfigure.xxljob; import com.tianji.common.utils.StringUtils; import com.xxl.job.core.executor.impl.XxlJobSpringExecutor 阅读全文
posted @ 2024-07-26 17:00 冷风5997 阅读(66) 评论(0) 推荐(0)