Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gentjankolicaj/spring-boot-samples
Spring boot samples with different tech.
https://github.com/gentjankolicaj/spring-boot-samples
spring spring-batch-jobs spring-boot spring-boot-microservice spring-data-jpa spring-jdbc spring-kafka spring-security spring-test spring-testcontainers
Last synced: 23 days ago
JSON representation
Spring boot samples with different tech.
- Host: GitHub
- URL: https://github.com/gentjankolicaj/spring-boot-samples
- Owner: gentjankolicaj
- License: mit
- Created: 2024-06-20T13:17:52.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T21:43:06.000Z (7 months ago)
- Last Synced: 2024-06-21T16:21:43.470Z (7 months ago)
- Topics: spring, spring-batch-jobs, spring-boot, spring-boot-microservice, spring-data-jpa, spring-jdbc, spring-kafka, spring-security, spring-test, spring-testcontainers
- Language: Java
- Homepage:
- Size: 583 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security/README.md
Awesome Lists containing this project
README
# spring-boot-samples
Spring boot samples with different tech.
### Batch:
- [batch + item processor](/batch/batch0)
- [batch + async item processor](/batch/batch1)
- [batch + file reader/writer + jdbc cursor](/batch/batch2)### Data :
- [data jpa](/data/data-jpa)
- [data jpa + mysql](/data/data-jpa-mysql)
- [data jpa + postgresql](/data/data-jpa-postgresql)
- [data jpa + mongodb](/data/data-mongodb)### Gateway :
- [(api-gateway + discovery-server) 1](gateway/gateway-01)### Jdbc :
- [jdbc template + datasource (hikari) + flyway + postgres](/jdbc/jdbc-template-01)
- [jdbc template + multiple datasource's + postgres + mysql](/jdbc/jdbc-template-02)### Kafka :
- [kafka (producer & consumer) 1](/kafka/kafka-01)
- [kafka (producer & consumer) 2](/kafka/kafka-02)### Security :
- [spring security + data jpa + jwt (io.jsonwebtoken.jjwt) + mysql](/security/jwt-01)
- [spring security + data jpa + jwt(com.auth0.java-jwt) + mysql](/security/jwt-02)### Test :
- [data jpa + test containers + mysql](/test/test-container-mysql)
- [data jpa + test containers + postgres](/test/test-container-postgres)
- [data jpa + embedded](/test/test-embedded)### Web :
- [web + data jpa + postgres](/web/rest-01)