Этот коммит содержится в:
Ihar Hancharenka 2023-09-27 14:58:08 +03:00
родитель 6c6d5ab2a2
Коммит c85229e29e
3 изменённых файлов: 14 добавлений и 1 удалений

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

@ -8,3 +8,7 @@ https://www.777555.by/product/177898-keenetic-ultra-kn-1810/
1011
https://www.777555.by/product/501467-keenetic-giga-kn-1011/
wireguard vpn
2021
https://www.youtube.com/watch?v=Hy4ftU7j7mk

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

@ -5,8 +5,9 @@ Spilka - JPA/Hibernate Fundamentals 2023 of 7 parts
8:00 of 1:05:21
https://www.youtube.com/watch?v=t6n1NwMM8a8
2022
JPointJokerJUG - Kirekov - Spring Data JPA Testing Antipatterns ru 0:00 of 54:33
JPointJokerJUG - Kirekov - Spring Data JPA Testing Antipatterns ru of 54:33
https://www.youtube.com/watch?v=Q9UiuHvNTp4
! @AutoConfigureTestDatabase
https://github.com/SimonHarmonicMinor/spring-data-jpa-efficient-testing
JPointJokerJUG - Borisov - Spring Data Builder (Spark it!) part 2 ru 50:00 of 5:15:20
https://www.youtube.com/watch?v=yWEy7j5lvaE

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

@ -4,6 +4,14 @@ https://www.baeldung.com/spring-boot-unable-to-find-springbootconfiguration-with
https://github.com/eugenp/tutorials/tree/master/spring-boot-modules/spring-boot-config-jpa-error
https://www.baeldung.com/spring-boot-testing
https://github.com/eugenp/tutorials/tree/master/spring-boot-modules/spring-boot-testing
JPointJokerJUG - Kirekov - Spring Data JPA Testing Antipatterns ru of 54:33
https://www.youtube.com/watch?v=Q9UiuHvNTp4
! super, trans-n stuff
! @AutoConfigureTestDatabase
! @MockBean
! @DirtiesContext - to clean up between tests (antipattern, slows down, works onfly for in-mem DB)
! logging.level.org.springframework.orm.jpa.JpaTransactionManager=DEBUG
https://github.com/SimonHarmonicMinor/spring-data-jpa-efficient-testing
samples
https://github.com/stsypanov/spring-data-examples/blob/master/src/test