导出数据菜单更新
This commit is contained in:
File diff suppressed because one or more lines are too long
@ -6,7 +6,7 @@ spring:
|
|||||||
driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
||||||
url: jdbc:log4jdbc:mysql://localhost:3306/yshop?serverTimezone=Asia/Shanghai&useSSL=false
|
url: jdbc:log4jdbc:mysql://localhost:3306/yshop?serverTimezone=Asia/Shanghai&useSSL=false
|
||||||
username: yshop
|
username: yshop
|
||||||
password: yshoP@2019#yx
|
password:
|
||||||
|
|
||||||
# 初始化配置
|
# 初始化配置
|
||||||
initial-size: 3
|
initial-size: 3
|
||||||
@ -48,7 +48,7 @@ spring:
|
|||||||
database: 0
|
database: 0
|
||||||
host: 127.0.0.1
|
host: 127.0.0.1
|
||||||
port: 6379
|
port: 6379
|
||||||
password: yshop2019@yxtw
|
password:
|
||||||
#连接超时时间
|
#连接超时时间
|
||||||
timeout: 5000
|
timeout: 5000
|
||||||
|
|
||||||
@ -81,7 +81,7 @@ swagger:
|
|||||||
enabled: true
|
enabled: true
|
||||||
title: yshop商城移动端API
|
title: yshop商城移动端API
|
||||||
serverUrl: http://localhost:8009
|
serverUrl: http://localhost:8009
|
||||||
version: 1.8
|
version: 1.9
|
||||||
|
|
||||||
# 文件存储路径
|
# 文件存储路径
|
||||||
file:
|
file:
|
||||||
|
Reference in New Issue
Block a user