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
- Host: GitHub
- URL: https://github.com/mhewedy/spwrap-examples
- Owner: mhewedy
- Created: 2017-03-15T07:36:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-10T12:43:37.000Z (over 8 years ago)
- Last Synced: 2025-02-06T11:56:54.531Z (about 1 year ago)
- Topics: example-project, examples, jdbc, spwrap, stored-procedures, tutorial
- Language: Java
- Homepage: https://github.com/mhewedy/spwrap
- Size: 3.39 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |