71 Commits

Author SHA1 Message Date
Alessio Stalla
69cd5cf49f BAEL-1636 (#3825)
* BAEL-1636 file upload with Spring Boot (nothing changes in the code per se, just the dependencies)

* BAEL-1636 removed bogus dependencies

* Updated rest-assured version because 2.9.0 is no longer on Central
2018-03-15 15:52:27 -07:00
Grzegorz Piwowarek
f01d1e257e Build optimization (#2591) 2017-09-09 16:55:05 +02:00
Andrew
18b56311e5 HttpMediaTypeNotAcceptableException (#2145)
* code snippets for the `Java 9 Stream API improvements` article

* code snippets for the `Java 9 Stream API improvements` article [2 attempt]

* removed the first attempt

* the Spring 5 WebClient

* delted stream features test

* HttpMediaTypeNotAcceptableExceptionExampleController [0]

* reactive web client service was removed
2017-06-25 18:23:25 +02:00
Grzegorz Piwowarek
74aa2c9ec9 WebsocketConfigRefactor (#2055)
* Vertx-integration test

* Vertx-integration test

* Refactor WebSocketConfig
2017-06-13 16:55:17 +02:00
Grzegorz Piwowarek
8fcb5494a3 Merge modules (#1983) 2017-06-03 17:52:10 +02:00
lor6
35042964b6 custom class validation (#1832)
* custom class validation

* formatting
2017-05-13 23:14:55 +02:00
Grzegorz Piwowarek
9b48f77c8d ContactNumberValidator refactor (#1491)
* ContactNumberValidator refactor

* Refactor controllers
2017-03-25 11:47:14 +01:00
slavisa-baeldung
42f1ef0bf3 BAEL-112 - custom validator - format fixes 2017-03-18 09:20:33 +00:00
root
e7e6326a00 Spring MVC Custom Validator 2017-03-17 13:57:34 -04:00
pivovarit
2bf21cbff3 Refactor ExcelPOIHelper to Stream API 2017-02-18 08:31:42 +01:00
lor6
8fe5a2ac72 Bael 682 (#1124)
* upload, read excel files with mvc

* formatting

* add excel files

* update excel files
2017-02-17 09:06:34 -06:00
Vivek Kumar
a04c421305 BAEL - 326 - Add section about file upload with additional form data (#1105) 2017-02-10 13:43:32 +01:00
Abhinab Kanrar
b57cf0cf56 spring requestmapping shortcuts (#1096)
* rest with spark java

* 4

* Update Application.java

* indentation changes

* spring @requestmapping shortcuts

* removing spring requestmapping and pushing spring-mvc-java
2017-02-04 22:16:35 +01:00
pivovarit
b9c4496a71 Refactor JExcelHelper 2017-02-03 07:46:29 +01:00
lor6
a44ea9588f excel processing using jexcel and poi (#1058)
* excel processing using jexcel and poi

* update examples

* small fix

* fix poi version, fix imports
2017-02-02 20:46:39 -06:00
slavisa-baeldung
66917a2877 BAEL-97 - moving config to test source tree 2017-01-09 16:47:27 +01:00
slavisa-baeldung
adccc13c32 BAEL-97 - simplifying code 2017-01-08 16:46:47 +01:00
slavisa-baeldung
a9700891ef BAEL-97 - minor fixes 2017-01-05 13:05:51 +01:00
slavisa-baeldung
d5f3eaa77a BAEL-97 - simplifying code 2017-01-05 08:29:54 +01:00
slavisa-baeldung
ae141415bc Merge remote-tracking branch 'origin/pr/949' into pr/949-yasser-handler-mapping 2017-01-04 22:02:21 +01:00
Yasser Afifi
f723114128 fixed handlerMapping code and added tests 2017-01-04 13:10:02 +00:00
slavisa-baeldung
0e04878e1e Merge branch 'master' into pr/949-yasser-handler-mapping 2017-01-03 11:17:58 +01:00
Yasser Afifi
31b74a996c added modified HandlerMapping code 2017-01-01 18:43:25 +00:00
slavisa-baeldung
b7b5463309 BAEL-97 - adding BeanNameMappingHandler 2016-12-29 17:11:28 +01:00
slavisa-baeldung
de3d64b86d BAEL-97 - adding handler mapping examples 2016-12-29 16:47:20 +01:00
Yasser Afifi
f8edea40ae added HandlerMapping exampels 2016-12-27 21:55:41 +00:00
Grzegorz Piwowarek
fc1aaef471 Rename dependency-injection -> spring-core 2016-10-23 14:19:10 +02:00
DOHA
cdbd83e851 add integration test profile 2016-10-20 21:53:38 +02:00
eugenp
eb7650eead cleanup and testing work 2016-10-12 08:00:02 +03:00
Grzegorz Piwowarek
8a3c918b94 Merge branch 'master' of git://github.com/jgarciaheredero/tutorials into jgarciaheredero-master
# Conflicts:
#	spring-mvc-java/pom.xml
2016-10-04 17:02:21 +02:00
slavisa-baeldung
aed7a46324 BAEL-175 - moving to mvc java module 2016-08-14 09:45:23 +02:00
Juan García Heredero
17166a5394 Create MessageController.java 2016-08-01 10:42:00 +02:00
slavisa-baeldung
a9b95d326b Merge branch 'master' into pr/462-jsonp 2016-07-31 23:37:36 +02:00
Juan García Heredero
a42a9bbc88 Create CircularDependencyB 2016-07-19 12:41:15 +02:00
Juan García Heredero
259f3ca7ab Create CircularDependencyA 2016-07-19 12:40:49 +02:00
MafaldaLandeiro
9b30521a3f Spring JSONP with Jackson 2016-06-26 00:16:13 +01:00
slavisa-baeldung
70322e1a44 spring-mvc-matrix-variables - manually merging 2016-06-15 20:25:41 +02:00
Alex Theedom
f4ee749afc Merge pull request #445 from toubou91/master
Updates for @ModelAttribute example
2016-06-10 00:56:45 +03:00
toubou91
815933447b Updates for @ModelAttribute example 2016-06-09 00:22:06 +02:00
David Morley
5fb75f508d Merge branch 'master' of https://github.com/ivanp81/tutorials into ivanp81-master 2016-05-12 05:30:15 -05:00
slavisa-baeldung
a58a896ac8 Merge pull request #410 from yuriikostyshyn/YKostyshyn_spring_mvc_1
Sending media in response body using Spring MVC
2016-05-10 12:39:57 +01:00
eugenp
8bd5e12207 minor formatting work 2016-05-09 12:16:40 +03:00
Ivan Paolillo
ed72ff42e8 Add websocket example 2016-05-05 10:37:56 +02:00
Ivan Paolillo
889b266107 Add websocket example 2016-04-27 18:06:10 +02:00
Yurii Kostyshyn
3601821582 Added controller for returning image in response body with configuration via java class 2016-04-18 23:17:03 +03:00
Ivan Paolillo
4d1dd06a26 Add websocket example 2016-04-18 16:44:01 +02:00
Ivan Paolillo
70e9d2fa18 Add websocket example 2016-04-18 16:42:18 +02:00
David Morley
9630170b03 Rename package 2016-04-07 06:17:57 -05:00
David Morley
44eca5ba04 Merge branch 'master' of https://github.com/ivanp81/tutorials into ivanp81-master 2016-04-07 06:10:09 -05:00
Ivan
b7d0b2947a Add file upload example 2016-03-30 15:08:53 +02:00