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: 11 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-26T15:37:52.000Z (12 months ago)
- Last Synced: 2025-06-26T16:41:19.436Z (12 months ago)
- Topics: spring, spring-boot
- Language: Java
- Homepage: https://hantsy.github.io/spring-puzzles/
- Size: 829 KB
- Stars: 112
- Watchers: 3
- Forks: 41
- 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)