Commit Graph

18 Commits

Author SHA1 Message Date
Doha2012 7c73abdede cleanup pom (#1836)
* 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

* remove commons-logging

* merge

* fix conflict

* exclude commons-logging dependency

* cleanup

* minor fix

* minor fix

* fix dependency issues

* Revert "fix dependency issues"

This reverts commit 83bf1f9fd2e1a9a55f9cacb085669568b06b49ec.

* fix dependency issues

* minor fix

* minor fix

* minor fix

* cleanup generated files

* fix commons-logging issue

* add parent to pom

* cleanup parent dependencies

* cleanup pom
2017-05-12 13:32:54 -05:00
Doha2012 35231d0c19 cleanup parent dependencies (#1828)
* 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

* remove commons-logging

* merge

* fix conflict

* exclude commons-logging dependency

* cleanup

* minor fix

* minor fix

* fix dependency issues

* Revert "fix dependency issues"

This reverts commit 83bf1f9fd2e1a9a55f9cacb085669568b06b49ec.

* fix dependency issues

* minor fix

* minor fix

* minor fix

* cleanup generated files

* fix commons-logging issue

* add parent to pom

* cleanup parent dependencies
2017-05-11 11:02:04 -05:00
Doha2012 9692ae36fb add parent to pom (#1816)
* 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

* remove commons-logging

* merge

* fix conflict

* exclude commons-logging dependency

* cleanup

* minor fix

* minor fix

* fix dependency issues

* Revert "fix dependency issues"

This reverts commit 83bf1f9fd2e1a9a55f9cacb085669568b06b49ec.

* fix dependency issues

* minor fix

* minor fix

* minor fix

* cleanup generated files

* fix commons-logging issue

* add parent to pom
2017-05-09 23:37:43 +03:00
Doha2012 5e1e320cee exclude commons-logging dependency (#1686)
* 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

* remove commons-logging

* merge

* fix conflict

* exclude commons-logging dependency

* cleanup

* minor fix

* minor fix
2017-04-19 16:14:10 +02:00
KevinGilmore a055ab5f81 BAEL-714: Updated README.md (#1475)
* Add files via upload

* Update pom.xml

* Update RunGuice.java

* Update Communication.java

* Update CommunicationMode.java

* Update DefaultCommunicator.java

* Update EmailCommunicationMode.java

* Update IMCommunicationMode.java

* Update SMSCommunicationMode.java

* Update MessageLogger.java

* Update MessageSentLoggable.java

* Update AOPModule.java

* Update BasicModule.java

* Update CommunicationModel.java

* Update Communicator.java

* Update BasicModule.java

* Update RunGuice.java

* Update MessageLogger.java

* Update Communicator.java

* Update pom.xml

* BAEL-278: Updated README.md

* BAEL-554: Add and update README.md files

* Update pom.xml

* Update pom.xml

* Update pom.xml

* BAEL-345: fixed assertion

* BAEL-109: Updated README.md

* BAEL-345: Added README.md

* Reinstating reactor-core module in root-level pom

* BAEL-393: Adding guide-intro module to root pom

* BAEL-9: Updated README.md

* BAEL-157: README.md updated

* Changed project name

* Update RunGuice.java

Removed references to message logging and output

* Update Communication.java

Removed message logging-related code

* BAEL-566: Updated README.md

* New project name

* BAEL-393: removing guice-intro directory

* BAEL-393: renamed module guice-intro to guice in root pom.xml

* BAEL-393 and BAEL-541 README.md files

* BAEL-731: Updated README.md

* BAEL-680: renamed test methods

* BAEL-714: Updated README.md
2017-03-22 19:29:59 -05:00
Parth Joshi 07c0e84bf4 Initial commit for merging modules spring-mvc-forms into (#1222)
spring-mvc-simple.
2017-03-21 11:24:57 +01:00
Grzegorz Piwowarek 3accbf8815 UserController refactor (#1450)
* Refactor UserController

* Refactor UserController
2017-03-19 22:31:11 +01:00
lor6 04d8fed1c5 validation with mvc and angular (#1378)
* validation with mvc and angular

* fix dependency versions
2017-03-19 16:25:11 +01:00
lor6 3a1505ad29 clean project of security config (#1141) 2017-02-09 03:56:53 -06:00
lor6 24760595fa 2 login pages config (#1081)
* 2 login pages config

* fix links

* small fix

* fix formatting
2017-02-06 22:13:18 -06:00
KevinGilmore 8d68b5bcf9 Create README.md 2017-01-28 20:42:33 -06:00
lor6 ff77354a26 file upload max size controller, handler (#999)
* file upload max size controller, handler

* add controller advice

* update controller

* add reset button
2017-01-25 09:59:18 -06:00
gatmeister 2b2dc447bf BAEL-112 | Spring MVC Validation - a Custom Validator (#934)
* BAEL-112 | Spring MVC Validation - a Custom Validator

### Implementation of a custom validator in Employee class using
Validator interface

* BAEL-112 | Spring MVC Validation - a Custom Validator

Implementation of a custom validator in Employee class using Validator
interface

* BAEL-112 | Spring MVC Validation - a Custom Validator

Reverting changes made for a previous module

* BAEL-112 | Spring MVC Validation - a Custom Validator

Reverting changes to module ‘spring-mvc-java’

* BAEL-112 | Spring MVC Validation - a Custom Validator

Reverting changes to module ‘spring-mvc-java’

* BAEL-112 | Spring MVC Validation - a Custom Validator

Final reversion of changes to previous module used

* BAEL-112 | Spring MVC Validation - a Custom Validator

formats the EmployeeValidator class

* BAEL-112 | Spring MVC Validation - a Custom Validator

Modification from @RequestMapping POST to @PostMapping as per Final
Review

* BAEL-112 | Spring MVC Validation - a Custom Validator

Reverts the changes made to Employee and Employee Controller. Created a
new class, Customer as implementation for custom validation

* BAEL-112 | Spring MVC Validation - a Custom Validator

Reverting EmployeeController

* BAEL-112 | Spring MVC Validation - a Custom Validator

Reverting EmployeeHome
2017-01-14 23:49:14 +01:00
DOHA a4bccbf184 upgrade dependencies 2016-12-07 00:18:52 +02:00
Alex Theedom 5b738313e8 Add Spring MVC form and binding example 2016-11-26 17:43:54 +00:00
eugenp bda2923a84 removing spring forms project 2014-07-20 00:49:02 +03:00
Dheeraj-Baluja 8434f826e6 Formatted the code 2014-07-05 01:27:10 +05:30
Dheeraj-Baluja c3d7000ff1 Formatting done and renamed the project correctly 2014-07-05 01:18:51 +05:30