A Spring Mobile sample application demonstrating the Device Resolver capabilities of the Spring Mobile Device module, including:
- "Lite" device resolution through the use of DeviceResolverHandlerInterceptor
- Spring Boot auto-configuration
- Thymeleaf views
-
Build with Gradle:
$ ./gradlew build
Or Maven:
$ mvn clean package
-
Run Spring Boot with Gradle:
./gradlew bootRun
Or Maven:
$ mvn spring-boot:run
-
View the sample application at the following URL:
Spring Mobile is released under version 2.0 of the Apache License.