Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Vividus 工具进行测试;并尝试像下面的示例一样使用日期表达式;
#{generateDate(P, yyyy)}
表达式应该生成一年,但我得到表达式本身未解决。
请确保您在build.gradle文件中有一个vividus-plugin-datetime依赖项,如以下示例所示:
dependencies { implementation(group: 'org.vividus', name: 'vividus-plugin-datetime', version: '...') }