GitHub / harounchebbi / CRUD-springboot-mysql-redis-rabbitmq
🚀 Modern CRUD Backend application using Spring boot, Redis, RabbitMQ and MySQL.
Stars: 22
Forks: 10
Open issues: 1
License: None
Language: Java
Size: 26.4 KB
Dependencies parsed at:
23
Created at: almost 6 years ago
Updated at: about 2 years ago
Pushed at: over 5 years ago
Last synced at: about 2 years ago
Topics: crud, crud-application, mysql, rabbitmq, redis, spring-boot, springboot-webapplication, swagger
pom.xml
maven
- org.projectlombok:lombok 1.18.4 provided
- com.fasterxml.jackson.datatype:jackson-datatype-jsr310
- io.jsonwebtoken:jjwt 0.9.1
- io.springfox:springfox-swagger-ui 2.7.0
- io.springfox:springfox-swagger2 2.7.0
- junit:junit
- mysql:mysql-connector-java
- org.hibernate:hibernate-java8
- org.springframework.boot:spring-boot-devtools
- org.springframework.boot:spring-boot-starter-actuator
- org.springframework.boot:spring-boot-starter-amqp
- org.springframework.boot:spring-boot-starter-data-jpa
- org.springframework.boot:spring-boot-starter-data-redis
- org.springframework.boot:spring-boot-starter-data-rest
- org.springframework.boot:spring-boot-starter-hateoas
- org.springframework.boot:spring-boot-starter-reactor-netty
- org.springframework.boot:spring-boot-starter-security
- org.springframework.boot:spring-boot-starter-web
- org.springframework.boot:spring-boot-starter-websocket
- org.springframework.security.oauth:spring-security-oauth2 2.2.0.RELEASE
- redis.clients:jedis
- org.springframework.boot:spring-boot-starter-test test
- org.springframework.security:spring-security-test test