Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Latest commit

 

History

History
47 lines (29 loc) · 932 Bytes

File metadata and controls

47 lines (29 loc) · 932 Bytes

lite-device-resolver

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 and Deploy

  1. Build with Gradle:

    $ ./gradlew build

    Or Maven:

    $ mvn clean package
  2. Run Spring Boot with Gradle:

    ./gradlew bootRun

    Or Maven:

    $ mvn spring-boot:run
  3. View the sample application at the following URL:

    http://localhost:8080/

License

Spring Mobile is released under version 2.0 of the Apache License.