Skip to content

Commit 82415eb

Browse files
committed
feat: 데모 사진 설정 프로퍼티 추가
1 parent 30ace73 commit 82415eb

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package com.semosan.api.common.config;
2+
3+
import org.springframework.boot.context.properties.ConfigurationProperties;
4+
5+
import java.util.List;
6+
7+
@ConfigurationProperties(prefix = "demo")
8+
public record DemoProperties(
9+
List<String> photoFilenames
10+
) {}

0 commit comments

Comments
 (0)