/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

stackchief.com
| | 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...
| | www.e4developer.com
2.2 parsecs away

Travel
| | High level introduction to Spring Boot and its popularity. Spring Boot Hello World example and a list of features that make it so successful.
| | initialcommit.com
2.5 parsecs away

Travel
| | SAX parser is yet another XML parser provided by JDK which parses documents in a more optimized and faster way.
| | randomwits.com
19.5 parsecs away

Travel
| Random Wits, my digital footprint.