/spring2-sampleapp

Primary LanguageJavaApache License 2.0Apache-2.0

Spring2 sample application

Experiments with Spring2

Project Status

Codacy Badge CircleCI codebeat badge

Prerequisites

  • Java 8

Installation

mvn install

Start the application

mvn tomcat:run

This will initialize the application on http://localhost:8080/

Technologies

  • Spring 2.5
  • JUnit

Running the tests

mvn integration-test

Todolist

  • Monitor application health using JMX.

Author

Antonio Noca @antonionoca

License

This project is licensed under the Apache 2 licence - see LICENSE file for details.

Reference

https://docs.spring.io/docs/petclinic.html https://flywaydb.org/documentation/database/hsql https://flywaydb.org/getstarted/ http://javabeat.net/integrating-spring-framework-with-hibernate-orm-framework/ https://docs.spring.io/spring/docs/2.5.x/reference/mvc.html