https://github.com/hantsy/spring-puzzles
Code samples for tips, problem-resolving methods, patterns in Spring development
https://github.com/hantsy/spring-puzzles
spring spring-boot
Last synced: 15 days ago
JSON representation
Code samples for tips, problem-resolving methods, patterns in Spring development
- Host: GitHub
- URL: https://github.com/hantsy/spring-puzzles
- Owner: hantsy
- License: gpl-3.0
- Created: 2020-08-11T13:58:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-29T03:48:33.000Z (7 months ago)
- Last Synced: 2025-04-20T01:03:12.421Z (17 days ago)
- Topics: spring, spring-boot
- Language: Java
- Homepage: https://hantsy.github.io/spring-puzzles/
- Size: 802 KB
- Stars: 112
- Watchers: 3
- Forks: 42
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring puzzles
My personal playground to share tips, code samples, techniques, problem-resolving methods, answers of StackOverflow questions or cutting-edge features in the progress of Spring application development.
* [Switching between multi DataSources in Spring](./jdbc-ds-vanilla/GUIDE.md)
* [Using multi DataSources simultaneously in a single Spring Boot application](./multi-ds/GUIDE.md)
* [Configure an Oracle JNDI DataSource in Spring Boot embedded Tomcat](./oracle-jndi-ds-jar/GUIDE.md)
* [Configure an Oracle JNDI DataSource in an external Tomcat](./oracle-jndi-ds-war/GUIDE.md)