Skip to content

Commit

Permalink
fix: 생성자 사용하도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
uwoobeat committed Jan 28, 2024
1 parent fe528e2 commit 8279899
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package com.gdschongik.gdsc.global.property;

import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.Setter;
import org.springframework.boot.context.properties.ConfigurationProperties;

@Getter
@Setter
@AllArgsConstructor
@ConfigurationProperties(prefix = "spring.data.redis")
public class RedisProperty {

Expand Down

0 comments on commit 8279899

Please sign in to comment.