Using Gzip Compression in Spring Boot
We may use gzip compression with this simple way. Just create a bean which include Compressing Filter. And add this maven dependency into your maven pom.xml
We may use gzip compression with this simple way. Just create a bean which include Compressing Filter. And add this maven dependency into your maven pom.xml
Thymeleaf is an xml, xhtml, html5 template engine and good alternative for JSP. You can see how we integrate it with spring mvc.
There are not many open source projects using spring, hibernate technologies. And when we start to learn hibernate, spring we want to improve our knowledge about spring and hibernate. But its …Read more
Bu hata hibernate’in session yönetimlerinde problem yaşamasından kaynaklanan bir sorundur. Çeşitli çözümleri vardır. Size en kolayını göstereceğim. Gördüğünüz gibi bu sorun lazy load kullanımından kaynaklanan bir sorundur. Lazy özelliğini devre …Read more
Hatanın kaynağı spring konfigirasyon dosyanızdaki bir eksiklikten dolayıdır. Apache cxf’ye ait namespace tanımlayıp herhangi bir bean oluşturmazsanız bu hatayı alırsınız.