|
You are here |
www.architect.io | ||
| | | | |
www.bytefish.de
|
|
| | | | | This article shows how to provide Multitenancy with Spring Boot using Row Level Security. | |
| | | | |
blog.scottlogic.com
|
|
| | | | | In most microservice architectures, there are many opportunities and temptations for sharing code. In this post I will give advice based on my experience on when it should be avoided and when code reuse is acceptable. The points will be illustrated with the help of an example Spring Boot project. | |
| | | | |
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... | |
| | | | |
vit.baisa.cz
|
|
| | | A personal blog and a digital garden of Vít Baisa | ||