Spring Data: Difference between revisions
Jump to navigation
Jump to search
(→SQL) |
(→SQL) |
||
Line 17: | Line 17: | ||
* [[Spring Data JPA]] | * [[Spring Data JPA]] | ||
* [[Spring Data REST]] | * [[Spring Data REST]] | ||
* [[Spring MySQL Support]] | |||
* [[Spring H2 Support]] | |||
* [[Spring PostgreSQL Support]] | |||
<font color=darkgray> | <font color=darkgray> | ||
TO PROCESS: | TO PROCESS: | ||
* Spring Data JDBC <font color=darkgray>TO PROCESS https://projects.spring.io/spring-data-jdbc</FONT> | * Spring Data JDBC <font color=darkgray>TO PROCESS https://projects.spring.io/spring-data-jdbc</FONT> | ||
* Flyway Support | * Flyway Support | ||
Revision as of 16:49, 10 October 2018
External
Internal
Overview
Spring Data extends the persistence capabilities outside the core framework, as a separate project.
Projects
SQL
TO PROCESS:
- Spring Data JDBC TO PROCESS https://projects.spring.io/spring-data-jdbc
- Flyway Support