Browse Source

删除没用的属性

zhouhao 7 years ago
parent
commit
20e42d4fff

+ 11 - 7
hsweb-system/hsweb-system-workflow/hsweb-system-workflow-flowable/src/test/resources/application.yml

@@ -1,3 +1,4 @@
+
 spring:
     aop:
         auto: true
@@ -8,16 +9,19 @@ spring:
        password :
        type: com.alibaba.druid.pool.DruidDataSource
        driver-class-name : org.h2.Driver
-    jpa:
-      database: h2
-      show-sql: true
-      hibernate:
-        ddl-auto: update
+#    jpa:
+#      database: h2
+#      show-sql: true
+#      hibernate:
+#        ddl-auto: update
     cache:
        type: simple
 
 logging:
   level:
-      org: debug
+      org.hsweb: debug
+      org.flowable: debug
 mybatis:
-  dynamic-datasource: false
+  dynamic-datasource: false
+server:
+  port: 8808