Browse Source

local changes

NorthLan 7 years ago
parent
commit
07a2046a6b

+ 6 - 0
zen-web/src/main/kotlin/com/gxzc/zen/web/sys/controller/TestController.kt

@@ -57,4 +57,10 @@ class TestController : BaseController() {
             KVType("dataB", SysUser::class))
     fun testInput(@RequestBody data: RequestDto) {
     }
+
+    @PostMapping("")
+    @Login(action = Action.Skip)
+    fun test() {
+        println(1)
+    }
 }

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

@@ -10,7 +10,7 @@ zen:
 spring:
   profiles:
     active: dev
-    include: orm-local,mq,cache,umps,platform,job
+    include: orm,mq,cache,umps,platform,job
 #  redis:
 #    host: localhost
 #    port: 6379