Commit 399b78dc by Jason Song

change back to server.properties

parent 3fe906ae
......@@ -82,7 +82,7 @@ public class ConfigUtil {
}
private boolean isToolingZone() {
if ("true".equalsIgnoreCase(Foundation.deployment().getProperty("tooling", "false").trim())) {
if ("true".equalsIgnoreCase(Foundation.server().getProperty("tooling", "false").trim())) {
return true;
}
return false;
......
......@@ -139,7 +139,7 @@
<dependency>
<groupId>com.ctrip.framework</groupId>
<artifactId>framework-foundation</artifactId>
<version>1.1.8-SNAPSHOT</version>
<version>1.1.7</version>
</dependency>
<dependency>
<groupId>com.dianping.cat</groupId>
......
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