|
|
@ -9,7 +9,7 @@ debug: false |
|
|
|
#datasource数据源设置 |
|
|
|
#datasource数据源设置 |
|
|
|
spring: |
|
|
|
spring: |
|
|
|
datasource: |
|
|
|
datasource: |
|
|
|
url: jdbc:mysql://139.159.177.244:3306/hsg_order?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false |
|
|
|
url: jdbc:mysql://139.159.177.244:3306/hfkj?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false |
|
|
|
username: root |
|
|
|
username: root |
|
|
|
password: HF123456. |
|
|
|
password: HF123456. |
|
|
|
type: com.alibaba.druid.pool.DruidDataSource |
|
|
|
type: com.alibaba.druid.pool.DruidDataSource |
|
|
@ -32,7 +32,7 @@ spring: |
|
|
|
host: 139.159.177.244 |
|
|
|
host: 139.159.177.244 |
|
|
|
port: 36379 |
|
|
|
port: 36379 |
|
|
|
password: HF123456.Redis |
|
|
|
password: HF123456.Redis |
|
|
|
timeout: 1000 |
|
|
|
timeout: 36000000 |
|
|
|
jedis: |
|
|
|
jedis: |
|
|
|
pool: |
|
|
|
pool: |
|
|
|
max-active: 20 |
|
|
|
max-active: 20 |
|
|
@ -58,7 +58,6 @@ rocketmq: |
|
|
|
producer: |
|
|
|
producer: |
|
|
|
#必须指定group |
|
|
|
#必须指定group |
|
|
|
group: default-group |
|
|
|
group: default-group |
|
|
|
|
|
|
|
|
|
|
|
#配置日期返回至前台为时间戳 |
|
|
|
#配置日期返回至前台为时间戳 |
|
|
|
jackson: |
|
|
|
jackson: |
|
|
|
serialization: |
|
|
|
serialization: |
|
|
@ -68,10 +67,6 @@ mybatis: |
|
|
|
- classpath*:sqlmap*/*.xml |
|
|
|
- classpath*:sqlmap*/*.xml |
|
|
|
type-aliases-package: |
|
|
|
type-aliases-package: |
|
|
|
org.springboot.sample.entity |
|
|
|
org.springboot.sample.entity |
|
|
|
configuration: |
|
|
|
|
|
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
|
|
|
|
|
|
|
#开启MyBatis的二级缓存 |
|
|
|
|
|
|
|
cache-enabled: true |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
jetcache: |
|
|
|
jetcache: |
|
|
|
statIntervalMinutes: 15 |
|
|
|
statIntervalMinutes: 15 |
|
|
|