You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
888 B
28 lines
888 B
3 months ago
|
server:
|
||
3 months ago
|
port: 8085
|
||
3 months ago
|
spring:
|
||
|
datasource:
|
||
|
url: jdbc:mysql://127.0.0.1:3306/yami_shops?allowMultiQueries=true&useSSL=false&useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true
|
||
|
username: root
|
||
|
password: root
|
||
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||
|
type: com.zaxxer.hikari.HikariDataSource
|
||
|
hikari:
|
||
|
minimum-idle: 0
|
||
|
maximum-pool-size: 20
|
||
|
idle-timeout: 10000
|
||
3 months ago
|
auto-commit: true
|
||
|
connection-test-query: SELECT 1
|
||
3 months ago
|
data:
|
||
|
redis:
|
||
|
host: 127.0.0.1
|
||
|
port: 6379
|
||
|
database: 0
|
||
|
logging:
|
||
|
config: classpath:logback/logback-dev.xml
|
||
3 months ago
|
xxl-job:
|
||
|
accessToken: default_token
|
||
|
logPath: /data/applogs/xxl-job/jobhandler
|
||
|
admin:
|
||
|
addresses: http://localhost:8080/xxl-job-admin
|