Этот коммит содержится в:
Ihar Hancharenka 2025-01-03 22:24:14 +03:00
родитель 234ea3682d
Коммит de904f0157
9 изменённых файлов: 31 добавлений и 5 удалений

Просмотреть файл

@ -1,5 +1,9 @@
2021
baeldung
https://www.baeldung.com/spring-boot-actuators
2022
https://reflectoring.io/spring-boot-info-endpoint/
https://github.com/thombergs/code-examples/tree/master/spring-boot/spring-boot-app-info
2021
https://reflectoring.io/exploring-a-spring-boot-app-with-actuator-and-jq/
https://habr.com/ru/articles/561994/
2020

Просмотреть файл

@ -59,7 +59,9 @@ https://dip-mazumder.medium.com/spring-boot-exception-handling-best-practices-e8
2021
https://dzone.com/articles/spring-boot-exception-handling
https://github.com/SeunMatt/smattme-tutorials/tree/master/spring-boot-exception-handling
2020
https://reflectoring.io/spring-boot-exception-handling/
https://github.com/thombergs/code-examples/tree/master/spring-boot/exception-handling
2019
https://thepracticaldeveloper.com/2019/09/09/custom-error-handling-rest-controllers-spring-boot/
https://dzone.com/articles/spring-rest-service-exception-handling-1

Просмотреть файл

@ -0,0 +1,3 @@
2021
https://reflectoring.io/spring-boot-cookies/
https://github.com/thombergs/code-examples/tree/master/spring-boot/cookie-demo

Просмотреть файл

@ -28,6 +28,9 @@ https://medium.com/emlakjet/request-validation-with-spring-boot-annotations-515d
https://habr.com/ru/company/reksoft/blog/675902/
https://github.com/University-and-Education/Validation
2021
https://reflectoring.io/bean-validation-with-spring-boot/
https://github.com/thombergs/code-examples/tree/master/spring-boot/validation
!!!
https://blog.tejanshrana.com/server-side-input-validation-in-java
https://habr.com/ru/post/536612/
2020

Просмотреть файл

@ -7,6 +7,7 @@ https://www.baeldung.com/spring-data-elasticsearch-tutorial
https://betterjavacode.com/programming/elasticsearch-spring-boot
2020
https://reflectoring.io/spring-boot-elasticsearch/
https://github.com/thombergs/code-examples/tree/master/spring-boot/spring-boot-elasticsearch
https://spring.io/blog/2020/11/16/case-study-elasticsearch-sink
https://spinscale.de/posts/2020-08-06-introduction-into-spring-data-elasticsearch.html
https://noti.st/spinscale/EMh10i/introduction-into-elasticsearch-spring-data-elasticsearch

Просмотреть файл

@ -11,3 +11,7 @@ later...
@Scheduled(initialDelay = ONE_SECOND, fixedDelay = ONE_MINUTE)
samples
2021
https://reflectoring.io/spring-scheduler/
https://github.com/thombergs/code-examples/tree/master/spring-boot/spring-boot-scheduler

Просмотреть файл

@ -3,11 +3,14 @@ https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframe
import org.springframework.web.client.RestTemplate
baeldung
https://www.baeldung.com/rest-template
! WebClient is a modern way to go, while RestTemplate - will be deprecated
2023
https://www.baeldung.com/spring-resttemplate-exchange-postforentity-execute
2021
https://www.baeldung.com/rest-template
! WebClient is a modern way to go, while RestTemplate - will be deprecated
https://reflectoring.io/spring-resttemplate/
https://github.com/thombergs/code-examples/tree/master/spring-boot/resttemplate
2019
http://www.baeldung.com/rest-template
https://www.baeldung.com/spring-resttemplate-post-json

Просмотреть файл

@ -0,0 +1,4 @@
2021
https://reflectoring.io/assertj-lists/
https://github.com/thombergs/code-examples/tree/master/testing/assertJ
!!!

Просмотреть файл

@ -1,9 +1,11 @@
baeldung
https://www.baeldung.com/tag/mockito
https://www.baeldung.com/mockito-java-8
2023
https://habr.com/ru/companies/otus/articles/780090/
https://www.baeldung.com/mockito-java-8
2021
https://reflectoring.io/clean-unit-tests-with-mockito/
https://github.com/thombergs/code-examples/tree/master/mockito
https://habr.com/ru/company/skillfactory/blog/541364/
2020
https://www.javacodegeeks.com/2020/04/clean-code-from-the-trenches-writing-executable-specifications-with-junit-5-mockito-and-assertj.html