|
|
@ -3,7 +3,9 @@ package com.docus.server;
|
|
|
|
import com.docus.infrastructure.WebConfig;
|
|
|
|
import com.docus.infrastructure.WebConfig;
|
|
|
|
import com.docus.infrastructure.web.json.JsonSerializerModule;
|
|
|
|
import com.docus.infrastructure.web.json.JsonSerializerModule;
|
|
|
|
import com.docus.server.common.serializer.DefJsonSerializerModule;
|
|
|
|
import com.docus.server.common.serializer.DefJsonSerializerModule;
|
|
|
|
|
|
|
|
import org.springframework.context.annotation.Configuration;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Configuration
|
|
|
|
public class DefaultWebConfig extends WebConfig {
|
|
|
|
public class DefaultWebConfig extends WebConfig {
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|