Explore >> Select a destination


You are here

stackchief.com
| | www.stackchief.com
2.3 parsecs away

Travel
| | Spriong Data JPA interview questions including what different annotations mean, the difference between Spring Data JPA and Hibernate, and other advanced interview questions.
| | juandebravo.com
3.5 parsecs away

Travel
| | Juan de Bravo - Personal thoughts about technology (@juandebravo)
| | journal.robbi.my
1.8 parsecs away

Travel
| | We start with postgreSQL because this our primary database connection and we do all CRUD stuff from here. We need 2 class, which use for connection and configuration of datasource. DatasourceConfigurationPostgreSQL package com.robbi.demo.config.postgresql; import javax.sql.DataSource; import org.slf4j.Logger; import org.springframework.boot.autoconfigure.jdbc.DataSourceProperties; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.Primary; import com.robbi.demo.utils.LoggerFactoryUtil; @Configuration public class DatasourceConfigurationPostgreSQL { private static final Logger L...
| | forensicitguy.github.io
24.6 parsecs away

Travel
| In this post I set out to analyze a simple chunk of Log4Shell log4j exploit code to see how it works.