mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-12 07:02:14 +08:00
2.5.4
This commit is contained in:
@@ -3,6 +3,7 @@ package com.gitee.sop.websiteserver.config;
|
|||||||
import com.alibaba.fastjson.serializer.SerializerFeature;
|
import com.alibaba.fastjson.serializer.SerializerFeature;
|
||||||
import com.alibaba.fastjson.support.config.FastJsonConfig;
|
import com.alibaba.fastjson.support.config.FastJsonConfig;
|
||||||
import com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter;
|
import com.alibaba.fastjson.support.spring.FastJsonHttpMessageConverter;
|
||||||
|
import com.gitee.sop.gatewaycommon.manager.EnvironmentContext;
|
||||||
import com.gitee.sop.gatewaycommon.route.EurekaRegistryListener;
|
import com.gitee.sop.gatewaycommon.route.EurekaRegistryListener;
|
||||||
import com.gitee.sop.gatewaycommon.route.NacosRegistryListener;
|
import com.gitee.sop.gatewaycommon.route.NacosRegistryListener;
|
||||||
import com.gitee.sop.gatewaycommon.route.RegistryListener;
|
import com.gitee.sop.gatewaycommon.route.RegistryListener;
|
||||||
@@ -20,6 +21,7 @@ import org.springframework.context.ApplicationEvent;
|
|||||||
import org.springframework.context.annotation.Bean;
|
import org.springframework.context.annotation.Bean;
|
||||||
import org.springframework.context.annotation.Configuration;
|
import org.springframework.context.annotation.Configuration;
|
||||||
import org.springframework.context.event.EventListener;
|
import org.springframework.context.event.EventListener;
|
||||||
|
import org.springframework.core.env.Environment;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author tanghc
|
* @author tanghc
|
||||||
@@ -33,6 +35,9 @@ public class WebsiteConfig implements ApplicationRunner {
|
|||||||
@Autowired
|
@Autowired
|
||||||
private RegistryListener registryListener;
|
private RegistryListener registryListener;
|
||||||
|
|
||||||
|
@Autowired
|
||||||
|
private Environment environment;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 使用fastjson代替jackson
|
* 使用fastjson代替jackson
|
||||||
* @return
|
* @return
|
||||||
@@ -84,6 +89,6 @@ public class WebsiteConfig implements ApplicationRunner {
|
|||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public void run(ApplicationArguments args) throws Exception {
|
public void run(ApplicationArguments args) throws Exception {
|
||||||
// docManager.load(null);
|
EnvironmentContext.setEnvironment(environment);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user