上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页
摘要: 1、引入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-amqp</artifactId> </dependency> 2、配置文件 rabbitmq: addre 阅读全文
posted @ 2019-11-27 19:35 qing222 阅读(1393) 评论(0) 推荐(0) 编辑
摘要: 1、设置全局主题 2、设置代码字体自动缩放 3、添加git命令窗口 5、设置控制台字体大小 阅读全文
posted @ 2019-11-16 18:21 qing222 阅读(523) 评论(0) 推荐(0) 编辑
摘要: 1、依赖<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-amqp</artifactId></dependency>2、初始化配置rabbitmq: addresses: 阅读全文
posted @ 2019-11-08 09:22 qing222 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 1、依赖<!-- https://mvnrepository.com/artifact/org.springframework.amqp/spring-rabbit --><dependency> <groupId>org.springframework.amqp</groupId> <artifa 阅读全文
posted @ 2019-11-08 09:18 qing222 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 1、引入依赖:(对于依赖冲突自行解决) <dependency> <groupId>com.github.binarywang</groupId> <artifactId>weixin-java-pay</artifactId> <!--<version>3.4.9.B</version>--> < 阅读全文
posted @ 2019-10-18 20:56 qing222 阅读(3490) 评论(2) 推荐(0) 编辑
摘要: package com.dhht.wechat.util;import com.alibaba.fastjson.JSON;import com.alibaba.fastjson.JSONObject;import java.util.HashMap;import java.util.Map;imp 阅读全文
posted @ 2019-10-18 20:38 qing222 阅读(2266) 评论(0) 推荐(0) 编辑
摘要: <!-- https://mvnrepository.com/artifact/com.github.binarywang/weixin-java-mp --><dependency> <groupId>com.github.binarywang</groupId> <artifactId>weix 阅读全文
posted @ 2019-10-18 20:35 qing222 阅读(536) 评论(0) 推荐(0) 编辑
摘要: !注意:,一定要有 <update id="updateByPrimaryKeySelective" parameterType="com.dhht.model.order.OrderInfo"> update order_info <set> <if test="sendOutStatus != 阅读全文
posted @ 2019-10-18 20:23 qing222 阅读(414) 评论(0) 推荐(0) 编辑
摘要: DELIMITER $$ -- USE `dev_seal_chip_sell_ms_v1`$$; DROP FUNCTION IF EXISTS `GET_ORDER_STATUS`$$ CREATE FUNCTION `get_order_status`(orderId VARCHAR(32)) 阅读全文
posted @ 2019-10-18 20:17 qing222 阅读(374) 评论(0) 推荐(0) 编辑
摘要: 通常情况下,主动回滚事务,可以手动抛异常即可,不抛异常可以如下方式回滚 TransactionAspectSupport.currentTransactionStatus().setRollbackOnly(); 阅读全文
posted @ 2019-10-18 20:13 qing222 阅读(774) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 16 下一页