Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
Activity_Demo
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
dengwei
Activity_Demo
Commits
84e5ce33
Commit
84e5ce33
authored
Oct 22, 2022
by
dengwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
流程demo
parent
d9c73e59
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
53 additions
and
24 deletions
+53
-24
application-local.yml
src/main/resources/application-local.yml
+25
-0
application-test.yml
src/main/resources/application-test.yml
+25
-0
application.yml
src/main/resources/application.yml
+3
-24
No files found.
src/main/resources/application-local.yml
0 → 100644
View file @
84e5ce33
# 应用服务 WEB 访问端口
server
:
port
:
8083
# 应用名称
spring
:
application
:
name
:
activity
# activiti
activiti
:
#每次应用启动不检查Activiti数据表是否存在及版本号是否匹配,提升应用启动速度
database-schema-update
:
true
check-process-definitions
:
true
process-definition-location-prefix
:
classpath:/processes/
process-definition-location-suffixes
:
-**.bpmn
-**.bpmn20.xml
#保存历史数据级别设置为full最高级别,便于历史数据的追溯
history-level
:
full
datasource
:
type
:
com.alibaba.druid.pool.DruidDataSource
url
:
jdbc:mysql://127.0.0.1:3306/activiti_demo?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
username
:
root
password
:
root
driver-class-name
:
com.mysql.cj.jdbc.Driver
src/main/resources/application-test.yml
0 → 100644
View file @
84e5ce33
# 应用服务 WEB 访问端口
server
:
port
:
8083
# 应用名称
spring
:
application
:
name
:
activity
# activiti
activiti
:
#每次应用启动不检查Activiti数据表是否存在及版本号是否匹配,提升应用启动速度
database-schema-update
:
true
check-process-definitions
:
true
process-definition-location-prefix
:
classpath:/processes/
process-definition-location-suffixes
:
-**.bpmn
-**.bpmn20.xml
#保存历史数据级别设置为full最高级别,便于历史数据的追溯
history-level
:
full
datasource
:
url
:
jdbc:mysql://192.168.0.78:3306/mr?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
username
:
test
password
:
test
type
:
com.alibaba.druid.pool.DruidDataSource
driver-class-name
:
com.mysql.cj.jdbc.Driver
\ No newline at end of file
src/main/resources/application.yml
View file @
84e5ce33
# 应用服务 WEB 访问端口
server
:
port
:
8083
# 应用名称
spring
:
application
:
name
:
activity
# activiti
activiti
:
#每次应用启动不检查Activiti数据表是否存在及版本号是否匹配,提升应用启动速度
database-schema-update
:
true
check-process-definitions
:
true
process-definition-location-prefix
:
classpath:/processes/
process-definition-location-suffixes
:
-**.bpmn
-**.bpmn20.xml
#保存历史数据级别设置为full最高级别,便于历史数据的追溯
history-level
:
full
datasource
:
url
:
jdbc:mysql://192.168.0.78:3306/mr?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8
username
:
test
password
:
test
type
:
com.alibaba.druid.pool.DruidDataSource
driver-class-name
:
com.mysql.cj.jdbc.Driver
\ No newline at end of file
profiles
:
active
:
local
\ 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