• Stars
    star
    102
  • Rank 335,584 (Top 7 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created about 10 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Spring Events Sample Application

Spring Events

Spring Events is a sample application that demonstrates how to implement and test a modern Spring-powered web application.

The following highlight the technologies used and features of the application.

  • Java 11
  • Spring Framework 5.2.0
  • Spring Boot 2.2.0
  • Spring Security 5.2.0
  • JUnit 5.5.2
  • TestNG 7.0.0
  • Simple POJO Event domain entity using JPA, Bean Validation, and Spring formatting annotations
  • Transactional service layer
  • Spring Data JPA repository layer
  • Spring @MVC + Thymeleaf & REST presentation layer

Running the Application

To see the application in action, simply execute gradlew bootRun and then go to localhost:8080.

To create a new event, click on the New link on the right-hand side and enter admin and test for the username and password.