Commit Graph

20 Commits

Author SHA1 Message Date
Forb Yuan 89ceae4ba3
BAEL-6276: Move code for "Getting Query String Parameters from HttpServletRequest" 2024-04-12 11:27:27 +08:00
Harry9656 535d9a97b4
[JAVA-31568] Upgrade org.json and json-path libraries 2024-03-11 21:16:11 +01:00
panos-kakos 1e603ea5a9
[JAVA-30181] Upgraded commons-cli and commons-io libraries in main p… (#15842)
* [JAVA-30181] Upgraded commons-cli and commons-io  libraries in main pom.xml

* [JAVA-30181]
2024-02-26 17:51:33 +01:00
rcalago 830723cdbe
Update README.md 2024-01-27 20:58:26 +08:00
Forb Yuan 69eddf18d3
BAEL-6080: Getting Query String Parameters from HttpServletRequest 2024-01-17 10:16:00 +08:00
Forb Yuan cd654c9e20
BAEL-6080: Getting Query String Parameters from HttpServletRequest 2024-01-17 10:16:00 +08:00
panos-kakos ec251f847b [JAVA-26739] Upgraded json-path to latest version 2023-11-12 16:35:46 +02:00
Gaetano Piazzolla adb490c874 JAVA-26048 | upgraded spring-mvc-5 to spring-boot-3 (#15005) 2023-10-21 11:46:20 +03:00
panos-kakos 6ca8c123c5 [JAVA-20622] Upgraded spring-web-modules to jdk9-and-above profile + … (#14154)
* [JAVA-20622] Upgraded spring-web-modules to jdk9-and-above profile + minor clean up

* [JAVA-20622] Fixed issue at spring-freemarker module
2023-05-31 22:28:19 +05:30
panagiotiskakos 14cb87f224 [JAVA-16216] Moved customvalidator from spring-mvc-basic-5 to spring-mvc-basic-3 2022-11-20 20:46:13 +02:00
Asjad J 4516474cac Updated README.md
added link back to the article: https://www.baeldung.com/spring-mvc-json-param-mapping
2022-09-30 16:49:59 +05:00
Viktor Ardelean 859e91538a BAEL-5649 (#12677)
* add hexagonal architecture example project

* rename class

* add unit test and integration test

* add new line

* reorder pom

* remove maven wrapper

* [BAEL-5649] add article code

* remove files added by mistake

* get parameter type using reflection and serioalize JSON into POJOs

* clean code

* clean code

* reformat

* implement PR feedback

* reformat with contiunation space eq to 2

* replace UserDto with firstName and lastName
2022-09-17 13:30:26 -04:00
Asjad J a8f1e1787d Updated README.md
added link back to the article: https://www.baeldung.com/spring-requestmapping-properties-file
2022-06-02 11:18:09 +05:00
Pablo Aragonés López f57604bef0 Request Mapping value in properties file (#12226)
* Exception Handler implemented for Spring Security Resource Server

* Renamed test class name to solve PMD Failure

* Code formatting

* Using property parameter as Request Mapping value

* Renamed test class name to solve PMD Failure
2022-05-17 12:02:03 -07:00
sampadawagde b8176a265a JAVA-10138 - Fix formatting of POMs 2022-03-13 14:48:44 +05:30
kwoyke 4000ebcf65 Merge pull request #11659 from chaos2418/JAVA-8981
JAVA:8981: verify spring.mvc.pathmatch.matching-strategy property usage
2022-01-13 11:01:21 +01:00
chaos2418 ac0df69dbf JAVA-8284: split or move spring-mvc-basics-2 module 2022-01-08 16:51:06 +05:30
chaos2418 0bc3f44656 JAVA:8981: verify spring.mvc.pathmatch.matching-strategy property usage 2022-01-08 13:12:01 +05:30
Krzysiek a6d23155da JAVA-8794: Set spring.mvc.pathmatch.matching-strategy=ant-path-matcher 2021-12-14 16:40:11 +01:00
Haroon Khan e3a777298f [JAVA-8285] Split spring-mvc-basics into a new module 2021-12-11 19:52:50 +00:00