springboot logback

【Springboot】SpringBoot-Admin 服务监控+告警通知

# SpringBoot-Admin 服务监控 ## 简单介绍 Spring Boot Actuator 是 Spring Boot 自带的一个功能模块, 提供了一组已经开箱即用的生产环境下常用的特性和服务,比如应用程序的健康检查、信息暴露、度量收集、日志记录等。 在实际项目中,Actuator 可 ......

SpringBoot中使用Netty开发WebSocket服务-netty-websocket-spring-boot-starter开源项目使用与改造多线程群发消息

场景 SpringBoot+Vue整合WebSocket实现前后端消息推送: https://blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/114392573 SpringCloud(若依微服务版为例)集成WebSocket实现前后端的消息推送: ......

springboot 自定义整合caffeine 本地缓存

1、自定义缓存配置类 @Data @ConfigurationProperties(prefix = "page.cache") public class PageCacheProperties { private CaffeineConfigProperties caffeine = new Ca ......
缓存 springboot caffeine

SpringBoot与Freemarker整合

1.需要导入freemarker的pom文件; <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-freemarker</artifactId> </dependency> ......
SpringBoot Freemarker

二维码简易实现 Vue+Springboot

Vue: <template> <div> <img :src="database64" width="150px"/> <div> 注:请使用手机微信扫码,并于2分钟内绑定员工账号(二维码为账号独属,请勿分享)。 </div> </div></template><script>import { g ......
Springboot 简易 Vue

springboot 添加url参数请求日志

#定义在当前项目下,使springboot能扫描到 @Configuration public class RequestLoggerFilter { @Bean public CommonsRequestLoggingFilter commonsRequestLoggingFilter() { C ......
springboot 参数 日志 url

4-基于SpringBoot实现SSMP整合

# 1. 整合 Junit > Spring 整合 JUnit 的制作方式 ```java //加载spring整合junit专用的类运行器 @RunWith(SpringJUnit4ClassRunner.class) //指定对应的配置信息 @ContextConfiguration(class ......
SpringBoot SSMP

SpringBoot官方笔记2使用

# Build Systems 选择Maven or Gradle,而不要Ant(not particularly well supported) In practice, you do not need to provide a **version** for any of these depen ......
SpringBoot 笔记 官方

SpringBoot 如何处理 CORS 跨域?

Springboot跨域问题,是当前主流web开发人员都绕不开的难题。但我们首先要明确以下几点 跨域只存在于浏览器端,不存在于安卓/ios/Node.js/python/ java等其它环境 跨域请求能发出去,服务端能收到请求并正常返回结果,只是结果被浏览器拦截了。 之所以会跨域,是因为受到了同源策 ......
SpringBoot CORS

使用SpringBoot+React搭建一个Excel报表平台

> 摘要:本文由葡萄城技术团队于博客园原创并首发。转载请注明出处:[葡萄城官网](https://www.grapecity.com.cn/),葡萄城为开发者提供专业的开发工具、解决方案和服务,赋能开发者。 # 前言 Excel报表平台是一款功能强大、操作简单的系统平台,可以帮助用户上传、编辑和分析 ......
报表 SpringBoot React Excel 平台

SpringBoot 集成和使用 Dubbo

Dubbo 是阿里开源的产品,采用二进制通信,相比 OpenFeign 的 http 通信,具有性能优势,可以轻松集成到 SpringBoot 和 Spring Cloud 中使用,对于性能要求比较高的场景,使用比较广泛。早期的 Dubbo 都采用 Zookeeper 作为注册中心,现在基本上大家都 ......
SpringBoot Dubbo

基于java+springboot的宠物商店、宠物管理系统

> 该系统是基于java+springboot开发的宠物商城,用户可以登录该网站购买宠物。该系统是给师弟开发的课程作业。运行过程中的问题,可以咨询github或留言。 ### 演示地址 前台地址: http://pet.gitapp.cn 后台地址: http://pet.gitapp.cn/adm ......
宠物 springboot 管理系统 商店 系统

基于java+springboot的家教预约网站、家教信息管理系统

> 该系统是基于java+springboot开发的家教预约网站。是给师妹开发的实习作品。学习过程中,遇到问题可以在github咨询作者。 ### 演示地址 前台地址: http://jiajiao.gitapp.cn 后台地址: http://jiajiao.gitapp.cn/admin 后台管 ......
springboot 管理系统 系统 网站 信息

基于java+springboot的旅游信息网站、旅游景区门票管理系统

> 该系统是基于java+springboot开发的旅游景区门票管理系统。是给师弟开发的大四实习作品。学习过程中,遇到问题可以咨询github作者。 ### 演示地址 前台地址: http://travel.gitapp.cn 后台地址: http://travel.gitapp.cn/admin ......

基于java+springboot的租房网站、房屋出租管理系统

> 该系统是基于java+springboot+vue开发的租房管理系统。是给师弟开发的课程作业。学习过程中,遇到问题可以留言咨询。 ### 演示地址 前台地址: http://zf.gitapp.cn 后台地址: http://zf.gitapp.cn/admin 后台管理帐号: 用户名:admi ......

基于java+springboot的商城网站、电子商城管理系统

> 该系统是基于java+springboot+vue开发的在线商城网站。是给师弟开发的课程作业。学习过程中,遇到问题可以咨询作者。 ### 演示地址 前台地址: http://shop.gitapp.cn 后台地址:http://shop.gitapp.cn/admin 后台管理帐号: 用户名:a ......

基于java+springboot的酒店预定网站、酒店客房管理系统

> 该系统是基于Java的酒店客房预订系统设计与实现。是给师弟开发的毕业设计。现将源代码开放出来,感兴趣的同学可以下载。 ### 演示地址 前台地址: http://hotel.gitapp.cn 后台地址: http://hotel.gitapp.cn/admin 后台管理帐号: 用户名:admi ......

基于java+springboot的外卖点餐网站、外卖点餐管理系统

> 该系统是基于java+springboot开发的外卖点餐网站、外卖点餐管理系统。是给师弟开发的课程作业。运行过程中的问题,可以在github咨询作者。 ### 演示地址 前台地址: http://food.gitapp.cn 后台地址: http://food.gitapp.cn/admin 后 ......
springboot 管理系统 系统 网站 java

基于java+springboot的图书借阅网站-在线图书借阅管理系统

> 该系统是基于java+springboot开发的图书借阅管理系统。是给师弟开发的课程作业。大家学习过程中,遇到问题可以github咨询作者。 ### 系统演示地址 * 前台 http://book.gitapp.cn * 后台 http://book.gitapp.cn/#/admin 后台管理 ......
图书 springboot 管理系统 系统 网站

基于java+springboot的求职招聘网站-求职招聘管理系统

> 该系统是基于java+springboot开发的求职招聘网站、网上招聘管理系统、网上人才招聘系统、毕业生求职招聘系统、大学生求职招聘系统、校园招聘系统、企业招聘系统。是给师弟开发的毕业设计。大家学习过程中,遇到问题可以咨询作者vx(lengqin1024) ### 演示地址 前台地址: http ......

基于java+springboot的视频点播网站-在线视频点播系统

> 该系统是基于java+springboot开发的视频点播系统。是给师妹开发的毕业设计。 ### 演示地址 前台地址: http://video.gitapp.cn 后台地址: http://video.gitapp.cn/admin 后台管理帐号: 用户名:admin123 密码:admin12 ......

Springboot远程调用Prometheus Api获取指标数据

0、写在前面 1> 使用RestTemplate作为远程调用工具调用prometheus原生api获取数据 2> prometheus原生api文档地址如下:https://prometheus.io/docs/prometheus/latest/querying/api/ 3> 通过访问prome ......
Springboot Prometheus 指标 数据 Api

SpringBoot 项目实现热启动

https://blog.csdn.net/fengqing5578/article/details/127316742 1.引入依赖。在pom.xml 文件 <dependencies></ dependencies> 添加如下内容 <dependency> <groupId>org.spring ......
SpringBoot 项目

SpringBoot中集成阿里开源缓存访问框架JetCache实现声明式实例和方法缓存

场景 SpringBoot中通过自定义缓存注解(AOP切面拦截)实现数据库数据缓存到Redis: https://blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/118267333 上面讲的通过自定义注解的方式实现查询数据库数据缓存,除此之外还有更 ......
缓存 SpringBoot 框架 实例 JetCache

【Springboot】-读取Excel中的Json数据到List

## excel读取json到List的方法 > Excel读出来的json,它是一个字符串,不是标准json,所以需要对字符串字段进行解析 复杂的excel如图 ![img](https://img2023.cnblogs.com/blog/647218/202307/647218-2023071 ......
Springboot 数据 Excel Json List

【Springboot】-创建Word

## 生成word ### 使用freemarker生成word #### 准备模板 ##### 1、创建模板文件 首先先建立一个word文件,输入模板内容freemaker的内容,下面是本次演示的word文件。 ![img](https://img2023.cnblogs.com/blog/647 ......
Springboot Word

SpringBoot使用@PropertySource读取 properties 配置

## SpringBoot使用@PropertySource读取 properties 配置 ### properties配置文件 在resources文件夹下,新建一个文件 property-demo.properties, 示例如下: ``` my.config.test.name=wu my. ......
PropertySource SpringBoot properties

springboot 升级内置 tomcat

排除依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <exclusions> <exclusion> <artifactId>to ......
springboot tomcat

SpringBoot官方教程1入门

Spring Boot helps you to create stand-alone, production-grade **Spring-based** applications that you can run. Most Spring Boot applications need **ver ......
SpringBoot 教程 官方

SpringBoot开启Gzip接口报文压缩

## 背景 当我们一个接口响应报文比较大的时候,超过几兆甚至几十兆的情况下,减少响应体的报文大小是能有效减少响应时间的。 ## spring boot 配置 ```yaml server: compression: ## 开启服务端的报文压缩 enabled: true ## 只压缩响应类型为app ......
报文 SpringBoot 接口 Gzip