Move Redis Reactive Configuration

Renaming the package to better align with WebSession pacakge structure

Fixes gh-901
This commit is contained in:
Rob Winch
2017-10-22 22:36:13 -05:00
parent 8b9d421ad6
commit 6cfa975b29
5 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.session.data.redis.config.annotation.web.reactor;
package org.springframework.session.data.redis.config.annotation.web.server;
import org.junit.After;
import org.junit.Before;