An open API service indexing awesome lists of open source software.

https://github.com/andy489/multiple_datasources_with_spring

Configure and use multiple datasources in Spring Boot.
https://github.com/andy489/multiple_datasources_with_spring

Last synced: over 1 year ago
JSON representation

Configure and use multiple datasources in Spring Boot.

Awesome Lists containing this project

README

          

# Multiple_Datasources_with_Spring

- Configure MySQL and PostgreSQL as datasources in Spring Boot.
- Test with H2 database and exclude H2 console when using Spring Basic Security (Spring Security 6).
- Customize physical naming strategy.