开发
未读
使用开源框架wxJava实现微信小程序登录、支付V3、退款V3
在当今移动应用市场中,微信小程序已经成为了许多企业和开发者推广业务和服务的首选平台之一。微信小程序具有快速加载、无需下载安装、与微信生态相互支持等优势,深受用户和开发者的喜爱。然而,要实现微信小程序的登录和支付功能,需要处理诸多繁琐的接口调用和逻辑处理。为了简化开发过程,我们可以借助开源框架wxJa
Grafana / Prometheus监控SpringBoot应用
一、Prometheus 介绍 Prometheus 中文名称为普罗米修斯,受启发于Google 的Brogmon 监控系统,从2012年开始由前Google工程师在Soundcloud 以开源软件的形式进行研发,2016年6月发布1.0版本。Prometheus 可以看作是 Google 内部监控
开发
未读
springboot 开启事务以及手动提交事务
一、需要在服务类上加上两个注解 @Autowired
DataSourceTransactionManager dataSourceTransactionManager;
@Autowired
TransactionDefinition transactionDefinition;
privat
开发
未读
SpringBoot Thymeleaf 模板引擎
一、介绍 SpringBoot主要支持Thymeleaf、Freemarker、Mustache、 Groovy Templates等模板引擎。Thymeleaf可以轻易地与SpringMVC等Web框架进行集成。Thymeleaf语法并不会破坏文档的结构,所&