升级依赖版本为3.3

This commit is contained in:
taozi
2022-05-01 14:36:41 +08:00
parent 31c1d0561f
commit f23609e5b0
24 changed files with 42 additions and 42 deletions

View File

@ -13,6 +13,6 @@ WORKDIR /yshop-app
EXPOSE 8008
ADD ./target/yshop-app-3.2.jar ./
ADD ./target/yshop-app-3.3.jar ./
CMD java $JAVA_OPTS -jar yshop-app-3.2.jar --spring.profiles.active=docker
CMD java $JAVA_OPTS -jar yshop-app-3.3.jar --spring.profiles.active=docker

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>yshop</artifactId>
<groupId>co.yixiang</groupId>
<version>3.2</version>
<version>3.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -21,7 +21,7 @@
<dependency>
<groupId>co.yixiang</groupId>
<artifactId>yshop-weixin</artifactId>
<version>3.2</version>
<version>3.3</version>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
@ -33,7 +33,7 @@
<dependency>
<groupId>co.yixiang</groupId>
<artifactId>yshop-message</artifactId>
<version>3.2</version>
<version>3.3</version>
<exclusions>
<exclusion>
<groupId>co.yixiang</groupId>

View File

@ -79,7 +79,7 @@ swagger:
enabled: true
title: yshop商城移动端API
serverUrl: http://localhost:8009
version: 3.2
version: 3.3
# 文件存储路径
file:

View File

@ -86,7 +86,7 @@ swagger:
enabled: true
title: yshop商城移动端API
serverUrl: http://localhost:8009
version: 3.2
version: 3.3
# 文件存储路径
file:

View File

@ -5,7 +5,7 @@ spring:
druid:
# 主库数据源
master:
url: jdbc:mysql://localhost:3366/yshopb2c?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false&zeroDateTimeBehavior=convertToNull
url: jdbc:mysql://localhost:3306/yshopb2c?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false&zeroDateTimeBehavior=convertToNull
username: yshopb2c
password: bkfGfAimifjPZtNE
# 从库数据源
@ -86,7 +86,7 @@ swagger:
enabled: false
title: yshop商城移动端API
serverUrl: http://localhost:8009
version: 3.2
version: 3.3
# 文件存储路径
file:

View File

@ -73,7 +73,7 @@ logging:
yshop:
#相关配置
version: 3.2
version: 3.3
# 防止XSS攻击
xss: