Commit Graph

50 Commits

Author SHA1 Message Date
Grzegorz Piwowarek
e8df7f8116 Taxi fare refactor (#2328) 2017-07-29 10:06:27 +02:00
slavisa-baeldung
17d7f8fe59 Merge pull request #2317 from half-wit4u/master
@GetMapping and @PostMapping instead of @RequestMappings change
2017-07-28 12:56:01 +02:00
mokhan
a3c47eca35 @GetMapping and @PostMapping instead of @RequestMappings change 2017-07-26 21:01:36 +05:30
slavisa-baeldung
34dc48c2e5 Merge branch 'master' of https://github.com/half-wit4u/tutorials into half-wit4u-master 2017-07-25 15:35:56 +01:00
mokhan
29b0da9960 Web Logging code included in exisitng module namely "spring-rest" 2017-07-24 23:03:24 +05:30
Doha2012
50054a218b fix configuration (#2225)
* minor logging fix

* spring security sso

* use basic auth

* use form login

* cleanup

* cleanup

* final cleanup

* second client app for sso

* spring boot bootstrap

* add logic

* cleanup

* add simple controller

* add thymeleaf and security

* minor fix

* minor fix

* add more boot properties

* fix live test

* fix live test

* minor fix

* semaphores

* fix configuration
2017-07-07 21:08:04 -04:00
Doha2012
ee2ed99ad9 fix live test (#2143)
* minor logging fix

* spring security sso

* use basic auth

* use form login

* cleanup

* cleanup

* final cleanup

* second client app for sso

* spring boot bootstrap

* add logic

* cleanup

* add simple controller

* add thymeleaf and security

* minor fix

* minor fix

* add more boot properties

* fix live test
2017-06-24 12:38:17 -05:00
eugenp
5a5f3fa459 changing controller mapping 2017-06-17 14:04:38 +03:00
Grzegorz Piwowarek
29e3437545 Nbosecker merge (#1989)
* Solr w Apache SolrJ

* Solr w Apache SolrJ

* updated test names and moved add to @before method

* create apache-solrj module, moved code from spring-data-solr

* More examples for indexing,delete,and query for solrj

* More examples for indexing,delete,and query for solrj

* Jackson Map Serialize/Deserialize

* Jackson Map Serialize/Deserialize

* Jackson version update

* keydeserializer code added

* keydeserializer code added

* remove explicit types from map instantion

* one objectmapper per class

* refactor to spring-rest-simple module

* Fix spring-rest-simple
2017-06-04 10:07:05 +02:00
mariiakulik
a5f4ae927d Readme files update (#1680)
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Create README.md

* Update README.md

* Create README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Create README.md

* Create README.md

* Update README.md

* Update README.MD

* Update README

* Rename README to README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.MD

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
2017-04-18 22:20:20 +02:00
Mohamed Sanaulla
7d6bf29092 sample code for update to BAEL-743 (#1669) 2017-04-18 09:10:39 +02:00
Tomasz Lelek
52eb7c2bc4 Bael 738 (#1504)
* BAEL-724 code for put/patch article

* BAEL-724 fix typo

* BAEL-728 more generic patch approach

* BAEL-738 change url of PUT method

* fix route confict
2017-03-26 15:56:20 +02:00
Tomasz Lelek
2d556cd763 Bael 738 (#1478)
* BAEL-724 code for put/patch article

* BAEL-724 fix typo

* BAEL-728 more generic patch approach
2017-03-24 15:29:14 +01:00
Alexandre Lombard
bd237b2115 master (#1455)
* Example code to return image with @ResponseBody

* Example code showing how to return images using @ResponseBody

* Example code showing how to return images using @ResponseBody
2017-03-21 17:33:31 +01:00
Tomasz Lelek
b95a014c8a BAEL-738 (#1456) PUT and PATCH
* BAEL-724 code for put/patch article

* BAEL-724 fix typo
2017-03-20 17:54:02 +01:00
Tomasz Lelek
4d8949f659 Custom media types rest (#946)
* Custom Media Types for REST

* add test, add DTO, remove example of API versioning to make example simpler

* client accept only that custom-media type

* remove not needed new_line

* leave custom media type on class level

* do not need content type header

* GET do not need content-Type

* add liveTest for custom Content type

* Merge branch 'master' of https://github.com/eugenp/tutorials into Custom_media_types_rest

# Conflicts:
#	spring-rest/src/main/java/org/baeldung/web/controller/mediatypes/CustomMediaTypeController.java
#	spring-rest/src/main/java/org/baeldung/web/dto/BaeldungItem.java
#	spring-rest/src/test/java/org/baeldung/web/controller/mediatypes/CustomMediaTypeControllerTest.java

* test name proper given_when_then pattern

* add custom content-type 'application/json-p'

* import proper class

* proper test name

* proper API migraton test, SecondBaeldungItem breaks backward compatibility

* add proper endpoint
2016-12-30 15:15:55 -06:00
Tomasz Lelek
4305025d42 Custom media types rest (#944)
* Custom Media Types for REST

* add test, add DTO, remove example of API versioning to make example simpler

* client accept only that custom-media type

* remove not needed new_line

* leave custom media type on class level

* do not need content type header

* GET do not need content-Type

* add liveTest for custom Content type

* Merge branch 'master' of https://github.com/eugenp/tutorials into Custom_media_types_rest

# Conflicts:
#	spring-rest/src/main/java/org/baeldung/web/controller/mediatypes/CustomMediaTypeController.java
#	spring-rest/src/main/java/org/baeldung/web/dto/BaeldungItem.java
#	spring-rest/src/test/java/org/baeldung/web/controller/mediatypes/CustomMediaTypeControllerTest.java

* test name proper given_when_then pattern

* add custom content-type 'application/json-p'

* import proper class

* proper test name

* proper API migraton test, SecondBaeldungItem breaks backward compatibility
2016-12-30 13:14:25 -06:00
Tomasz Lelek
0e163811ac Custom media types rest (#939)
* Custom Media Types for REST

* add test, add DTO, remove example of API versioning to make example simpler

* client accept only that custom-media type

* remove not needed new_line

* leave custom media type on class level

* do not need content type header

* GET do not need content-Type

* add liveTest for custom Content type

* Merge branch 'master' of https://github.com/eugenp/tutorials into Custom_media_types_rest

# Conflicts:
#	spring-rest/src/main/java/org/baeldung/web/controller/mediatypes/CustomMediaTypeController.java
#	spring-rest/src/main/java/org/baeldung/web/dto/BaeldungItem.java
#	spring-rest/src/test/java/org/baeldung/web/controller/mediatypes/CustomMediaTypeControllerTest.java
2016-12-29 16:44:21 -06:00
eugenp
76485ab399 formatting work 2016-12-28 16:35:14 +02:00
Tomasz Lelek
cbf878ba34 Custom Media Types for REST (#918)
* Custom Media Types for REST

* add test, add DTO, remove example of API versioning to make example simpler

* client accept only that custom-media type

* remove not needed new_line

* leave custom media type on class level
2016-12-28 08:33:04 -06:00
DOHA
6e6c3e6e80 move rest template test 2016-11-28 23:36:16 +02:00
eugenp
12de46529d cleanup work 2016-11-18 14:10:21 +02:00
eugenp
30171ef89b upgrades 2016-11-18 14:01:31 +02:00
eugenp
856be0a08a formatting work 2016-10-12 08:02:05 +03:00
Jim Kerak
3dae7f5352 Merge pull request #721 from ivanp81/master
BAEL-342: OKHttp Example
2016-10-04 12:53:06 -04:00
Ivan Paolillo
7546794253 Add endpoint for testing 2016-09-21 16:52:26 +02:00
gatmeister
443f43e488 added serialUID to fix warning 2016-09-16 00:02:45 +08:00
DOHA
f2c52d6cfc fix spring-rest configuration 2016-09-12 12:55:54 +02:00
eugenp
2b7f03e881 adding back the missing code 2016-08-08 00:02:59 +03:00
Grzegorz Piwowarek
c3766c0138 Remove eclipse-specific config 2016-08-02 00:15:36 +02:00
slavisa-baeldung
a9b95d326b Merge branch 'master' into pr/462-jsonp 2016-07-31 23:37:36 +02:00
MafaldaLandeiro
9b30521a3f Spring JSONP with Jackson 2016-06-26 00:16:13 +01:00
bdragan
57411aa1c2 Removed copy-pasted comments. 2016-06-19 23:43:13 +02:00
bdragan
27d58fc200 Code examples for the 'Binary Data Formats in a Spring REST API'
article.
2016-06-19 23:36:22 +02:00
amedviediev
453d995385 - Updated source code for the article "Returning Custom Status Codes from Spring MVC Controllers" to be included in the spring-rest project 2016-01-30 23:05:06 +02:00
alex-semenyuk
23bf5a3042 Fix formatting files 2015-07-22 22:22:39 +02:00
alex-semenyuk
877b8d2987 Rename some urls. 2015-07-21 15:07:32 +02:00
alex-semenyuk
c4bc953d1c Fix issues with tests. 2015-07-21 13:06:14 +02:00
alex-semenyuk
00dd88a0b8 Redirect in Spring 2015-07-20 13:05:25 +02:00
DOHA
713552cfce Add Jackson date test 2014-12-26 20:52:23 +02:00
DOHA
18c74487ec Add HttpClientPostingTest 2014-12-21 23:24:46 +02:00
DOHA
4a61383b0c Modify Json View 2014-12-13 18:32:44 +02:00
eugenp
c1fed77c54 cleanup work 2014-06-17 22:33:08 +03:00
eugenp
99573ad02b marshalling work 2014-01-10 15:37:24 +02:00
eugenp
0f8409bf7d minor configuration work 2014-01-10 13:49:11 +02:00
eugenp
72edb72fd5 further marshalling work 2014-01-10 13:42:21 +02:00
eugenp
71c8dffe40 new foo controller - work in progress 2014-01-10 11:50:41 +02:00
eugenp
f06b24bea2 updating mappings so that the project can be used for other purposes 2014-01-09 18:37:55 +02:00
eugenp
05cf9b7541 furthe example work 2014-01-09 18:11:32 +02:00
eugenp
d6f20b1e7d project restructure for cleanup purposes 2013-07-26 12:08:21 +03:00