提供idea配置的自动化提示功能

This commit is contained in:
bryan.zhang
2020-07-27 17:58:23 +08:00
parent 5495d40297
commit d8c3c757d8
9 changed files with 13 additions and 14 deletions

View File

@@ -1,12 +1,10 @@
package com.yomahub.liteflow.springboot;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Configuration;
import org.springframework.boot.context.properties.ConfigurationProperties;
@Configuration
@ConfigurationProperties(prefix = "liteflow", ignoreUnknownFields = true)
public class LiteflowProperty {
@Value("${liteflow.ruleSource}")
private String ruleSource;
public String getRuleSource() {