Commit 87d7863a by linxu

修改rest api url

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