Browse Source

更新依赖包

tuonina 6 years ago
parent
commit
5dfbba9c96

+ 1 - 1
build.gradle

@@ -18,7 +18,7 @@ buildscript {
         pinyin4j_version = '2.5.1'
         rxJavaVersion='2.2.3'
         jwtVersion = '1.4.0'
-        authVersion='1.2'
+        authVersion='1.2.1'
     }
     repositories {
         mavenCentral()

+ 1 - 1
zen-web/src/main/resources/bootstrap.yml

@@ -6,7 +6,7 @@ spring:
   application:
     name: framework
   profiles:
-    active: dev
+    active: prod
     include: orm,cache,msg
   cloud:
     config:

+ 1 - 0
zen-web/src/main/resources/logback-spring.xml

@@ -187,6 +187,7 @@
     <!--</contextListener>-->
     <springProfile name="prod">
         <root level="INFO">
+            <appender-ref ref="CONSOLE"/>
             <appender-ref ref="STDOUT"/>
             <appender-ref ref="FILEERROR"/>
             <appender-ref ref="FILEWARN"/>