spring:
|
application:
|
name: control-service
|
datasource:
|
driver-class-name: com.mysql.jdbc.Driver
|
url: jdbc:mysql://192.168.1.173:3306/sys_control?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false
|
username: root
|
password: c++java123
|
hikari:
|
minimum-idle: 5
|
maximum-pool-size: 20
|
connection-test-query: SELECT 1
|
redis:
|
host: 192.168.1.173
|
port: 6379
|
timeout: 5000
|
lettuce:
|
pool:
|
min-idle: 0
|
max-idle: 8
|
max-active: 8
|
max-wait: -1
|
servlet:
|
multipart:
|
max-file-size: 100MB
|
max-request-size: 100MB
|
mvc:
|
servlet:
|
load-on-startup: 1
|
aop:
|
proxy-target-class: true
|
|
mybatis:
|
type-aliases-package: com.cloud.control.model
|
mapper-locations: classpath:/mybatis-mappers/*
|
configuration:
|
mapUnderscoreToCamelCase: true
|
server:
|
port: 3699
|
logging:
|
level:
|
root: info
|
com.cloud: debug
|
file: logs/${spring.application.name}.log
|
es:
|
es_network_host: 192.168.1.203
|
es_network_http_port: 9200
|
es_Index_url: /videopersons,personaction
|
fdfsImgUrl:
|
server: http://192.168.1.203
|
port: 80
|
jni:
|
extractFace: http://192.168.1.203:3697/esSearch/extractFaceForControl
|
cserver:
|
port: 11111
|
loginData:
|
redUrl: 192.168.1.203
|
redPort: 3694
|
deviceService:
|
url: 192.168.1.203
|
port: 3696
|