|
@@ -1,18 +0,0 @@
|
|
|
-package com.ruoyi.common.config.bpm.config;
|
|
|
-
|
|
|
-import lombok.Data;
|
|
|
-import org.springframework.beans.factory.annotation.Value;
|
|
|
-import org.springframework.context.annotation.Configuration;
|
|
|
-
|
|
|
-/**
|
|
|
- * @author hmc
|
|
|
- * @date 2023-11-02 18:07
|
|
|
- * @Description:
|
|
|
- */
|
|
|
-@Data
|
|
|
-@Configuration
|
|
|
-public class BpmProperties {
|
|
|
- //根据用户id查询当前用户所具备的角色key的ip地址 MAIN_ROLESKEY_IP
|
|
|
- @Value("${parameter.ip.MAIN_ROLESKEY_IP}")
|
|
|
- private String mainRolesKeyIp;
|
|
|
-}
|