摘要: 一、引入依赖 https://mvnrepository.com/ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> <ve 阅读全文
posted @ 2021-04-13 22:41 残星 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 一、引入外部依赖 https://mvnrepository.com/ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-amqp</artifactId> <versio 阅读全文
posted @ 2021-04-13 21:42 残星 阅读(55) 评论(0) 推荐(0) 编辑
摘要: 一、引入外部依赖 https://mvnrepository.com/ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-activemq</artifactId> <ve 阅读全文
posted @ 2021-04-13 20:54 残星 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 将A、B、C代码合并模块D,我们把它当做一个辅助构建模块,然后让A、B、C模块都依赖于D模块,这样的话就可以成功编译A、B和C模块 要想把A、B、C三个模块整合在一起编译,需要借助build-helper-maven-plugin插件,这个插件在Maven构建周期提供一些辅助功能,下面列出插件的提供 阅读全文
posted @ 2021-04-13 17:38 残星 阅读(7213) 评论(0) 推荐(0) 编辑
摘要: <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> </plugin> <plugin> <groupId>o 阅读全文
posted @ 2021-04-13 17:35 残星 阅读(2759) 评论(0) 推荐(0) 编辑
摘要: 添加-Dfile.encoding=GBK 阅读全文
posted @ 2021-04-13 17:33 残星 阅读(265) 评论(0) 推荐(0) 编辑