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.
- Host: GitHub
- URL: https://github.com/andy489/multiple_datasources_with_spring
- Owner: andy489
- Created: 2023-03-19T17:57:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-17T12:59:13.000Z (about 3 years ago)
- Last Synced: 2025-01-29T19:24:55.850Z (over 1 year ago)
- Language: Java
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.