开发与创造
使用docker-compose部署项目(mysql、springboot、vue、nginx)
docker部署mysql
docker部署springboot项目
docker部署jar包
docker部署vue项目
java 开发与创造
Spring Boot集成工作流activiti(1)—基础模块创建
0.背景 工作中,一项任务需要用到工作流,首先接触的是ruoyi-vue-activiti。原作者对 阅读更多…
java
spring cloud alibaba (3)-feign发送请求与负载均衡
Feign是Spring Cloud提供的一个声明式的伪Http客户端, 它使得调用远程服务就像调用 阅读更多…
java
SpringBoot操作XWPFTable(4)设置字体大小、加粗、对齐方式、边框线、背景颜色
0.前言 前面的文章介绍了单元格合并的操作,这篇文章简单介绍一下设置字体大小、加粗、对齐方式、边框线 阅读更多…
java
SpringBoot使用默认的日志logback(2)—自定义配置+控制台输出sql语句
上一篇文章中简单介绍了springboot通过系统配置的方式配置日志: SpringBoot使用默认 阅读更多…
java
spring boot的application.yml和application-dev.yml
开发SpringBoot应用的时候,通常程序需要在测试环境测试成功后才会上线到生产环境。而测试环境和 阅读更多…
常见报错
Field studentsMapper in site.longkui.app.service.StudentsService required a bean of type ‘site.longkui.app.mapper.StudentsMapper’ that could not be found.
某日新创建spring boot项目后启动项目报错: 这个错误是因为我们没有加上MapperScan 阅读更多…
常见报错
Resolved [org.springframework.http.converter.HttpMessageNotWritableException: Could not write JSON:
调试springboot项目,返回数据的时候报错: Resolved [org.springfram 阅读更多…
常见报错
org.thymeleaf.exceptions.TemplateInputException: Error resolving template [students/getList], template might not exist or might not be accessible by any of the configured Template Resolvers
创建调试springboot项目后,然后访问一个接口,控制台开始报错: 这个问题的主要原因是Cont 阅读更多…
常见报错
Project ‘org.springframework.boot:spring-boot-starter-parent:2.7.7’ not found
某日构建springboot项目,构建完毕以后发现下面这样 然后打开pom文件,发现springbo 阅读更多…