Browse Source

update voovan to version 4.3.8 (#6027)

* Update pom.xml

* Update VoovanTFB.java
hely ho 4 năm trước cách đây
mục cha
commit
246aa84aa2

+ 1 - 1
frameworks/Java/voovan/pom.xml

@@ -14,7 +14,7 @@
         <dependency>
             <groupId>org.voovan</groupId>
             <artifactId>voovan-framework</artifactId>
-            <version>4.3.7</version>
+            <version>4.3.8</version>
         </dependency>
     </dependencies>
     <build>

+ 1 - 1
frameworks/Java/voovan/src/main/java/org/voovan/VoovanTFB.java

@@ -72,7 +72,7 @@ public class VoovanTFB {
                         }
                 });
 
-                //Logger.setEnable(false);
+                Logger.setEnable(false);
 
                 webServer.serve();
         }