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
258d106c
Commit
258d106c
authored
Mar 09, 2020
by
chenweisong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新
parent
530532a7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
Job.java
src/main/java/com/keymobile/rest/model/Job.java
+0
-1
application-test.yml
src/main/resources/application-test.yml
+4
-4
No files found.
src/main/java/com/keymobile/rest/model/Job.java
View file @
258d106c
...
...
@@ -21,7 +21,6 @@ import java.util.List;
@AllArgsConstructor
// 自动生成全参数构造函数。
@Data
@Entity
@Table
(
name
=
"task"
)
public
class
Job
implements
Serializable
{
public
static
int
TYPE_AUTO
=
2
;
...
...
src/main/resources/application-test.yml
View file @
258d106c
...
...
@@ -11,8 +11,8 @@ spring:
jpa
:
show-sql
:
true
database-platform
:
org.hibernate.dialect.MySQL5Dialect
# hibernate:
# ddl-auto: update
# hibernate:
# ddl-auto: update
datasource
:
url
:
jdbc:mysql://47.105.193.165:3306/test?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&serverTimezone=GMT%2B8
username
:
root
...
...
@@ -52,8 +52,8 @@ app:
active-process
:
RecordStandardProcess.bpmn
swagger2
:
#
host: localhost:8110
host
:
47.105.236.43/activiti
host
:
localhost:8110
#
host: 47.105.236.43/activiti
...
...
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