#523 - Polishing.
Update license headers. Slightly tweak readme. Original pull request: #526.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Spring Data MongoDB - Aggregations
|
||||
|
||||
This project contains usage samples for using MongoDB [Aggregations](https://docs.mongodb.com/manual/aggregation/)
|
||||
showing both the programmatic and declarative approach for integrating an Aggregation Pipeline into the repository lay.
|
||||
This project contains samples for using MongoDB [Aggregations](https://docs.mongodb.com/manual/aggregation/)
|
||||
showing both the programmatic and declarative approach for integrating an Aggregation Pipeline into a repository.
|
||||
|
||||
## Programmatic
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2013-2018 the original author or authors.
|
||||
* Copyright 2013-2019 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2014-2018 the original author or authors.
|
||||
* Copyright 2014-2019 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
|
||||
Reference in New Issue
Block a user