111
zhouwei
2019-06-03 0e53d7960c6b77074c4c0703741f89fa4c4833d0
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
46
47
48
49
spring.devtools.restart.enabled=false
#ÓëLiveReloadÒ»ÆðʹÓÃʱ£¬×Ô¶¯ÖØÆôµÄЧ¹û·Ç³£ºÃ¡£
spring.devtools.livereload.enabled=true
spring.main.allow-bean-definition-overriding=true
server.port=8001
 
spring.swagger.enabled=true
 
spring.application.name=aaej-app-2019
 
## dubbo springboot ÅäÖÃ
#spring.dubbo.application.id=aaej-app-2019
#spring.dubbo.application.name=aaej-app-2019
#spring.dubbo.registry.address=zookeeper://www.aaej.cn:22181
#spring.dubbo.server=false
#spring.dubbo.protocol.name=zookeeper
#spring.dubbo.protocol.port=20880
 
# Dubbo Config properties
## ApplicationConfig Bean
#dubbo.application.name= dubbo-demo-client
#
### RegistryConfig Bean
#dubbo.registry.id = aliyun
#dubbo.registry.address = zookeeper://www.aaej.cn:22181
#dubbo.application.qosEnable=false
 
 
 
# Ä¬ÈÏֵΪ /**
#spring.mvc.static-path-pattern=/static/**
## Ä¬ÈÏֵΪ classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/
#spring.resources.static-locations=/static/
# Redis_config
 
cache.prefix = aaej
cache.time = 10
 
spring.redis.database=1
spring.redis.host=192.168.0.33
spring.redis.port=6379
spring.redis.password=
spring.redis.timeout=3000ms
spring.redis.jedis.pool.max-active=100
spring.redis.jedis.pool.max-wait=1000ms
spring.redis.jedis.shutdown-timeout=100
spring.redis.jedis.pool.max-idle=8
spring.redis.jedis.pool.min-idle=0
spring.jackson.date-format=yyyy-MM-dd HH:mm:ss