Polish "Improve Spring Session sample"

Closes gh-10351
This commit is contained in:
Stephane Nicoll 2017-09-20 11:09:44 +02:00
parent 8561929164
commit efc3188cff
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
package sample.session.redis;
package sample.session;
import java.util.UUID;

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
package sample.session.redis;
package sample.session;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
package sample.session.redis;
package sample.session;
import java.net.URI;