Skip to content

Commit

Permalink
Merge pull request #7 from NahianAhmed/adding-redis
Browse files Browse the repository at this point in the history
adding redis
  • Loading branch information
NahianAhmed authored Apr 2, 2022
2 parents d50897e + d38c892 commit f1195be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.2</version>
<version>2.13.2.1</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand All @@ -79,7 +79,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
<version>2.6.3</version>
<version>2.6.5</version>
</dependency>
</dependencies>

Expand Down
8 changes: 4 additions & 4 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spring.datasource.username=root
spring.datasource.password=root
spring.jpa.hibernate.ddl-auto=update
logging.level.org.hibernate.SQL=debug

spring.cache.type=redis
spring.redis.host=localhost
spring.redis.port=6379
#
#spring.cache.type=redis
#spring.redis.host=localhost
#spring.redis.port=6379

0 comments on commit f1195be

Please sign in to comment.