SpringBoot配置属性之NOSQL
SpringBoot配置属性系列
另外附上个人关于springboot的一些文章
cache
spring.cache.cache-names
指定要创建的缓存的名称,逗号分隔(若该缓存实现支持的话)spring.cache.ehcache.config
指定初始化EhCache时使用的配置文件的位置指定.spring.cache.guava.spec
指定创建缓存要使用的spec,具体详见CacheBuilderSpec.spring.cache.hazelcast.config
指定初始化Hazelcast时的配置文件位置spring.cache.infinispan.config
指定初始化Infinispan时的配置文件位置.spring.cache.jcache.config
指定jcache的配置文件.spring.cache.jcache.provider
指定CachingProvider实现类的全限定名.spring.cache.type
指定缓存类型
mongodb
spring.mongodb.embedded.features
指定要开启的特性,逗号分隔.spring.mongodb.embedded.version
指定要使用的版本,默认: 2.6.10
redis
spring.redis.database
指定连接工厂使用的Database index,默认为: 0spring.redis.host
指定Redis server host,默认为: localhostspring.redis.password
指定Redis server的密码spring.redis.pool.max-active
指定连接池最大的活跃连接数,-1表示无限,默认为8spring.redis.pool.max-idle
指定连接池最大的空闲连接数,-1表示无限,默认为8spring.redis.pool.max-wait
指定当连接池耗尽时,新获取连接需要等待的最大时间,以毫秒单位,-1表示无限等待spring.redis.pool.min-idle
指定连接池中空闲连接的最小数量,默认为0spring.redis.port
指定redis服务端端口,默认: 6379spring.redis.sentinel.master
指定redis server的名称spring.redis.sentinel.nodes
指定sentinel节点,逗号分隔,格式为host:port.spring.redis.timeout
指定连接超时时间,毫秒单位,默认为0
springdata
spring.data.elasticsearch.cluster-name
指定es集群名称,默认: elasticsearchspring.data.elasticsearch.cluster-nodes
指定es的集群,逗号分隔,不指定的话,则启动client node.spring.data.elasticsearch.properties
指定要配置的es属性.spring.data.elasticsearch.repositories.enabled
是否开启es存储,默认为: truespring.data.jpa.repositories.enabled
是否开启JPA支持,默认为: truespring.data.mongodb.authentication-database
指定鉴权的数据库名spring.data.mongodb.database
指定mongodb数据库名spring.data.mongodb.field-naming-strategy
指定要使用的FieldNamingStrategy.spring.data.mongodb.grid-fs-database
指定GridFS database的名称.spring.data.mongodb.host
指定Mongo server host.spring.data.mongodb.password
指定Mongo server的密码.spring.data.mongodb.port
指定Mongo server port.spring.data.mongodb.repositories.enabled
是否开启mongodb存储,默认为truespring.data.mongodb.uri
指定Mongo database URI.默认:mongodb://localhost/testspring.data.mongodb.username
指定登陆mongodb的用户名.spring.data.rest.base-path
指定暴露资源的基准路径.spring.data.rest.default-page-size
指定每页的大小,默认为: 20spring.data.rest.limit-param-name
指定limit的参数名,默认为: sizespring.data.rest.max-page-size
指定最大的页数,默认为1000spring.data.rest.page-param-name
指定分页的参数名,默认为: pagespring.data.rest.return-body-on-create
当创建完实体之后,是否返回body,默认为falsespring.data.rest.return-body-on-update
在更新完实体后,是否返回body,默认为falsespring.data.rest.sort-param-name
指定排序使用的key,默认为: sortspring.data.solr.host
指定Solr host,如果有指定了zk的host的话,则忽略。默认为: http://127.0.0.1:8983/solrspring.data.solr.repositories.enabled
是否开启Solr repositories,默认为: truespring.data.solr.zk-host
指定zk的地址,格式为HOST:PORT.
SpringBoot配置属性之NOSQL的更多相关文章
- SpringBoot配置属性之Server
SpringBoot配置属性系列 SpringBoot配置属性之MVC SpringBoot配置属性之Server SpringBoot配置属性之DataSource SpringBoot配置属性之N ...
- SpringBoot配置属性转载地址
SpringBoot配置属性系列 SpringBoot配置属性之MVC SpringBoot配置属性之Server SpringBoot配置属性之DataSource SpringBoot配置属性之N ...
- SpringBoot配置属性之其他
SpringBoot配置属性系列 SpringBoot配置属性之MVC SpringBoot配置属性之Server SpringBoot配置属性之DataSource SpringBoot配置属性之N ...
- SpringBoot配置属性之Migration
SpringBoot配置属性系列 SpringBoot配置属性之MVC SpringBoot配置属性之Server SpringBoot配置属性之DataSource SpringBoot配置属性之N ...
- SpringBoot配置属性之Security
SpringBoot配置属性系列 SpringBoot配置属性之MVC SpringBoot配置属性之Server SpringBoot配置属性之DataSource SpringBoot配置属性之N ...
- SpringBoot配置属性之MQ
SpringBoot配置属性系列 SpringBoot配置属性之MVC SpringBoot配置属性之Server SpringBoot配置属性之DataSource SpringBoot配置属性之N ...
- SpringBoot配置属性之MVC
SpringBoot配置属性系列 SpringBoot配置属性之MVC SpringBoot配置属性之Server SpringBoot配置属性之DataSource SpringBoot配置属性之N ...
- SpringBoot配置属性二
server配置 server.address指定server绑定的地址 server.compression.enabled是否开启压缩,默认为false. server.compression.e ...
- SpringBoot配置属性之Server参数
server配置server.address指定server绑定的地址 server.compression.enabled是否开启压缩,默认为false. server.compression.ex ...
随机推荐
- AI-终极算法-遗传算法
- ZooKeeper 了解
- Centos配置为驱动程序开发环境
安装完centos后,写了一个驱动测试程序Hello.编译过程出现如下错误: make: *** /lib/modules/2.6.32-220.4.1.el6.i686/build: No such ...
- Angular入门笔记
AngularJS(下面简称其为ng)是Google开源的一款JavaScript MVC框架,弥补了HTML在构建应用方面的不足,其通过使用指令(directives)结构来扩展HTML词汇,使开发 ...
- 关于操作系统:eos、deepin
朋友星神推荐了这两个操作系统:eos.deepin,大致看了一下介绍,貌似看起来很棒,界面清新,而且开源,支持的应用也不少,后续我准备尝试一下.此处Mark一下: 官网分别为: https://ele ...
- 一次性解决Intellij IDEA maven 自动跳到1.5的JDK
说明:文章学习自:https://blog.csdn.net/Zereao/article/details/77427989 一.找到Setting.xml文件 打开setting.xml 说明,该文 ...
- 通过Fiddler抓取Java HttpClient的HTTP包
设置HttpClient访问Fiddler的代理即可. public static void main(String[] args) throws Exception { HttpPost httpP ...
- WIP 001 - design the applicant screen
In this item, you only need to design the screen
- MySQL auto_increment初始值设置
http://blog.csdn.net/u011439289/article/details/48055917 DROP TABLE IF EXISTS zan1; CREATE TABLE zan ...
- Python学习笔记_05:使用Flask+MySQL实现用户登陆注册以及增删查改操作
前言:本文代码参考自两篇英文博客,具体来源点击文末代码链接中文档说明. (PS:代码运行Python版本为2.7.14) 运行效果: 首页: 注册页面: 登陆界面: 管理员登陆后界面: 添加.删除.修 ...