Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-29T03:48:33.000Z (about 1 month ago)
- Last Synced: 2024-10-10T18:44:08.664Z (about 1 month ago)
- Topics: spring, spring-boot
- Language: Java
- Homepage: https://hantsy.github.io/spring-puzzles/
- Size: 802 KB
- Stars: 103
- Watchers: 4
- Forks: 40
- 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)