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