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.
是否有带有 Spring Expression Language 外壳的摇摆控制台?
据我所知,没有控制台或命令行评估器,但我建议您下载org.springframework.expression子模块的代码并查看测试。您可以修改这些并尝试各种表达方式。
org.springframework.expression
更新
如果这看起来与获胜答案相似,请查看时间戳 ;-)
基于org.springframework.expression子模块测试中的代码,您可以构建一个评估 SpEL 语句并提供所需结果的摆动客户端