Commit Graph

16 Commits

Author SHA1 Message Date
Loredana Crusoveanu
b5dde9b233 move custom port code, upgrade to boot 2 (#4126) 2018-04-30 14:42:25 +02:00
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
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
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
eugenp
76485ab399 formatting work 2016-12-28 16:35:14 +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
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
bdragan
27d58fc200 Code examples for the 'Binary Data Formats in a Spring REST API'
article.
2016-06-19 23:36:22 +02:00
DOHA
713552cfce Add Jackson date test 2014-12-26 20:52:23 +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
05cf9b7541 furthe example work 2014-01-09 18:11:32 +02:00