|
@@ -20,7 +20,7 @@ ByteBufferChannelMaxSize = 20971520
|
|
|
SerializeType = JDK
|
|
|
|
|
|
#if set this argument is true, Convernt escape char in JSON, like: \f \b \r \n \t to unicode for browser parse the json, default is true
|
|
|
-JSONConvertEscapeChar = true;
|
|
|
+JSONConvertEscapeChar = false
|
|
|
|
|
|
#the host where is the remote class source locations
|
|
|
#RemoteClassSource=127.0.0.1:3001
|