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: 15 days ago
JSON representation

Code samples for tips, problem-resolving methods, patterns in Spring development

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)