随笔分类 -  SpringBoot

摘要:在项目结构中,我将SwaggerConfig文件写在common模块,其他模块通过pom引入这个模块,swagger的版本如下: <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifact 阅读全文
posted @ 2022-04-02 20:56 wuzu 阅读(679) 评论(0) 推荐(0)
摘要:Field rocketMQTemplate in com.xxx.demo.rocketmq.ProducerService required a bean of type 'org.apache.rocketmq.spring.core.RocketMQTemplate' that could 阅读全文
posted @ 2022-03-31 15:05 wuzu 阅读(2650) 评论(0) 推荐(0)
摘要:在数据库执行生成表 见最后 springboot添加依赖 pom.xml <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-quartz</artifactId> <ver 阅读全文
posted @ 2022-01-03 12:30 wuzu 阅读(4859) 评论(0) 推荐(0)