|
You are here |
golb.hplar.ch | ||
| | | | |
journal.robbi.my
|
|
| | | | | 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... | |
| | | | |
meistermeier.com
|
|
| | | | | [AI summary] This blog post discusses the integration of SpringAI with Neo4j Vector Store for creating embeddings and generating Cypher queries based on user prompts, highlighting the setup, implementation, and examples of using AI to convert natural language into database operations. | |
| | | | |
www.e4developer.com
|
|
| | | | | High level introduction to Spring Boot and its popularity. Spring Boot Hello World example and a list of features that make it so successful. | |
| | | | |
www.lenholgate.com
|
|
| | | [AI summary] The author shares updates on their embedded assembly programming journey, specifically detailing their successful implementation of unit testing for serial protocol code in a servo controller project. | ||