Skip to content

Commit

Permalink
第一次提交
Browse files Browse the repository at this point in the history
  • Loading branch information
starcrm committed Sep 18, 2018
1 parent ccf58ad commit 46a4bcd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@ ehcache.xml
##### 控制器controller:
见xy.SpringBoot2NoSQL.controller.Ehcache.EhcacheDataController

##### 更多详细介绍

正在写作...


## MongoDB for SpringBoot 开发介绍
Expand Down Expand Up @@ -363,6 +365,9 @@ ehcache.xml
...
具体CRUD不再赘述。

##### 更多详细介绍

正在写作...

## ElasticSearch for SpringBoot 开发介绍

Expand Down Expand Up @@ -457,6 +462,9 @@ xy.SpringBoot2NoSQL.controller.ElasticSearch.ESSearchController
.must(QueryBuilders.matchPhraseQuery("enabled", true));
}

##### 更多详细介绍

正在写作...

## Cassandra for SpringBoot 开发介绍
##### 内容
Expand Down Expand Up @@ -594,6 +602,9 @@ CassandraRepository<Customer, String>继承于org.springframework.data.repositor
##### 控制器controller:
见xy.SpringBoot2NoSQL.controller.Couchbase.CouchbaseController

##### 更多详细介绍

正在写作...

## Solr for SpringBoot 开发介绍
##### application.properties配置:
Expand All @@ -605,7 +616,9 @@ CassandraRepository<Customer, String>继承于org.springframework.data.repositor
见xy.SpringBoot2NoSQL.repository.Solr.SolrCustomerRepository
##### 控制器controller:
见xy.SpringBoot2NoSQL.controller.Solr.SolrController
##### 更多详细介绍

正在写作...

## Neo4j for SpringBoot 开发介绍
正在写作...
Expand Down

0 comments on commit 46a4bcd

Please sign in to comment.