* BAEL-15951 Moved vavr, JHipster to default profiles
* BAEL-14304 Include the SpringContextIntegrationTest in the default build
- Added SpringContextTest.java in all the modules where SpringContextIntegrationTest already exists
* BAEL-14304 Changes in pmd rule and pom.xml to run UnitTest and SpringContextTest additionally in default profiles
* BAEL-14304 Minor changes
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* Added README
* [BAEL-6729] - Spring modules needs a spring parent
* [BAEL-6729] - Spring modules needs a spring parent
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* Added new parent pom
* initial clean up of child poms
* Added new parent pom
* [BAEL-5247] - New Parents in the tutorials repo
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* [BAEL-5249] - 21.02 - pom cleanup - formatted pom.xml
* upgrade to spring boot 1.5.2
* add full update to REST API
* modify ratings controller
* upgrade herold
* fix integration test
* fix integration test
* minor fix
* fix integration test
* fix integration test
* minor cleanup
* minor cleanup
* remove log4j properties
* use standard logbook.xml
* remove log4j dependencies
* upgrade to spring boot 1.5.2
* add full update to REST API
* modify ratings controller
* upgrade herold
* fix integration test
* fix integration test
* minor fix
* fix integration test
* fix integration test
* minor cleanup
* minor cleanup
* remove log4j properties
* use standard logbook.xml
Updated spring-security-mvc-persisted - added login error message if
unknown user, and switched default H2 database to be embedded
in-memory. Added explicit sql creation script to automatically create
table on deployment (for some reason the createTableOnStartup flag in
the jdbcTokenRepository didn’t work with embedded H2)
Initial commit - project copied from spring-security-mvc-custom and
modified. Added PersistedToken remember me configuration (in xml and
annotated classes), and some minor refactoring. This version works with
PostgreSQL or H2 (configured in DatabaseConfig.java).