232 Commits

Author SHA1 Message Date
timis1
3fc6877b42 JAVA-14723 Some additional improvements (#13517)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-02-26 21:05:12 +05:30
timis1
b71857b923 JAVA-14723 Convert spring-mvc-basics-4 to Spring Boot project and upd… (#13399)
* JAVA-14723 Convert spring-mvc-basics-4 to Spring Boot project and update articles

* JAVA-14723 Refactoring and remove unused files

* JAVA-14723 remove the WEB-INF and migrate jsp to html

* JAVA-14723 Add back the removed test and rename the test into: ArticleViewerControllerWithRequiredAttributeIntegrationTest

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2023-02-20 23:45:47 +05:30
edizor
533238620b Update README.md
[skip ci]
2023-02-17 19:00:43 +08:00
Michael Pratt
452d3fdddb BAEL-6162: Code examples from article (#13458)
* Code example from article

* BAEL-6162: Add unit tests

* Rename test class
2023-02-15 19:41:00 -06:00
edizor
5caf3d3acd Update README.md
[skip ci]
2023-01-26 16:07:49 +08:00
brokenhardisk
506125b060 BAEL-5942 Code changes (#13147)
* BAEL-5942 Code changes

* BAEL-5942 Code changes

* BAEL-5942 Code updates from Review

* BAEL-5942 Code updates from Review

* BAEL-5942 Code updates from Review

* BAEL-5942 Code updates from Review

* BAEL-5942 Code updates from Review

* BAEL-5942 Code updates from Review

* BAEL-5942 Test updates from Review

* BAEL-5942 Test updates from Review

* BAEL-5942 Test updates from Review
2023-01-22 12:48:56 +01:00
edizor
137be027c4 Update README.md
[skip ci]
2023-01-19 07:37:32 +08:00
Abhinav Pandey
61db7e9b44 Bael 5436 new (#13283)
* BAEL-5777 - Mocking a singleton with Mockito

* BAEL-5436 - Root mapping

* Revert "BAEL-5777 - Mocking a singleton with Mockito"

This reverts commit 358a061997.

* BAEL-5436 - Uncommenting controller
2023-01-14 11:37:48 +05:30
Abhinav Pandey
e8cf7721dc Bael 5884 - correction (#13276)
* BAEL-5884 - URI encoding with Rest Template

* BAEL-5884 - URI encoding with Rest Template - indentation corrected

* BAEL-5884 - code correction for rest template config
2023-01-11 22:44:58 +05:30
edizor
ff924f38a5 Update README.md
[skip ci]
2023-01-11 15:31:35 +08:00
Abhinav Pandey
a5d27f0c21 BAEL-5884 - URI encoding with Rest Template (#13207)
* BAEL-5884 - URI encoding with Rest Template

* BAEL-5884 - URI encoding with Rest Template - indentation corrected
2023-01-08 09:50:13 +05:30
freelansam
55810387b4 JAVA-16563: Fix formatting of POMs (#13175) 2022-12-20 22:37:54 +05:30
anuragkumawat
9e0c311579 JAVA-14896 Update spring-thymeleaf-4 module under spring-web-modules to remove usage of deprecated WebSecurityConfigurerAdapter (#13086) 2022-11-27 11:22:07 +05:30
edizor
de2cb398b1 Update README.md
[skip ci]
2022-11-25 15:49:29 +08:00
edizor
840af714f1 Update README.md
[skip ci]
2022-11-25 15:46:48 +08:00
Dhawal Kapil
7d3e1e13f5 JAVA-15787 Created new di-modules and server-modules
- Moved spring-freemarker to spring-web-modules
2022-11-24 20:19:58 +05:30
kwoyke
9e6a206867 Merge pull request #13066 from panos-kakos/JAVA-16216
[JAVA-16216] Moved customvalidator from spring-mvc-basic-5 to spring-…
2022-11-21 20:20:51 +01:00
Michael Olayemi
1627bfee46 simple-thymeleaf-expression (#12981)
* simple-thymeleaf-expression

* expression-update
2022-11-21 09:35:19 +05:30
ajayveluru
db41bf9c94 Feature rt 3 (#12914)
* Clone Article Initial Version

* Customized RestTemplate to access HTTPS Rest Service

* Customized RestTemplate to access HTTPS Rest Service

* removed unused files

* removed unused files

* removed unused changes

* Added Customized RestTemplate

* Formatted java components

* Create application-ssl.properties

added app props ssl

* Secured REST Service and Customized Rest Template

Secured REST Service and Customized Rest Template

* Delete CustomRestTemplateConfiguration.java

* Delete RestTemplateClientApplication.java

* Delete RestTemplateClientController.java

* Delete application-ssl-client.properties

* Format changes

Format changes

* Update CustomRestTemplateConfiguration.java

* Update RestTemplateClientApplication.java

* Update RestTemplateClientController.java

* Update HttpsEnabledApplication.java

* Update WelcomeController.java

* Update HttpsEnabledApplication.java

* Update CustomRestTemplateConfiguration.java

* Update RestTemplateClientController.java

* Update RestTemplateClientApplication.java

Co-authored-by: PADMAJA <PADMAJA@192.168.100.7>
2022-11-21 09:29:27 +05:30
panagiotiskakos
3a191bd2b4 [JAVA-16216] Moved customvalidator from spring-mvc-basic-5 to spring-mvc-basic-3 2022-11-20 20:46:13 +02:00
edizor
a9838d624f Update README.md
[skip ci]
2022-10-16 11:34:31 +08:00
apeterlic
2aede0b5a5 Add Send Array as Part of x-www-form-urlencoded (#12808)
* Add Send Array as Part of x-www-form-urlencoded

* Add README.md
2022-10-13 07:02:48 +02:00
Asjad J
39ea8dd4ed Updated README.md
added link back to the article: https://www.baeldung.com/thymeleaf-url-attribute-value
2022-10-05 15:23:17 +05:00
Asjad J
f2056c6253 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
ACHRAF TAITAI
f341b68391 Getting URL Attribute Value in Thymeleaf (#12766) 2022-09-25 20:06:25 +02:00
collaboratewithakash
6ea732f31f Update README.md 2022-09-23 16:05:28 +05:30
collaboratewithakash
34581ed9cb Update README.md 2022-09-23 15:21:56 +05:30
collaboratewithakash
abefbb09c4 Update README.md 2022-09-23 15:04:24 +05:30
anuragkumawat
4c0c7cab85 JAVA-14666 Update spring-session module under spring-web-modules to … (#12717)
* JAVA-14666 Update spring-session module under spring-web-modules to remove usage of deprecated WebSecurityConfigurerAdapter

* JAVA-14666 Correct Java Formatting
2022-09-18 10:28:39 +05:30
Viktor Ardelean
a3a3aea698 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
freelansam
0583091fa2 JAVA-14673 - Fix formatting of POMs (#12722)
* JAVA-14673 - Fix formatting of POMs

* cleanup
2022-09-13 21:22:49 +05:30
panos-kakos
9d19beab66 [JAVA-13964] Upgrade javax-servlet-api to 4.0.1 (#12683)
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2022-09-10 00:01:01 +05:30
panos-kakos
e1667f31f7 [JAVA-13965] Upgrade javax.servlet.jsp to 2.3.3 (#12684)
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-09-09 21:44:59 +05:30
Haroon Khan
76fa8eb74c [JAVA-13976] Fix integration tests after Spring Boot upgrade to 2.7.2 (#12656) 2022-08-28 18:33:11 +05:30
Haroon Khan
bea0209f39 [JAVA-13976] Upgrade Spring Boot to 2.7.2 (#12603)
* [JAVA-13976] Upgrade Spring Boot to 2.7.2

* [JAVA-13976] Fix failing test due to incorrect Jackson version
2022-08-22 22:47:32 +05:30
Asjad J
3d399508d1 Updated README.md
added link back to the article: https://www.baeldung.com/spring-boot-thymeleaf-image-upload
2022-08-10 09:28:25 +05:00
Dhawal Kapil
0e52611952 Task/java 13772 (#12579)
* JAVA-13772 Updated the link of PDF to a valid one

* JAVA-13772 Updated File url and checksum
2022-08-09 22:19:56 +05:30
ACHRAF TAITAI
33279dbdde Load Image With Spring Boot and Thymeleaf (#12486)
* Load Image With Spring Boot and Thymeleaf

* Load Image With Spring Boot and Thymeleaf
2022-08-04 10:49:11 +02:00
anuragkumawat
613ec791df JAVA-13614 Look into How to Read HTTP Headers in Spring REST Controllers article 2022-07-30 12:12:16 +05:30
sampadawagde
1e623e4461 JAVA-13134: Fix references to parents 2022-07-26 20:01:43 +05:30
sampadawagde
f939e0fb0d JAVA-12733: Move spring-boot-jsp into spring-boot-modules 2022-07-05 19:39:15 +05:30
sampadawagde
3dcd6e56da JAVA-12733: Move spring-boot-jsp into spring-boot-modules 2022-07-05 19:38:52 +05:30
sampadawagde
045b70a512 JAVA-12731: Modify parent pom files 2022-06-30 22:14:38 +05:30
sampadawagde
22d38db84a JAVA-12731: Move spring-session into spring-web-modules 2022-06-30 22:13:57 +05:30
Asjad J
7a301a4a6a Updated README.md
added link back to the article: https://www.baeldung.com/thymeleaf-js-function-call
2022-06-27 12:56:52 +05:00
davidmartinezbarua
23a8a4db58 Merge pull request #12372 from exaucae/BAEL-3825-Javascript-function-call-with-Thymeleaf
BAEL-3825: Javascript function call with Thymeleaf
2022-06-24 10:55:36 -03:00
freelansam
55204b3269 JAVA-4493: Add missing live test for Consumer Driven Contracts article (#12362)
* JAVA-4493: Add missing live test for Consumer Driven Contracts article

* JAVA-4493: Add missing live test for Consumer Driven Contracts article
2022-06-20 18:34:22 +05:30
exaucae
39c0517195 refactor: refine examples 2022-06-17 22:31:32 +00:00
exaucae
26a8c0060a feat(wip): refine examples 2022-06-17 19:58:12 +00:00
exaucae
07a8c94845 feat(wip): add function call examples 2022-06-17 16:55:28 +00:00