移除无用依赖
This commit is contained in:
@ -33,7 +33,6 @@ import co.yixiang.utils.RedisUtil;
|
||||
import co.yixiang.utils.ShopKeyUtils;
|
||||
import com.alibaba.fastjson.JSON;
|
||||
import com.alibaba.fastjson.JSONObject;
|
||||
import io.netty.handler.codec.http.multipart.HttpData;
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiOperation;
|
||||
import lombok.RequiredArgsConstructor;
|
||||
|
@ -7,7 +7,7 @@ spring:
|
||||
master:
|
||||
url: jdbc:mysql://localhost:3306/yshopb2c?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8
|
||||
username: root
|
||||
password: root
|
||||
password: 123456
|
||||
# 从库数据源
|
||||
slave:
|
||||
# 从数据源开关/默认关闭
|
||||
|
@ -29,12 +29,7 @@ spring:
|
||||
# dialect: org.hibernate.dialect.MySQL5InnoDBDialect
|
||||
# open-in-view: true
|
||||
|
||||
#配置rocketmq
|
||||
#rocketmq:
|
||||
# nameServer: localhost:9876
|
||||
# producer:
|
||||
# group: yshop-group
|
||||
# sendMessageTimeout: 300000
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user