Author Archives: Stanislav_Panteleev

Java.Hibernate.SimpleExample

/resources/hibernate.properties

Posted in Без рубрики | Comments Off on Java.Hibernate.SimpleExample

Java.Jdbc.SimpleExample

build.gradle.kts Main.java

Posted in Без рубрики | Comments Off on Java.Jdbc.SimpleExample

SQL. Calc the sum with case, example

Posted in Без рубрики | Comments Off on SQL. Calc the sum with case, example

Mullvad – free the internet :)

no more freedom downtime https://mullvad.net/en

Posted in Без рубрики | Comments Off on Mullvad – free the internet :)

Junit. Jupiter

test order example https://github.com/junit-team/junit4/wiki/aggregating-tests-in-suites

Posted in Без рубрики | Comments Off on Junit. Jupiter

Java. SpringBoot Example how to work with dateTime in Specification

Working example just with date or like that

Posted in Без рубрики | Comments Off on Java. SpringBoot Example how to work with dateTime in Specification

Java.SpringBoot.PopularAnnotations

@BeanAnnotations @EnableAsync / @Async ; do smth in new thread @EnableSheduling / @Scheduled @Lock ; lock record on database level @Mdifying ; to learn @Scheduled @Query

Posted in Без рубрики | Comments Off on Java.SpringBoot.PopularAnnotations

SpringBoot. Exception Management

in rus https://struchkov.dev/blog/ru/exception-handling-controlleradvice/ validation handling https://struchkov.dev/blog/ru/spring-boot-validation/

Posted in Без рубрики | Comments Off on SpringBoot. Exception Management

Java.Hibernate.JoinTableAnnotation

https://stackoverflow.com/questions/5478328/in-which-case-do-you-use-the-jpa-jointable-annotation

Posted in Без рубрики | Comments Off on Java.Hibernate.JoinTableAnnotation

SpringBoot.Making our first starter and autoconfiguration

STARTER let’s create some new module and infra package in it MAIN APP in main app we can call and use this bean like this

Posted in Без рубрики | Comments Off on SpringBoot.Making our first starter and autoconfiguration