spring:
|
application:
|
name: deploy
|
datasource:
|
# 是否显示dao中打印的SQL语句
|
show-sql: true
|
# username: root
|
# password: root
|
# driver-class-name: com.mysql.jdbc.Driver
|
# url: jdbc:mysql://61.163.210.202:50006/tip_base_20190823?useUnicode=true&characterEncoding=UTF-8
|
|
username: root
|
password: Shikeying@2019
|
# driver-class-name: sunje.goldilocks.jdbc.GoldilocksDriver
|
url: jdbc:mysql://139.155.5.109:3306/walker_ics?useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
type: com.walker.jdbc.ds.DefaultDataSource
|
hikari:
|
minimum-idle: 5
|
idle-timeout: 5000
|
pool-name: databasePool_walker
|
connection-timeout: 10000
|
connection-test-query: select 1
|
# username: root
|
# password: SearunMaster@2019
|
# driver-class-name: com.mysql.cj.jdbc.Driver
|
# url: jdbc:mysql://193.193.193.236:3306/cpmsxc?serverTimezone=Asia/Shanghai&zeroDateTimeBehavior=convertToNull&autoReconnect=true&useSSL=false&failOverReadOnly=false
|
|
# username: GQCG
|
# password: GQCG
|
# driver-class-name: oracle.jdbc.OracleDriver
|
# url: jdbc:oracle:thin:@61.163.210.202:6021/orcl
|
# cache:
|
# type: redis
|
# redis:
|
# host: localhost
|
# port: 6379
|
server:
|
port: 8082
|
servlet:
|
context-path: /deploy
|
session:
|
timeout: 30m
|
|
logging:
|
level:
|
root: info
|
org:
|
springframework: error
|
com:
|
walker: info
|
# file: # logging.file.path 和 logging.file.name,只会有一个生效,配了path不要配name,配了name不要配path,只配path时name默认为spring.log,想路径和文件名同时生效可配置logging.file.name=d:/logs/mylog.log
|
# name: ${spring.application.name}.log #日志文件名
|
# path: logs #日志存储路径
|
# max-history: 30 #保留多少天的日志
|
# max-size: 10MB
|
# pattern:
|
# rolling-file-name: ${LOG_FILE}.%d{yyyy-MM-dd}.%i.gz
|
logback:
|
rollingpolicy:
|
file-name-pattern: ${LOG_FILE}.%d{yyyy-MM-dd}.%i.gz
|
max-history: 1
|
max-file-size: 2
|
|
iplatform:
|
search:
|
cluster_nodes: 116.198.39.83:9200
|
# 是否启用
|
enable: true
|
|
easy-es:
|
enable: true
|
address: 116.198.39.83:9200
|
schema: http
|
username: elastic
|
password:
|
keep-alive-millis: 18000
|
global-config:
|
process-index-mode: smoothly
|
async-process-index-blocking: true
|
print-dsl: false
|
db-config:
|
map-underscore-to-camel-case: true
|
table-prefix: dev_
|
id-type: customize
|
field-strategy: not_empty
|
refresh-policy: immediate
|
enable-track-total-hits: true
|