Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
datacollector
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenweisong
datacollector
Commits
87d7863a
Commit
87d7863a
authored
Mar 25, 2020
by
linxu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改rest api url
parent
3cf5519e
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
10 deletions
+8
-10
ExcelController.java
...n/java/com/keymobile/rest/controller/ExcelController.java
+0
-1
TaskController.java
...in/java/com/keymobile/rest/controller/TaskController.java
+1
-1
UserController.java
...in/java/com/keymobile/rest/controller/UserController.java
+0
-1
application-test.yml
src/main/resources/application-test.yml
+0
-3
application.yml
src/main/resources/application.yml
+0
-4
bootstrap.yml
src/main/resources/bootstrap.yml
+7
-0
No files found.
src/main/java/com/keymobile/rest/controller/ExcelController.java
View file @
87d7863a
...
...
@@ -11,7 +11,6 @@ import org.springframework.web.bind.annotation.*;
@Api
(
description
=
"模板 控制器"
)
@RestController
@RequestMapping
(
path
=
"/api"
)
public
class
ExcelController
{
@Autowired
...
...
src/main/java/com/keymobile/rest/controller/TaskController.java
View file @
87d7863a
...
...
@@ -28,7 +28,7 @@ import java.util.stream.Collectors;
@Api
(
description
=
"活动 控制器"
)
@RestController
@RequestMapping
(
path
=
"/
api/
task"
)
@RequestMapping
(
path
=
"/task"
)
public
class
TaskController
{
// 默认启动的固化流程
...
...
src/main/java/com/keymobile/rest/controller/UserController.java
View file @
87d7863a
...
...
@@ -15,7 +15,6 @@ import java.util.*;
@Api
(
description
=
"用户/机构/补录范围 控制器"
)
@RestController
@RequestMapping
(
path
=
"/api"
)
public
class
UserController
{
@Autowired
...
...
src/main/resources/application-test.yml
View file @
87d7863a
...
...
@@ -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
src/main/resources/application.yml
deleted
100644 → 0
View file @
3cf5519e
spring
:
profiles
:
active
:
${spring.profiles.active:test}
\ No newline at end of file
src/main/resources/bootstrap.yml
0 → 100644
View file @
87d7863a
spring
:
profiles
:
active
:
dev
cloud
:
config
:
uri
:
http://localhost:8082
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment