1 Star 0 Fork 3

joeyzh / ymc-services-config

forked from vtianvxia / ymc-services-config 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
common-service.properties 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
Joey.Zheng 提交于 2016-08-09 09:31 . redis
#web server
server.port=8101
#data source properties
spring.datasource.driverClassName=org.postgresql.Driver
spring.datasource.url=jdbc:postgresql://10.16.35.121:5432/ymc_common
spring.datasource.username=postgres
spring.datasource.password=qqqq1111
# JPA properties
spring.jpa.properties.hibernate.connection.driver_class=org.postgresql.Driver
spring.jpa.properties.hibernate.connection.url=jdbc:postgresql://10.16.35.121:5432/ymc_common
spring.jpa.properties.hibernate.connection.username=postgres
spring.jpa.properties.hibernate.connection.password=qqqq1111
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.properties.hibernate.default_schema: public
spring.jpa.properties.hibernate.hbm2ddl.auto=update
spring.jpa.properties.hibernate.show_sql=true
#redis cluster
redis.cache.clusterNodes=10.16.35.123:7000,10.16.35.123:7001,10.16.35.123:7002,10.16.35.123:7003,10.16.35.123:7004,10.16.35.123:7005
redis.cache.timeout=15000
redis.cache.maxTotal=1000
redis.cache.maxIdle=10
redis.cache.maxWaitMillis=1000
redis.cache.testOnBorrow=true
#unit:second
redis.cache.expireSeconds=120
#redis single
#redis.database=0
redis.single.hosts=10.16.35.122:6378,10.16.35.122:6379
redis.single.idgeneratorEvalsha=c5809078fa6d652e0b0232d552a9d06d37fe819c
#redis.password=root
redis.single.maxIdle=1000
redis.single.minIdle=0
redis.single.maxActive=8
redis.single.maxWait=1000
1
https://gitee.com/zedy/ymc-services-config.git
git@gitee.com:zedy/ymc-services-config.git
zedy
ymc-services-config
ymc-services-config
master

搜索帮助