Commit Graph

12 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
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
Gaetano Piazzolla adb490c874 JAVA-26048 | upgraded spring-mvc-5 to spring-boot-3 (#15005) 2023-10-21 11:46:20 +03:00
panagiotiskakos 14cb87f224 [JAVA-16216] Moved customvalidator from spring-mvc-basic-5 to spring-mvc-basic-3 2022-11-20 20:46:13 +02: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
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
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