Sample Spring Web & Spring Boot projects demonstrating the use of Flips library.
- flips-sample-spring-web uses Java 8, Spring version 4.2.3.RELEASE and Jackson version 2.7.5
- flips-sample-spring-boot uses Java 8 and Spring Boot version 1.4.3.RELEASE
- flips-sample-spring-boot2 uses Java 8 and Spring Boot version 2.0.0.RELEASE
- mvn clean package
- java -jar flips-sample-spring-web/target/dependency/webapp-runner.jar flips-sample-spring-web/target/flips-sample-spring-web.war
- Application should be up and running on 8080. URL - http://localhost:8080/index.html
Step 2 assumes that you are in the root (flips-samples) directory.
- mvn clean package
- mvn spring-boot:run OR, java -Dspring.profiles.active=dev -jar target/flips-sample-spring-boot.jar
- Application should be up and running on 8080. URL - http://localhost:8080/index.html
Step 2 assumes that you are in the flips-sample-spring-boot directory.
- mvn clean package
- mvn spring-boot:run OR, java -Dspring.profiles.active=dev -jar target/flips-sample-spring-boot2.jar
- Application should be up and running on 8080. URL - http://localhost:8080/index.html
Step 2 assumes that you are in the flips-sample-spring-boot2 directory.
- Minimum Java version required to use Flips is Java 8
- Though both these projects are WEB are projects, Flips provides flips-core JAR which can be used with NON-WEB projects.
- Both of these projects provide a simple index.html which serves as a simple documentation for the usage of various @Flip annotations.