Category Archives: Без рубрики

Java.Spring.Logging

from docs Since Spring Framework 5.0, Spring comes with its own Commons Logging bridge implemented in the spring-jcl module. The implementation checks for the presence of the Log4j 2.x API and the SLF4J 1.7 API in the classpath and uses the first … Continue reading

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

Java.Spring.ExternalBeanRegistration

// app // someSingletoneBean // helper singletone class

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

Docker.Postgres

met some problems (connection refused, Postgresql Docker role does not exist), following official docs, so decided to keep working example here

Posted in Без рубрики | Comments Off on Docker.Postgres

Docker. Tips

nehopper is devops worldwide service from docker help

Posted in Без рубрики | Comments Off on Docker. Tips

Java.MapStruct.Tips

install mapper example of call with newer versions also faced with problems like this:

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

Java.SpringBoot.InjectingProperties

example /resources/application.properties Details

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

Java.Mockito

build.gradle.kts seconnd one lib is for static methods Examples

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

Java.MavenShadePlugin

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

Java.Servlets

all servlets were written with community verison of idea, so ome workaround was needed myFirstServlet (need to be deployed on TomCat manually) communityHackServlet (starts with tomcat automatically) source for communityHackServlet

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

Java.DesignPatterns.SingletonExamples

first way another way

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