Support CRON expression value in Spring Boot property files (application.properties
and application.yml
)
#1329
Labels
for: eclipse
something that is specific for Eclipse
for: vscode
something that is specific for VSCode
theme: validation
type: enhancement
Milestone
Support syntax validation and possibly highlighting of CRON expressions values inside spring property files (properties/yaml)
spring.integration.poller.cron=0 */30 * ? * *
Likely new CRON value type needs to be added for properties.
Other properties (info from the Spring Core team):
spring.session.redis.cleanup-cron
spring.session.jdbc.cleanup-cron
(See support for CRON in IntelliJ: https://www.jetbrains.com/help/idea/scheduled-tasks.html)
The text was updated successfully, but these errors were encountered: