会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
m17193095294
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
9
10
下一页
2021年7月27日
springboot2.5.2 整合 flowable6.6.0 流程引擎
摘要: 1.pom <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.5.2</version> <relativePath
阅读全文
posted @ 2021-07-27 11:26 m17193095294
阅读(1188)
评论(0)
推荐(0)
2021年7月26日
Spring Boot mybatis-config 和 log4j 输出sql 日志
摘要: 依赖 <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.17</version> </dependency> 两种配置log4j的方式: 一定要新建一个log4j.properties文
阅读全文
posted @ 2021-07-26 11:39 m17193095294
阅读(424)
评论(0)
推荐(0)
2021年7月24日
springboot 全局异常拦截器,友好异常提示
摘要: 1. 添加config 配置类 package org.fh.config; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.springf
阅读全文
posted @ 2021-07-24 09:45 m17193095294
阅读(407)
评论(0)
推荐(0)
2021年7月23日
springboot 运行 jar 包读取外部配置文件
摘要: 案例:本文主要描述linux系统执行jar包读取jar包同级目录的外部配置文件方法一:相对路径设置配置文件(1)在jar包同级目录创建配置文件conf.properties并写入配置数据: confData=data1(2)开始写入自动化测试代码 //from www.fhadmin.cn publ
阅读全文
posted @ 2021-07-23 13:41 m17193095294
阅读(2792)
评论(0)
推荐(0)
java 自定义表单 动态表单 表单设计器 工作流引擎 flowable 项目源码
摘要: 特别注意:本代码为 Springboot 工作流 前后分离 + 跨域 版本 (权限控制到菜单和按钮) 后台框架:springboot2.3.0+ Flowable6.5.0+ mybaits+maven+接口 前端页面:html +vue.js 形式 jquery ajax 异步跨域 json 格式
阅读全文
posted @ 2021-07-23 06:00 m17193095294
阅读(1715)
评论(0)
推荐(0)
2021年7月22日
java Word 转 PDF格式
摘要: 添加maven依赖 <dependency> <groupId>e-iceblue</groupId> <artifactId>spire.doc</artifactId> <version>2.2.0</version> </dependency> 转换代码如下 String fromFile =
阅读全文
posted @ 2021-07-22 09:19 m17193095294
阅读(624)
评论(0)
推荐(0)
2021年7月21日
spring 框架常用注解
摘要: 1.声明bean的注解@Component:声明类为组件,没有明确的角色 @Service:用于标注业务逻辑层组件即(service层) @Repository:用于标注数据访问组件即(dao层), @Controller:在控制层使用,声明返回视图 @RestController: 在控制层使用,
阅读全文
posted @ 2021-07-21 07:02 m17193095294
阅读(450)
评论(0)
推荐(0)
2021年7月20日
spring boot 读写参数到session
摘要: 保存数据到session: @RequestMapping("/login") //java项目 www.fhadmin.cn public String login(HttpServletRequest request, @RequestParam("userName") String userN
阅读全文
posted @ 2021-07-20 10:38 m17193095294
阅读(967)
评论(0)
推荐(0)
2021年7月19日
SpringCloud GateWay 使用 网关路由
摘要: GateWay之路由转发和过滤 在一个Gateway项目(配置了eureka等组件)中进行配置 server: port: 9006 spring: application: name: zhao-service-gateway cloud: gateway: routes: - id: servi
阅读全文
posted @ 2021-07-19 12:03 m17193095294
阅读(308)
评论(0)
推荐(0)
2021年7月18日
微服务 Spring Cloud 2020 重大变革
摘要: 从 Spring Cloud 2020.0.0-M1 开始,Spring Cloud 废除了这种英国伦敦地铁站的命名方式,而使用了全新的 "日历化" 版本命名方式。 官宣如下: https://spring.io/blog/2020/04/17/spring-cloud-2020-0-0-m1-re
阅读全文
posted @ 2021-07-18 08:27 m17193095294
阅读(108)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
下一页
公告