shikeying
2024-01-11 3b67e947e36133e2a40eb2737b15ea375e157ea0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
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