зеркало из
				https://github.com/iharh/notes.git
				synced 2025-10-30 21:26:09 +02:00 
			
		
		
		
	m
Этот коммит содержится в:
		
							родитель
							
								
									234ea3682d
								
							
						
					
					
						Коммит
						de904f0157
					
				| @ -1,5 +1,9 @@ | |||||||
| 2021 | baeldung | ||||||
| https://www.baeldung.com/spring-boot-actuators | 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://reflectoring.io/exploring-a-spring-boot-app-with-actuator-and-jq/ | ||||||
|     https://habr.com/ru/articles/561994/ |     https://habr.com/ru/articles/561994/ | ||||||
| 2020 | 2020 | ||||||
|  | |||||||
| @ -59,7 +59,9 @@ https://dip-mazumder.medium.com/spring-boot-exception-handling-best-practices-e8 | |||||||
| 2021 | 2021 | ||||||
| https://dzone.com/articles/spring-boot-exception-handling | https://dzone.com/articles/spring-boot-exception-handling | ||||||
|     https://github.com/SeunMatt/smattme-tutorials/tree/master/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://reflectoring.io/spring-boot-exception-handling/ | ||||||
|  |     https://github.com/thombergs/code-examples/tree/master/spring-boot/exception-handling | ||||||
| 2019 | 2019 | ||||||
| https://thepracticaldeveloper.com/2019/09/09/custom-error-handling-rest-controllers-spring-boot/ | https://thepracticaldeveloper.com/2019/09/09/custom-error-handling-rest-controllers-spring-boot/ | ||||||
| https://dzone.com/articles/spring-rest-service-exception-handling-1 | https://dzone.com/articles/spring-rest-service-exception-handling-1 | ||||||
|  | |||||||
							
								
								
									
										3
									
								
								pl/java/libfws/spring/boot/mvc/features/cookies.txt
									
									
									
									
									
										Обычный файл
									
								
							
							
						
						
									
										3
									
								
								pl/java/libfws/spring/boot/mvc/features/cookies.txt
									
									
									
									
									
										Обычный файл
									
								
							| @ -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://habr.com/ru/company/reksoft/blog/675902/ | ||||||
|     https://github.com/University-and-Education/Validation |     https://github.com/University-and-Education/Validation | ||||||
| 2021 | 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://blog.tejanshrana.com/server-side-input-validation-in-java | ||||||
| https://habr.com/ru/post/536612/ | https://habr.com/ru/post/536612/ | ||||||
| 2020 | 2020 | ||||||
|  | |||||||
| @ -7,6 +7,7 @@ https://www.baeldung.com/spring-data-elasticsearch-tutorial | |||||||
| https://betterjavacode.com/programming/elasticsearch-spring-boot | https://betterjavacode.com/programming/elasticsearch-spring-boot | ||||||
| 2020 | 2020 | ||||||
| https://reflectoring.io/spring-boot-elasticsearch/ | 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://spring.io/blog/2020/11/16/case-study-elasticsearch-sink | ||||||
| https://spinscale.de/posts/2020-08-06-introduction-into-spring-data-elasticsearch.html | https://spinscale.de/posts/2020-08-06-introduction-into-spring-data-elasticsearch.html | ||||||
| https://noti.st/spinscale/EMh10i/introduction-into-elasticsearch-spring-data-elasticsearch | https://noti.st/spinscale/EMh10i/introduction-into-elasticsearch-spring-data-elasticsearch | ||||||
|  | |||||||
| @ -11,3 +11,7 @@ later... | |||||||
|     @Scheduled(initialDelay = ONE_SECOND, fixedDelay = ONE_MINUTE) |     @Scheduled(initialDelay = ONE_SECOND, fixedDelay = ONE_MINUTE) | ||||||
| 
 | 
 | ||||||
| samples | 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 | 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 | 2023 | ||||||
| https://www.baeldung.com/spring-resttemplate-exchange-postforentity-execute | https://www.baeldung.com/spring-resttemplate-exchange-postforentity-execute | ||||||
| 2021 | 2021 | ||||||
| https://www.baeldung.com/rest-template | https://reflectoring.io/spring-resttemplate/ | ||||||
|     ! WebClient is a modern way to go, while RestTemplate - will be deprecated |     https://github.com/thombergs/code-examples/tree/master/spring-boot/resttemplate | ||||||
| 2019 | 2019 | ||||||
| http://www.baeldung.com/rest-template | http://www.baeldung.com/rest-template | ||||||
| https://www.baeldung.com/spring-resttemplate-post-json | 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/tag/mockito | ||||||
| 
 | https://www.baeldung.com/mockito-java-8 | ||||||
| 2023 | 2023 | ||||||
| https://habr.com/ru/companies/otus/articles/780090/ | https://habr.com/ru/companies/otus/articles/780090/ | ||||||
| https://www.baeldung.com/mockito-java-8 |  | ||||||
| 2021 | 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/ | https://habr.com/ru/company/skillfactory/blog/541364/ | ||||||
| 2020 | 2020 | ||||||
| https://www.javacodegeeks.com/2020/04/clean-code-from-the-trenches-writing-executable-specifications-with-junit-5-mockito-and-assertj.html | https://www.javacodegeeks.com/2020/04/clean-code-from-the-trenches-writing-executable-specifications-with-junit-5-mockito-and-assertj.html | ||||||
|  | |||||||
		Загрузка…
	
	
			
			x
			
			
		
	
		Ссылка в новой задаче
	
	Block a user
	 Ihar Hancharenka
						Ihar Hancharenka