gpt4 book ai didi

java - 在 Spring 配置中使用时间戳

转载 作者:行者123 更新时间:2023-12-01 07:46:49 25 4
gpt4 key购买 nike

在Spring配置中,我们可以在启动服务时让时间戳或uuid成为动态值吗?

<bean id="atomikosUserTransactionService" class="com.atomikos.icatch.config.UserTransactionServiceImp"
init-method="init" destroy-method="shutdownForce">
<constructor-arg>
<props>
<prop key="com.atomikos.icatch.output_dir">{timestamp}/log/</prop>
<prop key="com.atomikos.icatch.log_base_dir">{timestamp}/log/</prop>
<!--<prop key="com.atomikos.icatch.max_actives">1000</prop>-->
</props>
</constructor-arg>
</bean>

我想在每次运行应用程序时放置带有时间戳的文件夹目录。

我正在使用 Spring 4.15,目前无法升级。

问候。

最佳答案

对于简单的日期尝试使用 SpEL而不是 {timestamp} -> #{new java.util.Date().toString()}

关于java - 在 Spring 配置中使用时间戳,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50292660/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com