调整配置文件
This commit is contained in:
@ -107,7 +107,7 @@ public interface ShopConstants {
|
|||||||
/**
|
/**
|
||||||
* 签到天数
|
* 签到天数
|
||||||
*/
|
*/
|
||||||
String YSHOP_SIGN_DAY_NUM = "sign_day_num";
|
String YSHOP_SIGN_DAY_NUM = "yshop_sign_day_num";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 打印机配置
|
* 打印机配置
|
||||||
|
@ -94,12 +94,4 @@ file:
|
|||||||
avatarMaxSize: 5
|
avatarMaxSize: 5
|
||||||
localUrl: http://127.0.0.1:8000
|
localUrl: http://127.0.0.1:8000
|
||||||
|
|
||||||
mybatis-plus:
|
|
||||||
check-config-location: true
|
|
||||||
configuration:
|
|
||||||
map-underscore-to-camel-case: true
|
|
||||||
global-config:
|
|
||||||
db-config:
|
|
||||||
id-type: auto
|
|
||||||
logic-delete-value: 1
|
|
||||||
logic-not-delete-value: 0
|
|
||||||
|
@ -6,7 +6,7 @@ spring:
|
|||||||
druid:
|
druid:
|
||||||
type: com.alibaba.druid.pool.DruidDataSource
|
type: com.alibaba.druid.pool.DruidDataSource
|
||||||
driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
|
||||||
url: jdbc:log4jdbc:mysql://localhost:3366/yxshop?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false
|
url: jdbc:log4jdbc:mysql://localhost:3306/yshop?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false
|
||||||
username: root
|
username: root
|
||||||
password: root
|
password: root
|
||||||
|
|
||||||
@ -96,17 +96,7 @@ file:
|
|||||||
# 文件大小 /M
|
# 文件大小 /M
|
||||||
maxSize: 100
|
maxSize: 100
|
||||||
avatarMaxSize: 5
|
avatarMaxSize: 5
|
||||||
localUrl: https://cdn.jidanguo10.com
|
localUrl:
|
||||||
mybatis-plus:
|
|
||||||
check-config-location: true
|
|
||||||
configuration:
|
|
||||||
map-underscore-to-camel-case: true
|
|
||||||
global-config:
|
|
||||||
db-config:
|
|
||||||
id-type: id_worker
|
|
||||||
logic-delete-value: 1
|
|
||||||
logic-not-delete-value: 0
|
|
||||||
mapper-locations: classpath*:mapper/**/*Mapper.xml
|
|
||||||
|
|
||||||
yshop:
|
yshop:
|
||||||
hApi: https://127.0.0.1:8000
|
hApi: https://127.0.0.1:8000
|
||||||
|
@ -54,7 +54,16 @@ yshop:
|
|||||||
appKey: 81f43a2e-f504-45c4-9b54-2637d59f8190
|
appKey: 81f43a2e-f504-45c4-9b54-2637d59f8190
|
||||||
apiUrl: http://127.0.0.1:8009/api
|
apiUrl: http://127.0.0.1:8009/api
|
||||||
|
|
||||||
|
mybatis-plus:
|
||||||
|
check-config-location: true
|
||||||
|
configuration:
|
||||||
|
map-underscore-to-camel-case: true
|
||||||
|
global-config:
|
||||||
|
db-config:
|
||||||
|
id-type: auto
|
||||||
|
logic-delete-value: 1
|
||||||
|
logic-not-delete-value: 0
|
||||||
|
mapper-locations: classpath*:mapper/**/*Mapper.xml
|
||||||
# PageHelper分页插件
|
# PageHelper分页插件
|
||||||
pagehelper:
|
pagehelper:
|
||||||
helperDialect: mysql
|
helperDialect: mysql
|
||||||
|
Reference in New Issue
Block a user