An open API service indexing awesome lists of open source software.

https://github.com/mhewedy/spwrap-examples

Example projects for spwrap
https://github.com/mhewedy/spwrap-examples

example-project examples jdbc spwrap stored-procedures tutorial

Last synced: about 1 year ago
JSON representation

Example projects for spwrap

Awesome Lists containing this project

README

          

| module name | database | additional framework/library |
| --------------------------|:---------------------|:----------------------------:|
| [standalone-mysql](https://github.com/mhewedy/spwrap-examples/tree/master/standalone-mysql) | mysql |no |
| [spring-boot-mysql](https://github.com/mhewedy/spwrap-examples/tree/master/spring-boot-mysql) | mysql |springframework |
| [spring-boot-transactions-mysql](https://github.com/mhewedy/spwrap-examples/tree/master/spring-boot-transactions-mysql) | mysql |springframework with @Transactional |
| [dbutil-mysql](https://github.com/mhewedy/spwrap-examples/tree/master/dbutil-mysql) | mysql |apache commons dbutil |
| [spring-boot-oracle](https://github.com/mhewedy/spwrap-examples/tree/master/spring-boot-oracle) | oracle |springframework |
| [javaee-jaxrs-cdi](https://github.com/mhewedy/spwrap-examples/tree/master/javaee-jaxrs-cdi) | mysql |javaee with jaxrs and cdi |