From fd7c15b0d7fff836fc26f1feaf72ccf7cb1f7efc Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Wed, 29 Jul 2020 17:31:30 +0800 Subject: [PATCH] Merge branch 'follow' of https://gitee.com/chonggaoxiao/new_excoin into follow --- src/main/java/com/xcong/excoin/configurations/properties/ApplicationProperties.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/xcong/excoin/configurations/properties/ApplicationProperties.java b/src/main/java/com/xcong/excoin/configurations/properties/ApplicationProperties.java index cdacf9b..9e877ec 100644 --- a/src/main/java/com/xcong/excoin/configurations/properties/ApplicationProperties.java +++ b/src/main/java/com/xcong/excoin/configurations/properties/ApplicationProperties.java @@ -15,4 +15,6 @@ @ConfigurationProperties(prefix = "app") public class ApplicationProperties { private boolean debug; + + private Long redisExpire; } -- Gitblit v1.9.1