46 lines
1.3 KiB
YAML
46 lines
1.3 KiB
YAML
spring:
|
|
application:
|
|
name: tj-operation-service
|
|
jackson:
|
|
default-property-inclusion: NON_NULL
|
|
time-zone: GMT+8
|
|
serialization:
|
|
write-dates-as-timestamps: true
|
|
fail-on-empty-beans: false
|
|
datasource:
|
|
url: jdbc:mysql://localhost/tiaojie-daily?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true
|
|
username: pudonghot
|
|
password: 123456
|
|
data:
|
|
redis:
|
|
host: localhost
|
|
port: 6379
|
|
password: 123456
|
|
database: 0
|
|
|
|
mybatis:
|
|
mapper-locations:
|
|
- classpath*:com/pudonghot/yo/dal/*/mapper/*Mapper.xml
|
|
- classpath*:com/pudonghot/yo/operation/dal/*/mapper/*Mapper.xml
|
|
- classpath*:com/pudonghot/tigon/cms/dal/*/mapper/*Mapper.xml
|
|
lazy-initialization: false
|
|
configuration:
|
|
log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl
|
|
|
|
tigon:
|
|
aliyun:
|
|
access-key: LTAI5tAMPHkMNQJQZE3D5DU5
|
|
access-secret: flVUPZamzDnzzez9eMnZJsKeHhw1aj
|
|
sts:
|
|
region: cn-shenzhen
|
|
endpoint: sts.cn-shenzhen.aliyuncs.com
|
|
oss:
|
|
bucket: tiaojie-stage
|
|
role-arn: acs:ram::1005633189678051:role/ossreadwrite
|
|
region: oss-cn-shenzhen
|
|
endpoint: oss-cn-shenzhen.aliyuncs.com
|
|
endpoint-internal: oss-cn-shenzhen-internal.aliyuncs.com
|
|
cms:
|
|
table-prefix: tj
|
|
|