Commit 87d7863a by linxu

修改rest api url

parent 3cf5519e
......@@ -11,7 +11,6 @@ import org.springframework.web.bind.annotation.*;
@Api(description = "模板 控制器")
@RestController
@RequestMapping(path = "/api")
public class ExcelController {
@Autowired
......
......@@ -28,7 +28,7 @@ import java.util.stream.Collectors;
@Api(description = "活动 控制器")
@RestController
@RequestMapping(path = "/api/task")
@RequestMapping(path = "/task")
public class TaskController {
// 默认启动的固化流程
......
......@@ -15,7 +15,6 @@ import java.util.*;
@Api(description = "用户/机构/补录范围 控制器")
@RestController
@RequestMapping(path = "/api")
public class UserController {
@Autowired
......
......@@ -31,7 +31,6 @@ spring:
max-request-size: 100Mb
redis:
host: 192.168.0.192
# host: 127.0.0.1
port: 6379
session:
store-type: redis
......@@ -47,7 +46,6 @@ app:
swagger2:
host: localhost:8110
# host: 47.105.236.43/activiti
security:
permit: true
\ No newline at end of file
spring:
profiles:
active: ${spring.profiles.active:test}
\ No newline at end of file
spring:
profiles:
active: dev
cloud:
config:
uri: http://localhost:8082
\ 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