application-test.yml
1.38 KB
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
spring:
datasource:
primary:
url: jdbc:mysql://192.168.102.219:3306/yh_grass?useUnicode=true&characterEncoding=UTF-8
username: yh_test
password: 9nm0icOwt6bMHjMusIfMLw==
driver-class-name: com.mysql.jdbc.Driver
secondary:
url: jdbc:mysql://192.168.102.219:3306/yh_pcms?useUnicode=true&characterEncoding=UTF-8
username: yh_test
password: 9nm0icOwt6bMHjMusIfMLw==
driver-class-name: com.mysql.jdbc.Driver
yhSocial:
url: jdbc:mysql://192.168.102.219:3306/yh_social?useUnicode=true&characterEncoding=UTF-8
username: yh_test
password: 9nm0icOwt6bMHjMusIfMLw==
driver-class-name: com.mysql.jdbc.Driver
yhCms:
url: jdbc:mysql://192.168.102.219:3306/yh_cms?useUnicode=true&characterEncoding=UTF-8
username: yh_test
password: 9nm0icOwt6bMHjMusIfMLw==
# username: root
# password: Z5BMngayHLUxyWLSv6+koA==
driver-class-name: com.mysql.jdbc.Driver
yhCommunity:
url: jdbc:mysql://192.168.102.219:3306/yh_community?useUnicode=true&characterEncoding=UTF-8
username: yh_test
password: 9nm0icOwt6bMHjMusIfMLw==
driver-class-name: com.mysql.jdbc.Driver
elasticSearch:
host: 192.168.104.246
port: 9200
client:
connectNum: 10
connectPerRoute: 50
rest:
uris: ["http://192.168.104.246:9200"]
logging:
config: classpath:logback-boot.xml