Commit Graph

6 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 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
KevinGilmore eb79ed409b Update README.md 2017-02-01 15:27:29 -06:00
KevinGilmore f8322f161d Create README.md 2017-02-01 15:27:06 -06:00
eugenp bf95d0aa9d minor formatting cleanup 2017-01-29 15:57:30 +02:00
Parth Joshi ad63b55edb Spark Java Article BAEL-498 (#912)
* Initial Commit for Spark Java Article BAEL-498

* reverting main pom.xml and rollbacking accidental changes.

* Changes as per review:

1. Added UserService
2. Renamed UserStore to UserServiceMapImpl
3. Removed Empty spaces in User.java
4. Removed AppTest
5. Changes in SparkRestExample for using UserServiceMapImp instead of
UserStore static functions.

* Suggested changes in print messages.

* Changes as per comments on github... for PR:
https://github.com/eugenp/tutorials/pull/912

* Changes in editUser function as per guidance by Kevin.

* Clean up

* added 1.8 config for pom.xml

* Clean up.

* Removed junit dep.

* Added Application/json in response type.
2017-01-19 20:14:30 -06:00