1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| logging:
| file:
| path: /usr/log/xzs/
|
| spring:
| redis:
| host: localhost
| datasource:
| url: jdbc:mysql://42.193.1.25:3306/xzs?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
| username: root
| password: 321$YcYl@1970!
| driver-class-name: com.mysql.cj.jdbc.Driver
|
| system:
| local-store:
| url: http://localhost:7000/resource
| resource: C:/resource/
|
|