Relative Content

Tag Archive for spring-bootspring-boot-3

multiple datasources in springboot 3

I have working project with springboot 2, with 2 datasources configured as shown in here or here. I upgraded to springboot 3. All LocalContainerEntityManagerFactoryBean, DataSource, DataSourceProperties and PlatformTransactionManager remained the same. But when I run the project now, I’m getting:

SpringBoot + Angular login cookie from subdomain not working

I am using Azure with a Spring Boot 3 backend system with Angular 17.
My backend system is reachable under http://api.example.com and login under http://api.example.com/login where my frontend sits under http://example.com/ and redirects after a successful login to http://example.com/dashboard