Commit 807c0272 by chenweisong

更新

parent 0506c1b6
...@@ -14,7 +14,7 @@ import org.springframework.web.bind.annotation.*; ...@@ -14,7 +14,7 @@ import org.springframework.web.bind.annotation.*;
import java.util.*; import java.util.*;
@Api(description = "用户/机构/补录范围 控制器") @Api(description = "用户/机构/补录范围 控制器")
@RestController //@RestController
@RequestMapping(path = "/api") @RequestMapping(path = "/api")
public class UserController { public class UserController {
......
...@@ -46,8 +46,7 @@ app: ...@@ -46,8 +46,7 @@ app:
active-process: MoreSubProcess.bpmn active-process: MoreSubProcess.bpmn
swagger2: swagger2:
host: localhost:8110 host: 127.0.0.1:8110
# host: 47.105.236.43/activiti
security: security:
permit: true permit: true
\ No newline at end of file
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