Commit e3c28387 by 徐高华

Merge branch 'feature/xgh/积分别名' into 'developer'

积分别名

See merge request !2061
parents dd6e0790 0266fc77
package com.gic.haoban.manage.web.init;
import com.gic.commons.springsacn.SpringContextToolUtil;
import com.gic.dict.api.dto.GlobalDictMap;
import com.gic.dict.api.service.ManagerDictService;
import org.apache.logging.log4j.LogManager;
......@@ -8,9 +9,11 @@ import org.springframework.beans.BeansException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationContextAware;
import org.springframework.context.annotation.Import;
import org.springframework.stereotype.Component;
@Component
@Import(SpringContextToolUtil.class)
public class MyApplicationContextAware implements ApplicationContextAware {
private final Logger log = LogManager.getLogger(MyApplicationContextAware.class);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment