You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
server:
|
|
|
|
port: 8188
|
|
|
|
servlet:
|
|
|
|
context-path: /cosco-shipping-heavy
|
|
|
|
spring:
|
|
|
|
application:
|
|
|
|
name: cosco-shipping-heavy
|
|
|
|
datasource:
|
|
|
|
type: com.zaxxer.hikari.HikariDataSource
|
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
|
url: jdbc:mysql://127.0.0.1:3306/zhongyuan?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8&allowMultiQueries=true&autoReconnect=true&failOverReadOnly=false
|
|
|
|
username: root
|
|
|
|
password: 123456
|
|
|
|
hikari:
|
|
|
|
minimum-idle: 4
|
|
|
|
maximum-pool-size: 12
|
|
|
|
idle-timeout: 3600000
|
|
|
|
connection-test-query: SELECT 1
|
|
|
|
max-lifetime: 1800000
|
|
|
|
connection-timeout: 5000
|
|
|
|
pool-name: DatebookHikariC
|
|
|
|
|
|
|
|
#仿真Socket
|
|
|
|
plant:
|
|
|
|
socket:
|
|
|
|
ip:
|
|
|
|
port:
|
|
|
|
|
|
|
|
mybatis-plus:
|
|
|
|
configuration:
|
|
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|